body{
	font-family: Verdana, Arial;
}

div{
	float:left;
	position:relative;
}

div#root{
	width:100%;
	position: absolute;
	top:7%;
	left:0px;
	text-align:center;
}

div#main{
	text-align:left;
	width: 1004px;
	height: 700px;
	margin:auto;
	float:none;
}

div#top_left{
	width:608px;
	height:168px;
}

div#top_right{
	width:392px;
	height:168px;
}

div#nav{
	float:left;
	width:100%;
	height:57px;
}

div#nav a{
	witdh:10px;
	border:0px;
	float:left;
	margin-top:25px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	margin-left:45px;
}

div#nav a:hover, .nav_active{
	color:#3A97DA;
}

div#content{
	background-color:#3A97DA;
	width:602px;
	height:479px;
	margin-right:6px;
	color:white;
	overflow:auto;
}

div#foot{
	margin-top:6px;
	width:1000px;
	height:25px;
	background-color:#c5c5c5;
	font-size:13px;
	color:#ffffff;
	line-height:25px;
	font-weight:bold;
}

div#nav_left{
	height:57px;
	width:608px;
	background-image:url('../style/meta_bg.gif');
	background-repeat:repeat-x;
}

div#nav_right{
	height:57px;
	width:392px;
	background-repeat:repeat-x;
}


img{
	border:0px;
}

div#img_right img, div#top_left img, div#top_right img{
	display:block;
}

h1{
	font-size:16px;
	font-weight:bold
}

h2{
	font-size:14px;
	font-weight:bold;
}

a, table, p{
	color:#ffffff;
	font-size:13px;
}

li{
	font-size:13px;
	margin:5px;
}

input, textarea, option, select{
	border:1px solid black;
}

