body,html {
	margin:			0;
	padding:		0;
	color:			#000;
	font-family: 	Arial;
    font-size: 		10pt;
    color:			#333333;
	background:     #333333 url(images/body_bg.gif) repeat-x;
	}

#header {
	display: 		block;
	width: 			700px;
	height: 		176px;
	margin: 		24px auto 0px auto;
	background: 	#333333 url(images/header.gif) no-repeat center;
	}

#wrap {
	width:			700px;
	margin:			0 auto;
	background:		url(images/content_bg.gif) repeat-y;
}

#main_left {
	float:			left;
	width:			400px;
}

#main_right {
	float:			right;
	width:			300px;
}

#main_full {
	float:			left;
	width:			700px;
}

#main_full_inner {
	float:			left;
	width:			670px;
	padding-left:	15px;
	padding-right:	15px;
}

#footer {
	clear:			both;
	background:		#B23002;
	color:			white;
    font-size:		10px;
    text-align:		center;
	width:			700px;
}

a img { 
    border:			none; 
}

#navigation {
    position:		absolute;
    top:			180px;
    height: 		100px;
    width: 			680px;
    left:			50%;
    margin-left:	-340px;
}

#navigation ul {
    margin: 		0px;
    padding: 		0px;
    font-family:    arial,sans-serif;
    font-size: 		12px;
    font-weight:	bold;
    color: 			white;
    text-align:		center;
}

#navigation li {
    list-style-type:none;
    display: 		inline;
}

#navigation li a {
    text-decoration:none;
    color: 			white;
}

#navigation li a:link {
    color: 			white:
}

#navigation li a:visited {
    color: 			white;
}

#navigation li a:hover {
    font-weight: 	bold;
    color: 			white;
}

h1{
  font-size:		18px;
}

#page_header{
  font-size:		20px;
  color:			#C83603;
  text-align:		left;
}

#section_header{
  font-size:		16px;
  font-weight:		bold;
  color:			#3a7700;
}

#text_header{
  font-size:		13px;
  font-weight:		bold;
  color:			#3a7700;
}

#sub_header{
  font-size:		13px;
  color:			#3a7700;
}

#bold_text{
  font-size:		12px;
  color:			#3a7700;
  font-weight:		bold;
}   

