body{
	padding: 10px 10x 20px 10px;
	text-align: center;
	font-family: arial, verdana,sans-serif;
	background-color: #312F59;
	background-image: url("img/bg.jpg"); background-repeat: repeat-x;
}

.container{
	width: 718px; margin: 25px auto;
	background-color: white;
	color: #444444;
}

a:link{
	color: #000099;
	font-weight: bold;
}
a:visited{
	color: #5B3A5C;
}
a:hover{
	color: #96427A;
}

.header{
	position: relative;
	height: 127px;

}


h1{
	 font-family: "Times New Roman",serif;  font-size: 40px; color: #EE0099;
	font-weight: normal;
	 margin-bottom: 0px;
	padding: 0px;

	margin-top: 0px;


}
	h1 span{
		color: #660066; text-transform: uppercase; font-family: "trebuchet ms";
		font-size: 0.95em; font-weight:normal;
		
	}


ul.menu{
	position: absolute; bottom: 0px; left: 30px;
	margin: 0px; padding: 0px;
}
	.menu li{
		list-style: none; float: left; padding-right: 20px;
	}
		.menu a{
			color: #C6C0CF; text-decoration: none; text-transform: uppercase;
			font-weight: bold;
		}

		.menu .active a{
			color:white;
		}


.content{
	text-align: left;
	font-family: "Trebuchet MS",verdana,sans-serif;
	font-size: 14px;
	padding: 20px 30px;
	line-height: 20px;

	border-right: 1px solid #E0E0E0;

	border-bottom: 1px solid #E0E0E0;
}


.footer{
	clear: both;
	position: relative; bottom: -20px; width: 700px;
	font-size: 10px; text-align: center;
	color: #C0C0C0;
}
	.footer a{
		color: #C0C0C0;
	}

