/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 0 0 0;
	padding: 0;
	background: #CECECE url(../images/img1.gif);
	background: #CECECE;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
}

img {
display:inline;
border:none;
}

#textual img{
padding:3px;
}
/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/headerbw.jpg) bottom left no-repeat;
}
#header_col{
	width: 700px;
	height: 150px;
	margin: 0 auto;
	background: url(../images/header.jpg) bottom left no-repeat;
}
#header *, #header_col * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1, #header_col h1 {
	float: left;
	padding: 20px 0 0 280px;
	font-size: 3em;
}

#header h2, #header_col h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 700px;
	height: 41px;
	margin: 0 auto;
	background: #2E2E2E url(../images/img3.gif) top left repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu a.active  {
	background: url(../images/img4.gif);
	color: #FFFFFF;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	background: url(../images/img5.gif) top left repeat-y;
}
#content2{
	width: 700px;
	margin: 0 auto;
	background: url(../images/twocol.gif) top left repeat-y;
	border-right: solid 1px #A0A0A0;
}
#colTwo h2, h3{
padding-top: 10px}
#colOne {
	float: left;
	width: 160px;
	padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 360px;
	padding: 0 10px 0 10px;
}

#colThree {
	float: left;
	width: 120px;
	padding: 10px;
	font-size: 0.9em;
}
#colTwoThree{
	float: left;
	width: 480px;
	padding: 20px 10px 0 10px;
	min-height:50px;
}
#colLeft{
width:230px;
float:left;
text-align:left;
margin-top: 20px;
padding-left:10px;
clear:both;
}

#colRight{
width:230px;
float:right;
padding-right:10px;
margin-top: 20px;
text-align:right;
}
#leftwrap{
min-height:60px;   
margin-bottom:20px;
clear:both;
}
#rightwrap{
min-height:60px;   
margin-bottom:20px;
}
#imagewrap{
width:400px;   
margin-left:90px;
margin-bottom:20px;
clear:left;
}
#imagewrap img{
width:180px;
margin-bottom:20px;
margin-right:20px;
}
#imagewrap p{
color: #646464;
}

#imagewrap h3{
padding-top:5px;
color: #646464;
}
/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(../images/img6.gif) repeat-x;
	text-align:center;
}

#footer * {
	color: #000000;
}
#small{
font-size:0.60em;
}
.small{
font-size:0.85em;
}
.left {
margin:3px 10px 2px 0;
float:left;
}

.right {
margin:2px 0 2px 10px;
float:right;
}

.right_bottom {
margin:20px 0 2px 10px;
float:right;
clear:both;
}
.highlight{
color: #730000;
font-weight: bold;
}