/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin-top: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #314D6B url("images/img01.jpg") no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A0A0A0;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 10pt;font-family:Arial; font-weight:bold }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
font-family: Arial; font-size: 10pt; font-weight: 
               bold}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 680px;
	height: 320px;
	margin: 0 auto;
}

#header h1, #header p {
	margin: 0;
	font-weight: bold;
}

#header h1 {
	text-transform: uppercase;
	font-size: 200%; font-family:Arial; padding-left:20px; padding-right:0; padding-top:30px; padding-bottom:0
}

#header p {
	margin: -5px 0 0 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	font-size: 85%;
}

#header a {
	text-decoration: none;
	color: #FFFFFF; font-family:Arial; font-size:18pt
}

/* Menu */

#menu {
	width: 680px;
	height: 51px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	list-style-type:none; font-family:Arial; font-size:12pt; font-weight:bold; padding-left:20px; padding-right:0; padding-top:20px; padding-bottom:0
}

#menu li {
	display: inline; font-size:12pt; font-weight:bold
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	padding: 8px 20px 0 20px;
	border-right: 1px solid #2A2C2F;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #314D6B;
}

/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	background: #0F1720 url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 375px;
	padding: 20px 25px 0 40px;
	background: url(images/img04.jpg) no-repeat;
}

.boxed {
	background: #121B23;
	border: 1px dotted #000000;
}

.boxed .title {
	margin: 0;
	padding: 5px 20px;
	background: #000000;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.boxed .content {
	padding: 20px; font-family:Arial; font-size:12pt
}


/* Footer */

#footer {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 10pt;
	color: #FFFFFF;font-family:Arial; padding-left:40px; padding-right:0; padding-top:0; padding-bottom:0
}

#footer a {
	color: #0F1720;
}