body {
	margin: 20px;
	padding: 0;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
}

p, ul, ol, blockquote {
	margin-top: 0;
	color: #000;
	font: normal small Tahoma, Arial, Helvetica, sans-serif;
}

ul {
	text-align: left;
	text-indent: 0px;
	list-style: outside;
}

p.blue, span.blue {
	color: #0150FF;
}

h1 {
	color: #0476FA;
}

a:visited, a:link, a:active {
	color: #1973C0;
	text-decoration: none;
}	

a:hover {
	text-decoration: none;
	color: #0087FD;
}

img {
	border: none;
}

/* Header */

#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
	padding: 0px 0px 0 0;
	background: #fff url(images/header.jpg) no-repeat center;
	border: 10px solid #3d3d3d;
	border-bottom: none;
}

/* Menu */

#menu {
	width: 750px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background: url(images/button.jpg) center;
	border: 10px solid #3d3d3d;
	border-top: 0px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #eee;
}

#menu a:hover, #menu .active a {
	background: #0087FD;
	color: #fff;
}

/* Splash */

#splash {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	border-left: 10px solid #3d3d3d;
	border-right: 10px solid #3d3d3d;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #fff;
	border: 10px solid #3d3d3d;
	border-top: 0px;
	border-bottom: 0px;
}

#content2 {
	width: 750px;
	margin: 0 auto;
	background: #ddd;
	border: 10px solid #3d3d3d;
	border-top: 0px;
	border-bottom: 0px;
}

/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 10px 0px;
	background: #bbb;
	border: 10px solid #3d3d3d;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #111;
}