body {
	background: #000000;
	font-size: 13px;
	font-family: georgia, times new roman, arial, sans-serif;
	margin: 20px
}
img {
	border: none;
}

#container {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF

}

#body {
	margin: 10px;
	text-align: left;
}

#logo {
	text-align: center;
}

#nav {
	width: 0px auto;
	height: 0px auto;
	display:inline;
}

#nav li {
	display: inline;
	padding: 0px 0px 0px 0px;
}
	
#picture { 
	height:496px;
	width:600px;
	border: solid;
	border-color: #ff0000;
}

a:link{
	text-decoration: (none, underline);
	color: red;
	}

a:visited{
	text-decoration: (none, underline);
	color: red;
}

a:hover{
	text-decoration: (none, underline);
	color: black;

}

#footer {
	text-align: center;
	float: center;
	padding-top: 10px;
	height: 30px;
}

ul {
 	list-style: none;	
 }
  
#sideimg {
	text-align: center;
}

#img {
	text-align: center;
}