body {	background: #BDB5B5;	background-image: url(../images/background.gif);	background-position: center;	background-repeat: repeat-y;	height: 100%;	}#container {	position: relative;	margin: 0px auto;	background: transparent;	padding: 0px 40px 0px 40px;	width: 800px;	border: 0px solid #fff;	}	.clear{	clear: all;	}	.summary	{	font-size: 68%;	}	.picinfo	{	font-size: 70%;	text-align: left; 	vertical-align: text-top; 	}	img	{	border: none;	}	#left_nav	{	width: 224 px; 	height: 591 px;	float: left;	margin-left: 0px;	}		#left_nav a:link {		color: #000000;		text-decoration: underline;		}			#left_nav a:visited {		color: #157FF0;		text-decoration: underline;		}		#left_nav a:hover {		color: #8E1814;		text-decoration: none;		}	#bottom	{	vertical-align: bottom; 	width:800px;	height:26px;	}	#main	{	width:570px;	height: 590px;	float: right;	padding: 4px;	}		#main a:link {		color: #000000;		text-decoration: underline;		}			#main a:visited {		color: #157FF0;		text-decoration: underline;		}		#main a:hover {		color: #8E1814;		text-decoration: none;		}#copyright {	text-align: center;	margin: 0px auto;	padding: 10px;	background: transparent;	border-top: 1px solid #888;	clear: both;	}