/*@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: center;
	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: 1050px;
	z-index: 1;
}
.header {
	position: relative;
	height: 114px;
	z-index: 9999;
}
.navigation {
	position: relative;
	background: url(../images/bg_content.png) repeat-y;
}
.navbar {
	position: relative;
	width: 950px;
	margin: 0 50px;
	text-align: right; background-color: #00aeff; border-bottom: 4px solid #000;
}
.navbar a img {
	margin: 0px; padding: 0px;
	z-index: 101;
}
.content {
	position: relative;
	width: 1050px;
	float: left;
	background: url(../images/bg_content.png) repeat-y;
	behavior: url(../scripts/iepngfix.htc);
	z-index: 100;
}
.left {
	position: relative;
	width: 574px;
	float: left;
	padding: 0 14px 0 48px;
}
.right {
	position: relative;
	width: 365px;
	float: left;
}

/* @end */


