body {
	background: url(../images/bg.jpg) no-repeat #000000 center top;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}

a {
	color: #5E51D1;
}

h1 {
	color: #ffffff;
}

h2 {
	color: #ffffff;	
}

h3 {
	color: #ffffff;
}

#flash {
	position: relative;
	margin: auto;
	text-align: center;
	top: 85px;
}

#header {
	width: 780px;
	height: 108px;
	position: relative;
	margin: 0px auto;
}

#logo {
	float: left;
	width: 197px;
	height: 108px;
}

#menu {
	float: right;
	background: #000000;
	height: 59px;
	width: 563px;
	position: relative;
	top: 20px;
	line-height: 35px;
	color: #ffffff;
	visibility: visible;
	background-image: url(Untitled-4.jpg);
}

#menu a {
	color: #ffffff;
	display: block;
	padding: 0px 9px 0px 15px;
	float: left;
	text-decoration: none;
}

#menu a:hover {
	background: #86388e;
}

#main {
	width: 760px;
	background: #000000;
	margin: 0px auto;
	position: relative;
	color: #CCCCCC;
	padding: 0px 0px 20px 0px;
	border: 10px solid #000000;
}

#main-content {
	width: 700px;
	margin: auto;
}

.header-img {
	margin: 7px;
}

#bottom-menu {
	font-size: 14px;
	padding: 20px;
	margin-top: 15px;
	width: 760px;
	margin: auto;
}

#bottom-menu a {
	color: #666666;
	text-decoration: none;
}

#bottom-menu a:hover {
	color: #666666;
	text-decoration: underline;
}

#footer-front {
	color: #666666;
	width: 760px;
	margin: 15px auto;
	position: relative;
	top: 100px;
	text-align: left;
}

#footer-front a {
	color: #666666;
	text-decoration: underline;
}

#footer-front a:hover {
	text-decoration: none;
}

#footer {
	width: 760px;
	margin: 15px auto;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

