body{
	font-family:georgia;
	font-size:12px;
	padding:0;
	margin:50px 0 0 0;
}
#container{
	position:relative;
	margin:0 auto;
	width:768px;	
}
#logo{
	position:relative;
	margin:0 auto;
	width:768px;
	height:63px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}
#head{
	position:relative;
	margin:0 auto;
	width:768px;	
}
#headleft{
	position:relative;
	margin:0 auto;
	width:427px;
	height:151px;
	background-image:url(images/lefthead.gif);
	background-repeat:no-repeat;
	float:left;
}
.clear{
	clear:both;
	height:1px;
}
#login{
	position:relative;
	margin:0 auto;
	width:340px;
	height:151px;	
	float:left;
	font-weight:bold;
	color:#666666;
	font-size:14px;
}
#contentleft{
	position:relative;
	margin:0 auto;
	width:427px;		
	float:left;
	text-align:justify;
}
#contentright{
	position:relative;
	margin:0 auto;
	width:336px;		
	float:left;
	padding-left:5px;
	padding-top:0;
	padding-bottom:0;
	padding-right:0;
}
#footer{
	position:relative;
	margin:0 auto;
	width:768px;
	height:63px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	color:white;
}
h1{
	font-size:14px;
	color:blue;
}
h2{
	font-size:13px;
	color:#666666;
}