.picturecontainer {
	width: 425px;

	
	overflow: hidden;
margin-left:auto;
margin-right:auto;
margin-bottom:1cm;
padding-bottom: 25px;
}

.answercontainer {
	border-top: thin dashed #777777;
	padding-bottom: 25px;
	width: 425px;
	overflow: show;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-top: 10px;
	font-size: 75%;
}

.singleanswer {
	margin-left: 10px;
	margin-right: 25px;
border-bottom: thin dashed #777777;
padding-bottom: 25px;
margin-bottom:10px;
}

em {
	font-style: italic;
}

blockquote {
	margin-left: 15px;
	background: #777;
	padding-left: 7px;
}


.ngg-album {


	float:left;
}

.ngg-thumbnail a img{
	display: block;
opacity: 1; 
	-moz-opacity: 1;
filter: alpha(opacity=100);
}

.ngg-thumbnail a:hover img{
opacity: 0.7; 
	-moz-opacity: 0.7;
filter: alpha(opacity=70);
}

#textcontent {
	margin-left:auto;
margin-right:auto;
	width: 425px;
margin-bottom: 0.7cm;

font-size: 85%;
}

#container {
position: relative;

	overflow: hidden;

}

#header {
background: #666;
/*background-image:url('background.jpg');
background-position: top left;
background-repeat: no-repeat;*/
margin-left:auto;
margin-right:auto;
width: 425px;
height: 100px;

}

#headtext {
background: #666;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

dt, dl, dd, ol, ul, li {
	list-style: none;	
	
}

address, caption, cite, code, dfn, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

/* 3. BODY ELEMENT */

html {

	background: #666;
}

body {

	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #fff;



}

a, a:visited, a:active {
	color: white;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;

}

label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 120px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
