/* @override http://www.mediaoutlaws.com/wba/styles/site.css */

/*@charset "UTF-8";*/
/*RESET START*/
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 {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*RESET END*/
body {
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
	text-align: left;
	margin: 0px;
}
img, div { behavior: url(../scripts/iepngfix.htc); }

/* @group Layout Styles */
.logo {
	position: absolute;
	top: -25px;
	left: 20px;
	width: 270px;
	height: 217px;
	z-index: 10000;
}
.wrapper {
	margin: 40px auto;
	width: 1070px;
	z-index: 1;
}
.header {
	position: relative;
	height: 114px;
	z-index: 9999;
	padding: 0;
}
.navigation {
	position: relative;
	background: url(../images/bg_content.png) repeat-y;
	width: 1090px;
}
.navbar {
	position: relative;
	width: 1024px;
	height: 35px;
	margin: 0 23px 0;
	text-align: center;
	background: url(../images/bg_nav.png);
	
}
.navbar a img {
	margin: 0px; 
	z-index: 101;
}
.content {
	position: relative;
	float: left;
	padding: 0 px 0px;
	background: url(../images/bg_content.png) repeat-y;
	behavior: url(../scripts/iepngfix.htc);
	z-index: 100;
	width: 1098px;
	color: #fffeff;
	font-size: 24px;
}
.left {
	position: relative;
	width: 202px;
	float: left;
    padding: 0 0 0 0;
	margin: -16px 26px 0;
}
.right {
	position: relative;
	width: 850px;
	float: left;
	margin: -14px 0 0 -21px;
}
.full {
	position: relative;
	float: left;
	padding: 0 23px;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.footer {
    position: relative;
    width: 1070px;
    margin: 0 auto;
}
.what_text {
	position: relativee;
	float: left;
	margin: 0 60px;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	h1: 24px;
}

/* @end */


