@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	background-color: #666;
	font: 10pt Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

/*
img, div { 
	behavior: url(/iepngfix/iepngfix.htc);
}
*/

#container {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background-color: #fff;
	text-align: left;
}

#header {
	width: 800px;
	height: 90px;
	/* background: transparent url(/images/bg_header.jpg) no-repeat scroll 0 -42px; */
}

#header_nav, #footer_nav {
	margin: 4px 0;
	padding-top: 10px;
        padding-left: 15px;
	width: 785px;
	height: 45px;
	background: transparent url(/images/bg_nav.gif) repeat-x scroll 0 0;
	/* background: #999 url(/images/bg_navx.gif) repeat-x scroll 0 0; */
	font: 10pt Arial, Helvetica, sans-serif;
	color: #fff;
	/* text-align: center; */
	border: 0px solid red;
}

* html #header_nav, * html #footer_nav {
	margin-top: 2px;
	border: 0px solid blue;
	width: 800px;
}

* html #footer_nav {
	margin-bottom: 0;
}

#header_nav .link, #footer_nav .link {
	float: left;
	height: 35px;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

#header_nav .link:first-child, #footer_nav .link:first-child {
	padding-left: 0;
	border-left: 0;
}

#header_nav, #footer_nav {
	behavior:expression(this.firstChild.style.paddingLeft = "0", this.firstChild.style.border = "0px solid blue");
}

#header_nav a, #footer_nav a {
	color: #fff;
	text-decoration: none;
}

#header_nav a:hover, #footer_nav a:hover {
	color: #a30039;
}

#content {
	margin: 0;
	width: 800px;
	min-height: 400px;
	background: #f2f1ef url(/images/bg_content.jpg) no-repeat scroll 0 0;
}

#col_main {
	margin: 0;
	width: 587px;
	float: left;
	color: #666;
	border: 0px solid blue;
}

#col_main a {
	color: #a22d32;
	text-decoration: underline;
}

#content_main {
	width: 567px;
	padding: 150px 30px 10px 10px;
	background: transparent url(/images/hdr_main.jpg) no-repeat scroll 0 0;
}

* html #content_main {
	width: 587px;
}

#content_main h1 {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #a30039; /* #a22d32; */
	font-weight: bold;
}

#content_main h2 {
	font: 10pt Arial, Helvetica, sans-serif;
	color: #a30039; /* #a22d32; */
	font-weight: regular; /* bold; */
}

/*
#content_main a {
	color: #a22d32;
	text-decoration: none;
}
*/

#col_side {
	margin: 0;
	padding: 0;
	width: 207px;
	min-height: 400px;
	float: right;
	font-size: 8pt;
	line-height: 1.8em;
	color: #fff;
	border: 0px solid green;
}

#col_side #btns {
	border-top: 0px solid #fff;
}

#col_side #btns img {
	border-bottom: 2px solid #fff;
}

#col_side h1 {
	font: 16pt Arial, Helvetica, sans-serif;
	font-weight: regular;
}

#col_side h2 {
	font: 14pt Arial, Helvetica, sans-serif;
	font-weight: regular;
}

#col_side a {
	display: block;
	color: #fff;
	text-decoration: underline;
}

#col_side a:hover {
	color: #e4e4e4;
}

#footer {
	clear: both;
}

#copyright {
	margin: 0 auto;
	padding-bottom: 5px;
	width: 800px;
	font: 7pt arial, sans-serif;
	text-align: center;
}

#copyright a {
	color: #a22d32;
	text-decoration: underline;
}

.container_main {
	background: transparent url(/images/bg_main.png) repeat-y scroll 0 0;
}

* html .container_main {
	width: 800px;
	height: 800px;
	behavior: url(/iepngfix/iepngfix.htc);
	border-bottom: 1px solid #fff;
}

.content_side {
	padding: 15px 15px 30px 15px;
}

.clear {
	clear: both;
}