html, body {
	height:100%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
}
body {
	background-color:#000000;
	color:#D8D8D8;
	text-align:center; /* horizontal centering for IE Win quirks */
}
a {
	outline: none;
	color:#b4302a;
}
.default_page {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
}
.about_page {
	background-image: url(../images/background_about.gif);
	background-repeat: no-repeat;
}
#container .menu {
	font-size:80%;
	text-align:right;
}
#container .menu h1 {
	font-size:120%;
}
#container .menu p {
	margin:1.5em 13.6em 1.5em 3em;
}
#container .content {
	font-size:80%;
}
#container .content h1 {
	font-size:120%;
}
#container .content p {
	font-size:100%;
}
.form_input {
	width:210px;
	background-color: #F4F4F4;
	border:none;
}
form input {
	margin-right:10px;
}
.button {
	width:80px;
	padding:2px;
	margin:4px 0px 0px 0px;
}
#footer {
	font-size:60%;
	color:#333333;
}
#footer a {
	text-decoration:none;
	color:#333333;
}
#footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
#contactbox a:link {
	text-decoration:none;
	color:#D8D8D8;
}
#contactbox a:visited {
	text-decoration:none;
	color:#D8D8D8;
}
#contactbox a:hover {
	text-decoration: underline;
	color:#cccccc;
}
#contactbox a:active {
	text-decoration:none;
	color:#D8D8D8;
}
head:first-child+body div#headline {
	width:250px;
	height:113px;
	background-image:url('../images/hometext.png');
	background-repeat:no-repeat;
	position:relative;
	float:left;
	top:30px;
	margin-right:10px;
}
head:first-child+body div#portrait {
	width: 169px;
	height:298px;
	background-image:url('../images/photo.png');
	background-repeat:no-repeat;
	position:relative;
	float:right;
	top:-86px;
	left:20px;
}

#text{
position:relative;
float:left;

}
#text ul{
	position:absolute;
	margin-top:10px;
	z-index:1000;
	list-style:none;
	clear:both;
}
#text li{
	cursor: pointer;
	height:20px;
	width:171px;
	padding:10px;
	
}
#text li.default{
	padding:9px;
	border:1px solid #b4302a;	
	border-right:1px solid #000000;
}
#previous, #next{
	text-align:right;
	margin: 20px 10px 0px 0px;
}
#previous img, #next img{
	position:relative;
	top:4px;
	margin: 0px 0px 0px 4px;
}
#previous a, #next a {
	color:#ffffff;
	text-decoration:none;
}
#previous a:hover, #next a:hover{
	color:#cccccc;
}
div.content div#about p {
	/*margin:20px 45px 10px 45px;*/
}
#about {
	position:relative;
	top:-15px;
}
#about ul {
	list-style:none;
	}
