@charset "utf-8";
/* CSS Document */

#header{
	margin-top:20px;
	background: rgb(245,245,245) url(../images/header.jpg) no-repeat;
	height:128px;
}

#Content{
	float:left;
	background:rgb(245,245,245);
	color:rgb(120,120,120);
	width:1000px;
	padding:0px;
	height:386px;
	overflow:hidden;
}

#nav1{
	float:left;
	width:480px;
	height:30px;
	margin-left:155px;
}


#nav2{
	float:left;
	width:300px;
	height:30px;
}