/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #3B3B3B url(images/img1.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #f4ed27;
}

h1 { font-size: 175%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-size: 150%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	text-decoration: none; 
	color: #FFFF00;
}

a:hover {
	text-decoration: underline;
	color: #FFFF99
	
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 740px;
	height: 80px;
	margin: 0 auto;
}



/* Menu */

#menu {
	width: 740px;
	height: 51px;
	margin: 0px auto;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	padding: 0 auto;
}

#menu a {
	display: inline;
	float: right;
	padding: 0 14px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}



/* Splash */

#splash {
	width: 740px;
	height: 180px;
	margin: 0 auto;
	
	 
}

#splash p {
	padding: 100px 550px 50px 20px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

/* Page */

#page {
	width: 740px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 740px;
	padding: 0px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Footer */

#footer {
	clear: both;
	width: 730px;
	height: 15px;
	margin: 0 auto 0 0;
	padding: 5px;
	border: 1px solid #f4ed27;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	text-align: right;
	

}