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

#container {
	background-repeat: no-repeat;
	
	background-image: url(images/box2.png);
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 600px;
}
#container2 {
	background-repeat: no-repeat;
	background-image: url(images/index.png);
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 600px;
}
#container3 {
	background-repeat: no-repeat;
	background-image: url(images/box3.png);
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	height: 600px;
}

#left_box {
	width:155px;
	height:75px;
	float:left;
	margin-top: 45px;
	margin-left: 55px;
	background-image:url(images/logo2.png);
	background-repeat: no-repeat;
	}


#right_box {
	width:325px;
	height:500px;
	float: right;
	margin-top: 140px;
	margin-left: 0px;
}

	

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	top: 68px;
	float: right;
	position: relative;
	width: 551px;
	line-height: .75;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #66CC99;
}
a:link {
	color: #66CC99;
}
