@charset "utf-8";
/* CSS Document */
/* 2008, November */

/*--HEADER TOP Class----------------------------------------*/
div#headertop {
	font-size: 0.7em;
	color: #999999;
	padding: 0 0 0 20px ;
	width: 950px;}

div#headertop .ht_left {
	float:left;
	width: 200px;
	text-align: left;}

div#headertop .ht_right {
	float:right;
	width: 720px;
	text-align:right;}

div#headertop .ht_left ul,
div#headertop .ht_right ul {
	list-style: none;
	display: inline;
	margin: 0;}

div#headertop .ht_left li,
div#headertop .ht_right li {
	list-style: none;
	display: inline; /* IE double float margin hack */
	margin: 0 0 0 20px;
	text-align: right;}

div#headertop a, div#header_login a{
	text-decoration: none;
	color: #333333;}

div#headertop a:hover, div#header_login a:hover{
	text-decoration: underline;
	color: #333333;}

div#header_login {
	padding: 2px 0 5px 10px;
	font-size: 1em;
	color: #999999;
	text-align: right;}



/*--HEADER Class----------------------------------------*/
div#header {
	background: url(../img/headerbase.png) no-repeat top center;
	height: 60px;
	width: 960px;
}


div#header h1 {
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 10px 0;}
	
div#logo {
	width: 310px;
	padding: 15px 20px 20px 20px;
	float: left;
	text-align:left;}
	
div#nav {
	width:600px;
	float: right;
	padding: 0;

}
	
