body{
	background:#996370 url("images/whitebg.jpg") repeat-y top left;
	height:100%;
	color:#fff;
}

#container{
	height:100%;
	background:#fff url("images/back0.jpg") repeat-y top right;
}

#header{
	background:transparent;
	height:0px;
}

#content h3{
	display:none;
}

#navigation{
	padding-top:125px;
}

#navigation blockquote,#navigation cite{
	display:none;
}

#main{
	text-align:center;
	height:400px;
}

#footer{
	clear:both;
	width:200px;
	height:30px;
}

#footer p{
	text-align:right;
	padding-right:20px;
	color:#bbb;
	font-size:12px;
}

#footer a{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size:12px;
}

#footer a:link, #footer a:active, #footer a:visited{
	color:#6991AA;
	text-decoration:none;
}

#footer a:hover{
	color:#B50D0D;
	text-decoration:none;
}