body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#3C2542;
	}

#container {
	position: relative;	
	width: 800px;
	margin: 0px auto;
}

#header {
	background-image:url(../../images/header.jpg);
	height:376px;
}


#content {
	background-image:url(../../images/main.jpg);
	background-repeat:no-repeat;
	height:440px;
}

#firstmain {	
	width:480px;
	float:left;
	padding:0px 20px 0px 80px;
}

#menu {
	font-size:small;
	width:150px;
	float:left;
	padding:0 70px 0 0;
}

#main {
	width:640;
	clear:left;
	padding:10px 80px 0 80px;
}

#footer {
	background-image:url(../../images/footer.jpg);
	background-repeat:no-repeat;
	height:383px;
	padding:0 80px 0 370px;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

a:visited {
	color:#CCCCCC;
	text-decoration:underline;
}

a:hover {
	color:#ffffff;
	text-decoration:none;
}