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





#container
{
margin: 0 auto;
width:665px;
height:600px;
font-family:"Times New Roman", Times, serif;
margin-top:-200px
}


#logo
{
background-image:url(logo.jpg);
width: 200px;
height: 123px;
margin-top: 250px;
}

#nav1
{
width:150px;
margin-top: -120px;
margin-left: 204px;
}


#nav2
{
width:150px;
margin-left: 358px;
margin-top: -113px;
}


#nav3
{
width:150px;
margin-left: 538px;
margin-top: -113px;
}

#img1
{
	background-image:url(img1.jpg);
	width:200px;
	height:151px;
	margin-top:20px;
}

#img2
{
	background-image:url(img2.jpg);
	width:200px;
	height:151px;
	margin-top:50px;
}

#content
{
	width: 415px;
	height: 360px;
	overflow: auto;
	margin-left: 242px;
	margin-top: -353px;
	text-align:center;
	
}

#footer
{
	text-align:center;
	font-size:11px;
	color:#666;
}

#copyright
{
	text-align:center;
	font-size:12px;
	color:#333;
}
