

* {
	margin-top: 0;
}

body {
	margin: 0 auto;
	padding: 0 auto;
	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: 185%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }
h4 { font-size: 125%; }

p, ul, ol {
	font-size: 100%;
}

p {
}

ul {
}

ol {
}

blockquote {
}

a {
	color: #7EBCFF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width:630px;
	height: 66px;
	margin: 0 auto;
	padding:93px 0 0 120px;
}

#header h1, #header h4 {
	
	font-weight: bold;
	
}


}

#header h4 {
	
	text-transform: none;
	
}

#header a {
	margin:auto -10px;
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	width: 860px;
	height: 60px;
	margin: -1px auto ;
	background: url(images/img02.jpg) no-repeat;
}

#menu h2 {
	display: none;
}

#menu_left{width:540px;float:left;}
#menu_right{width:250px;float:right;height:22px;}
#menu_right img{border:0;}
#menu #menu_right ul {list-style:none;float:left;}
#menu #menu_right ul li{list-style:none;float:left; }
#menu #menu_right ul li a {border-right:0px;padding: 8px 10px 0 10px;}
#menu #menu_right ul li a:hover, #menu #menu_right ul li .active a {}



#menu ul {
	margin: 10px;
	padding: 20px 0 0 20px;
	list-style: none;
	font-weight: bold
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 6px 20px 0 20px;
	border-right: 3px solid #2A2C2F;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	color: #DFE8F2;
}

#menu a:hover, #menu .active a {
	background-color: #000000;
}


	




/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	background: #0c1624 url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 20px 20px 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: 10px;
	
}

/* Sidebar */

#sidebar {
	float: right;
	width: 248px;
	padding: 10px 20px 0 0;
	background: url(images/img05.jpg) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 10px;
	padding: 0px 0;
	background: url(images/img06.gif) repeat-x left bottom;
}

#sidebar h2 {
	margin: 0 0 0 -10px;
	padding: 10px;
	background: #000000;
	border-top: 1px solid #23282E;
	border-bottom: 1px solid #23282E;
	text-transform: lowercase;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#search input {
	float: center;
	margin-bottom: 20px;
	background: #5A83AE;
	border: 1px solid #000000;
	text-transform: lowercase;
	font: bold 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

#searchform {
	margin: 0;
	padding: 10px 10px 10px 10px;
	width: 190px
}

#searchfield {
	width: 160px
	padding: 2px 5px;
}

#searchsubmit {
}

/* Submenu */

#submenu a {
	padding-left: 20px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Footer */

#footer {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	background: url(images/img08.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding: 0 0 0 230px;
	font-size: 77%;
	color: #0C1624;
}

#footer a {
	color: #0F1720;
}