@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
/*----------------------------------------------*/
html, body, #wrapper {
	height: 100%;
}
body {
	background:url(../images/layout_images/body_bg.gif.gif)
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
body > #wrapperindex {
	height: auto;
	min-height: 100%;
}
#wrapper {
	background:url(../images/layout_images/wrapper_bg.gif);
	width:980px;
	margin:auto;
}

#wrapperindex{
	background:url(../images/layout_images/wrapper_index.gif);
	width:980px;
	margin:auto;
}
#main {
	padding-bottom: 50px;
	width:980px;
}
#footer {
	position: relative;
	margin: -50px auto 0px auto; /* negative value of footer height */
	height: 35px;
	width:940px;
	clear:both;
	background:#FFF;
	padding:15px 20px 0px 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


/*----------------------------------------------*/
#header {
	height:130px;
	width:980px;
	overflow:hidden;
	background:url(../images/layout_images/headtitle.png);
}
#navigation {
	clear:both;
	height:39px;
	width:980px;
	background:url(../images/layout_images/menu_bg.png);
}
#navsepline {
	clear:both;
	padding:0;
	width:980px;
	height:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-color: #6390BA;
	overflow:hidden;
}
/*----------------------------------------------*/

#headbar {
	clear:both;
	padding:15px 20px 25px 20px;
	width:940px;
	background:#FFF
}

#headbarindex {
	clear:both;
	padding:0px
	width:940px;
	background:#FFF
}
#maincolumn {
	float:left;
	width:600px;
	padding:0px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}
#maincolumnindex {
	float:left;
	width:600px;
	padding:0px 20px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}
#sidecolumn {
	float:right;
	width:280px;
	padding:0px 20px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}
br.clear {
	clear:both;
}
/*----------------------------------------------*/

img.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
}

img.margin {
	margin:0px 6px 0px 0px ;
}

hr {
	border: 0;
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	margin: 10px auto 10px auto;
}

hr.index {
	border: 0;
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	margin: 10px 0px 10px 0px;
}

