html,body {
	text-align: center;
	margin-top: 0 auto;
	height: 100%;
}
#wrapper { 
	height: 600px;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(../images/background.gif) center repeat-y;
	border-bottom: 1px solid #CECECE;
}
#header { 
	height: 100px;
	background: url(../images/header.gif) no-repeat top left;
}
#subHeader {
	height: 164px;
	width: 600px;
	padding: 2px 4px 2px 21px;
	top: 0px;
	background: url(../images/slidebkground.gif) top left repeat-y;
}
#pictures{
	float: left;
	width: 550px;
	height: 160px;
	background: url(../images/sunset.jpg) top left no-repeat;
}
#mainTop{
	float: right;
	background: transparent url(../images/top.gif) top no-repeat;
	margin: auto;
	padding: 0;
	height: 4px;
	width: 600px;
	font: 1px/5px "Georgia", serif;
}
#navigation { 
	height: 20px;
	margin: 0;
	background: url(../images/nav.gif) no-repeat top left;
}
#navigation li{
	display: inline;
	list-style-type: none;
	margin: 2px;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	padding: 0px 6px 0px 6px;
	height: 16px;
	border-right: 1px solid #CECECE;
}
.hide{
	display: none;
}
.tabnav, .tabnav a{
	margin-top: 0px;
	text-align: left;
	list-style-type: none;
	text-decoration: none;
}
#sidebar { 
	width: 140px;
	margin-left: 10px;
	margin-right: 0px;
	float: left;
}
#main { 
	width: 400px;
	margin-left: 10px;
	margin-right: 15px;
	float: right;
	padding: 0px 10px 10px 10px;
}
#footer{
	height: 100px;
	width: 600px;
	margin: auto;
	padding: 0;
	border-bottom: 1px solid #CECECE;
}
#footer p{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 2px 5px 2px 5px;
	color: #999999;
	text-align: left;
}
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
}
td {}
