﻿body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	background-image: url('images/bg.jpg');
	background-repeat: repeat;
	color: white;
	text-align: center;
	min-width: 600px;
	margin: 0px;
	padding: 0px;

}

a {
	color: fuchsia;
}
img {
	border-style: none;
}

h1 {
	/*color: #e83fa3;*/
	font-size: 16px;
}

h2 {
	color: #e83fa3;
	font-size: 15px;
}


#header {
	
}

#nav {
	margin:0 auto;
	width:727px;
	text-align: left;	
}

#content_bg {
	margin:0 auto;
	width:727px;
	min-height: 350px;
	text-align: center;
	background-color: #454951;
}

#content {
	width: 600px;
	text-align: left;
	margin-top: 20px;
}

#footer {
	margin:0 auto;
	width:727px;
	text-align: left;	
	background-image:url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position:left;
}