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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font: 14px/20px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background:#cccccc;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	/*width: 1000px;*/
	/*margin: 0 auto;*/
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 570px;
	background: url(img/bg.jpg) no-repeat 0px 0px;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	background: url(img/content-bg.jpg) repeat-x 0px 100%;
}

#content div
{
	width: 745px;
	padding-left: 200px;
	padding-bottom:40px;	
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 227px;
	background: #0c244b url(img/footerbg.jpg) repeat-x 0px 0px;
}

#wrapper #header ul li a {
	font: 16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
}
#wrapper #header ul li  {
padding:12px;
}
#wrapper #header ul {
left:478px;
position:relative;
top:76px;
width:440px;
}

#wrapper #header h1 {
	font:bold 38px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #073072;
	padding-top: 33px;
	padding-left: 70px;
	width:845px;
	height:92px;
}

#wrapper #content div h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0px 5px 20px;
	width: 368px;
	text-transform: uppercase;
}

#footer p {
	font: 13px Tahoma, Geneva, sans-serif;
	color: #FFF;
	position: relative;
	left: 200px;
	top: 15px;
	width:400px;
}

#wrapper #header ul .active a { color: #0d58d2; }

#header ul .active { background: url(img/li.jpg) no-repeat 0px 7px; }

