/* CSS Document */
A:link{text-decoration: underline ;color:#000000;}
A:visited {text-decoration: underline;color:#000000;}
A:active {text-decoration: underline;color:#000000;}
A:hover {text-decoration: underline;color:#3366CC;}
.container{
	height:600px;
	width:800px;
	left:0px;
	top:0px;
	position:absolute;
}


.header{
	height:150px;
	width:800px;
	background-color:#99cc66;
	text-align:center;
	font-size:25px;
	font-family:verdana;
}
.cover{
	position:absolute;
	left:400px;
	top:70px;
	width:254px;
	height:291px;
	z-index:1;
}
.footer{
	position:absolute;
	left:54px;
	top:408px;
	width:704px;
	height:46px;
	z-index:1;
	text-align:center;
	font-size:12px;
	font-family:verdana;
}

.title{
	position:absolute;
	left:330px;
	top:15px;
	width:408px;
	height:50px;
	z-index:1;
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.heading{

}
.body{
	top:145px;
	height:450px;
	position:absolute;
	width: 800px;
	background-image: url(images/background.jpg);
}
.menu{
	position:absolute;
	left:20px;
	top:1px;
	width:285px;
	height:170px;
	background-image: url(images/menu.gif);
	font-family:verdana;
	font-weight:700;
	font-size:14px;
	padding-left:15px;
	padding-top:10px;
}
.bannertitle{
	position:absolute;
	left:30px;
	top:109px;
	width:739px;
	height:30px;
	z-index:1;

}

