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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0 none;
	font-family: inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0 none;
	padding:0;
	vertical-align:baseline;
}

body {
	background:url("../images/background.jpg") repeat-x scroll left -38px White;
	color: #666666;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

.wrapper {
	margin:0 auto;
	padding:0 20px;
	width:940px;
}

#header {
	background: url("../images/HeaderBg.jpg") no-repeat left top #111215;
	padding:30px 0 20px;
	position:relative;
	width:940px;
	height: 400px;
}

#header ul, #footer ul  {
	font-size:1.2em;
	font-weight:bold;
	width:auto;
}
#footer ul  {
	font-size:1.2em;
	font-weight:bold;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#header ul {
	position:absolute;
	top:50px;
	right:0;
	text-transform:uppercase;
}

#header ul li, #footer ul li {
	display:block;
	float:left;
	margin:0 0 0 15px;
}

#header ul li a, #footer ul li a {
	color: White;
	text-decoration:none;
}

#footer ul li a {
	color:#949494;
}

ol, ul {
	list-style:none outside none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: capitalize;
}

h1 {
	color:white;
	font-size:44px;
	letter-spacing:-2px;
	line-height:45px;
	margin: 10px 0 0;
}

#header h2 {
	color: #9FA2A7;
	font-size: 3.5em;
	margin: 125px 0;
	text-align: right;
	width: 400px;	
	font-weight: bold;
    line-height: 1.1em;
}

h3 {
	color:#769DAF;
	font-size:19px;
	margin:0 0 6px;
}
div.text h2, div.text h3
{
    background-color: #111215;
	font-size: 1.7em;
	color: White;
	font-weight: bold;
	margin: 12px 0 12px 0;
}

a {
	color:#769DAF;
	text-decoration:underline;
}

#content {
	/*background:url("../images/straightline.png") repeat-x scroll left bottom transparent;*/
	margin:20px 0 0;
	min-height:450px;
	overflow:auto;
	width:940px;
}

#content p {
	font-size:1.6em;
	margin-bottom: 10px;
}

#left-content {
	float: none;
	width: 100%;
}

#right-content {
	float: right;
	width: 400px;
}

#right-content img {
	width: 390px;
	border: solid 1px #ccc;
}

.clear {
	clear: both;
}

#footer {
	margin-top: 0px;
	padding: 10px 0 40px 0;
	background-color: #111215;
	width: 100%;
}

#images
{
    clear: both;
    float: none;
	position: absolute;
	width: 940px;
	top: 0px;
	border: solid dashed red;
}
.centerimg
{
	position: absolute;
	top: 120px;
	right: 540px;
}
strong
{
    font-weight: bold;
}
