

body {
	margin: 60px;
	padding: 0;
	background: #FFFFFF url(images/img1.gif);
	font: normal small verdena, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #FE00BB;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #4A4A4A;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#header {
	width: 750px;
	height: 160px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	background: #A4B5C8 url(images/img2.gif) ;
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #515151;
}

/* Menu */

#menu {
	width: 750px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	background: #515151;
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 95px;
	height: 25px;
	padding-top: 11px;
	text-align: center;
	text-decoration: none;
	color: #F7F7F7;
}

#menu a:hover, #menu .active a {
	background: #FB02B9;
	color: #FFFFFF;
}

/* Splash */

#splash {




	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#content .title {
	padding: 10px 20px;
	background: #FFEE8E url(images/img4.gif) repeat-x left bottom;
	font-size: 1em;
}

#content .his {
	padding: 20px;
	border: 2px solid #FFEE8E;
}

/* Footer */

#footer {
	width: 710px;
	margin: 0 auto;
	padding: 10px 20px;
	background: #8DBAEA;
	border: 5px solid #FFFFFF;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #616161;
}

#footer a {
	color: #171717;
}