﻿@charset "utf-8";
/* CSS Reset browsers */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }
.clear { clear: both; }
p { padding: 8px 0; }
h1 { font-size: 25px; padding: 5px 0; line-height: 30px; }
h2 {  }
a { color: #d2d2d2; text-decoration: none; }
a:hover { text-decoration: underline; }
ol { padding: 10px 35px; }
span {  }

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 19px;
	font-weight: normal;
	font-family: Arial, Tahoma;
	color: #1e1e1e;
	background: #002153 url(../img/body.png) center top no-repeat fixed;
	text-align: justify;
}

#wrapper { width: 1000px; height: auto; margin: auto; padding: 0; overflow: hidden; }
header { height: 464px; background: url(../img/banner.jpg) no-repeat top left; margin: 0; padding: 0; }
#logo { padding:0px 0px 0px 15px; float:left; }
nav { height: 48px; overflow: hidden; margin: 0; padding: 0; background: url(../img/menu.jpg) repeat-x top left; }
nav ul { list-style: none; margin: 0; padding: 0; }
nav ul li { float: left; margin: 0; padding: 0; height: 48px; font-size: 14px; text-transform: uppercase; }
nav ul li a { padding: 0 20px; display: block; color: #FFFFFF; line-height: 48px; text-decoration: none; font-weight: bold;}
nav ul li a:hover { text-decoration: none; }
nav .divider { width: 2px; height: 48px; float: left; background: url(../img/menu_border.gif) no-repeat center center; }
#content { background: #FFFFFF; margin: 0; padding: 0; }
article#left { width: 680px; padding: 10px 10px; float: left; }
aside#right { width: 260px; padding: 10px 20px; background: url(../img/right-body.gif) repeat-y top right; float: left;}
footer { height: 84px; background: url(../img/footer_bg.gif) repeat-x top left; }
footer p.ltxt, p.rtxt { float: left; line-height: 84px; padding: 0 0 0 15px; color: #FFFFFF; font-weight: bold;}
