
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	text-align:center;
}

.clear {
	clear:both;
}

#page_wraper {
	margin:0;
	padding:0 0 70px 0;
	width:100%;
	overflow: hidden;
}

.page_part {
	float:left;
	width:50%;
}

.page {
	height:640px;
	width:490px;
	background:url(images/background.jpg) no-repeat;
}

#left_page .page {
	margin:0 0 0 auto;
}

#right_page .page {
	margin:0 auto 0 0;
}

/** header **/

.header {
	position:relative;
	height:206px;
	width:960px;
}

.logo {
	position:absolute;
	top:37px;
	left:49px;
}

.bar {
	position:relative;
	top:-484px;
	height:38px;
}

#left_page .bar {
	margin:0 10px 0 0;
	background:url(images/bg_red.png) repeat-x;
}

#right_page .bar {
	margin:0 0 0 11px;
	background:url(images/bg_green.png) repeat-x;
}

/** main content **/

.content {
	text-align:left;
	margin:33px 42px 0 50px;
}

.content p {
	padding:0 0 21px 0;
}

.content h1 {
	padding:0 0 27px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:27px;
	line-height:normal;
	color:#000000;
}

.content a {
	padding:0 0 0 14px;
	font-weight:bold;
	background-position:0 7px;
}

.content a:hover {
	text-decoration:none;
}

#left_page .content a {
	color:#E2001A;
	background-image:url(images/link_icon_red.gif);
	background-repeat:no-repeat;
}

#right_page .content a {
	color:#93A748;
	background-image:url(images/link_icon_green.gif);
	background-repeat:no-repeat;
}