#sidebars, #sidebars div.r1,  #sidebars div.r2, #sidebar-top, #sidebar-top div.wrap, #sidebar1, #sidebar1 div.wrap, #sidebar2, #sidebar2 div.wrap {padding: 0; margin: 0;}


/* first */
html, body {
  height: 100%;
}

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  background: #970204 url(images/bg.jpg) repeat-x left top;
  font-size: 12px;
  text-align: justify;
  color: #273840;
}


/* default styles */

p, ol, ul {
  margin-top: 0px;
}

a {
  color: #323635;

}

a:hover {
  text-decoration: none;
}

a img { border: none; text-decoration: none;} /* ie fix*/
a img, a:visited img, a:hover img, a img:hover, img+a, img+a:hover { border: none; text-decoration: none;}

h1 {font-size: 14pt; line-height: 1.2em; margin: 0; font-weight: normal;}
h2 {font-size: 11pt; margin: 5px 0 10px 0;}
h3 {font-size: 10pt; margin: 5px 0 10px 0;}
h4 {font-size: 9pt; margin: 5px 0 10px 0;}
h5 {font-size: 8pt; margin: 5px 0 10px 0;}
h6 {font-size: 7pt; margin: 5px 0 10px 0;}


/* structure */

#container {  
	width: 987px;
	margin: 0px auto;
	padding: 0px;
	background-color: #FFF;
  }

#headers {}
#headers-wrap {}

#header1 {
	background:  #970204 url(images/header.jpg) no-repeat; 
	height : 149px;
	margin-bottom: 25px;
}
#header1 div.r1 {}
#header1 div.r2 {}
#header1 h1 {
	position : absolute;
	font-size: 28px;  
	font-family: Arial, Helvetica, sans-serif;  
	font-weight: bold;
	padding-left : 180px;
	padding-top : 46px;
}
#header1 h1 a {
	text-decoration:none;
	color: #fff;
}
#header1 h1 a:hover {}
#header1 h2 {
	position : absolute;
    	padding-top : 80px;
	padding-left: 190px; 
	font-size: 14px;
	text-transform: lowercase;
	color:#fff;
}

#header2 {}
#header2 div.r1 {}
#header2 div.r2 {}
#header2 h1 {}
#header2 h1 a {}
#header2 h1 a:hover {}
#header2 h2 {}

#header3 {}
#header3 div.r1 {}
#header3 div.r2 {}
#header3 h1 {}
#header3 h1 a {}
#header3 h1 a:hover {}
#header3 h2 {}

#sub-container {}
#wrapper {}

#content {
	padding: 20px;
	float: left;
	width: 727px; 
}

#content div.content-top {}
#content div.content-bottom {}

#siddebars {
	float: left; 
	width: 270px; 
	margin-left: -271px; 
	padding-top: 10px; 
	border-left: 1px solid #D6E3F6; 
	background: #EFF4FA;
}
#sidebars div.r1 {}
#sidebars div.r2 {}

#sidebar-top {margin-right: 10px;}
#sidebar-top div.wrap {}

#sidebar1 {  float: left;  width: 200px;  margin: 0px 0px 0px 0px;}
#sidebar1 div.wrap {}

#sidebar2 {margin-right: 10px;}
#sidebar2 div.wrap {}

#footer {
/* 	border-top: 1px dashed #608B9F;   */
	color:white;
	clear: both;
	padding: 5px;
	text-align: center; 
	font-size: 11px;
	background:#660000;
}
#footer a {
	padding: 0px 10px;
	color:white;
}

#footer-out {clear: both; text-align: center;}


*html #wrapper {overflow: hidden;}
*+html #wrapper {overflow: hidden;}
*html #content {overflow: hidden;}
*+html #content {overflow: hidden;}
*html #sidebar1 {overflow: hidden;}
*+html #sidebar1 {overflow: hidden;}
*html #sidebar2 {overflow: hidden;}
*+html #sidebar2 {overflow: hidden;}
*html #sidebar-top {overflow: hidden;}
*+html #sidebar-top {overflow: hidden;}
*html #sidebars {overflow: hidden;}
*+html #sidebars {overflow: hidden;}
