html,body
{
text-align:center;
background-color:#F8F8F8;
background-image: url(images/bgk.gif);
background-repeat: repeat;
font-family: tahoma;
font-color: #454E53;
font-size: 13px;
}

div#container
{
margin:0 auto;
background-color:#FFFFFF;
width:780px;
text-align:left;
border: 1px solid #007BBB;
}

#leftbar {
	float: left;
	width: 210px;
	height: 500px;
	background: #F8F8F8;	
	border-right: 1px dotted #007BBB;
}

#content {
	margin-top: 30px;
	width: 530px
	height: 500px;
}	

#subheader {
	margin: 1px;
	padding-left: 10px;
	padding-top: 2px;
	width: 199px;
	height: 16px;
	background: #007BBB;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

#subbox {
	margin: 1px;
	padding-left: 10px;
	padding-top: 2px;
	width: 199px;
	color: #666F74;
	font-size: 11px;
	font-weight: normal;
}	
	
#footer {
	width: 780px;
	height: 18px;
	background: #007BBB;
	padding-top: 3px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}


