body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	}


body#side {
	color: #FFF313;
	margin: 0px;
	background-color: #000;
	}
	
body#content {
	color: #fff;
	margin: 0px;
	background-color: #000;
	}	
	
body#content p {
	line-height:1.6em;
	}
	
.center {
	text-align:center;
	}
	
/*links
------------------------------------*/

a {
	color: #FFF;
/*	text-decoration: none;*/
	font-weight:bold;
	}

a:hover {
	text-decoration: underline;
	color: #FFF313;
	}

a.images {
	margin-right:10px;
	}
	
body#content a {
	padding:5px;
	}		
	
/*structure
------------------------------------*/	

#menu {
	width:159px;
	margin:22px;
	}
	
#about {
	width:590px;
	margin:50px auto 0 auto;
	}
	
#info {
	width:590px;
	margin:20px auto 0 auto;
	}	
	
#photo {
	margin:20px auto 0 auto;
	width:567px;	
	}
	
#innerphoto {
	height:auto !important;
	min-height: 570px;
	height:570px;
	}
	
#photo img {
	display:block;	
	margin:0 auto 30px auto;
	}	
	
#photo p {
	text-align:center;
	}
	
#homepage {
	margin:60px auto 0 auto;
	width:550px;	
	}
	
/*other
------------------------------------*/		
	
.rule {
	clear:both;
	height: 1px;
	border-top: 1px solid #ccc;
	margin:25px 0;
	}
	
.rule hr {
	display: none;
	}
	
	
