body {
	margin: 20px;
	padding: 0;
    /* default background color or image, for all layout engines that don't implement gradients */
	background: #888 url(images/bg.jpg) 0% 0% repeat-x;
    /* gecko based browsers */
    background: -moz-linear-gradient(top, #5b5b5b, #999999);
    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#5b5b5b), to(#999999));
	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;
}

h1 {
	color: #0476FA;
}

img {
	border: none;
}

/* Specific to links and lists */

li p {
	color: #002298;
}

li a:visited, li a:link, li a:active {
	color: #0150FF;
	text-decoration: none;
}

li a:hover {
	color: #0087FD;
	text-decoration: none;
}

a:visited, a:link, a:active {
	color: #002298;
	text-decoration: none;
}

b a:hover {
	color: #002298;
	text-decoration: none;
}

a:hover {
	color: #0087FD;
	text-decoration: 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: 0pt solid #FFFFFF;
	border-bottom: 0pt 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 {
	background: #1349f4;
	color: #fff;
}

#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;
}
