body {
	margin: 0px;
	padding: 0px;
	background: #ccc url(images/body_bg.gif) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 970px;
}
/************* HEADER ************/
#header {
	width: 100%;
	height: 205px;
	padding:0;
	background: transparent url(images/header.png) no-repeat top left;	
}

#header h1 {
	margin: 0px;
	padding: 10px 0px 0px 526px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

#header img {
	margin: 0px;
	padding: 76px 0px 0px 526px;
}

/************* MENU ************/
#menu {
	width: 970px;
	height:62px;
	background:#ccc url(images/menu_bg.png) no-repeat top left;
	margin: 0 auto;
	padding: 0;
	font-size:13px;
}

#menu_left {
  float:left;
	width: 650px;
	height:62px;
	background:#ccc url(images/menu_bg.png) no-repeat top left;
	margin: 0 auto;
	padding: 0;
}

#menu_left table {
	background: #ccc url(images/table_bg.png) repeat-x top left;
  height:62px;
  table-layout:fixed;
	margin: 0px;
	margin-left: 7px;	
}

#menu_left td {
	background: url(images/td_bg.png) no-repeat top left;
  height:62px;
  width:89px;
}

div.navigation {
	height: 62px;
	width:89px;
	vertical-align: bottom;
	text-align:center ;
	color: #000;
	text-transform:uppercase;
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 89px;
	height: 62px;
	color: #FFFFFF;
	line-height: 90px;
}

a.main_link:hover{
	background: #ccc url(images/td_hover.png) no-repeat top left;
	color: #666;
}

a.main_link_active{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 89px;
	height: 62px;
	color: #666;
	line-height: 90px;
	background: url(images/td_hover.png) no-repeat top left;
	color: #666;
}

#news {
	float: right;
	width: 293px;
	margin-right:7px;
	padding:0;
}

#news h1{
  padding-top:37px;
  padding-left:10px;
  line-height:0px;
  color:#fff;
  font-size:12px;
}
/************* CONTENT ************/
#main_content {
  background: #ccc url(images/content_bg.png) repeat-y center top;
	margin: 0 auto;
	width: 100%;
	font-size:13px;
} 

#main_content_top {
	height: 0px;
  background: #ccc url(images/content_bg.png) repeat-y center top;
} 

#main_content_bottom {
	height: 3px;
  background: #ccc url(images/content_bg.png) repeat-y center top;
}

.content { 
	float: left;
	width: 640px;
	color:#333;	
	text-align: left;
	padding-top: 20px;
	font-size: 13px;
	text-align:justify;
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #df8e00;
}

.content p, h1 ,h2{
	padding: 0 10px 0 18px;
}

.content h3{
	padding: 10px 10px 0 28px;
	font-size:13px;
}

.content a {
	color: #df8e00;
}

.content li{
list-style-image: url(images/li.gif);
}

.content img{
  float:right;
  padding-right:10px;
}

.right {
	background: transparent url(images/right_bg.jpg)no-repeat left top;
	width: 302px;
	min-height:500px;
	float: right;
	padding: 0 ;
	font-size: 12px;
	text-align: justify;
}

.right p{
	padding: 15px 20px 0 20px;
}

#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}

.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}

.menu li {
	padding-top: 2px;
	list-style-type: circle
}

a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}

a.menu_link {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}

a.menu_link:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}

.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}

#footer {
	width: 970px;
	height: 150px;
	margin: 0px auto;
	background: url(images/footer_bg.png) no-repeat center top;
	font-size: 10px;
	text-align: center;
	color: #666;
	padding-top: 80px;
}

#footer a{
  font-weight:bold;
  text-decoration:none;
  color:#666;
}
