/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E7DFC6 url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #660000;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	/* letter-spacing: 2px; */
	font-size: 13px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	/* text-align: justify; */
}

p.first{margin-top:5px; padding-top:0;}

blockquote {
	padding-left: 20px;
}

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
}
.mart20{margin-top:20px;}
img{border:none;}
/* associations section of about us page */
hr{border: 0; color: #ADA69C; background-color: #ADA69C; height: 1px; width: 100%; text-align: left; clear:left;}
.logo{float:left; width:120px;}
.description{float:left; width:340px; padding:5px 5px 5px 10px;}
#rick {float: right;  width: 200px;  padding-left: 20px; text-align:center;}
#rick img{padding-bottom:5px;}
/* Header */

#header {
	width: 760px;
	height: 141px;
	margin: 0 auto;
	background: URL(i/bg_masthead1.jpg) no-repeat top left;
}

#header #title{height:114px;}
#header #title h1, #header #title h2 {
	text-transform: lowercase;
	font-weight: normal;
}

#header #title h1 {
	float: left;
	padding: 70px 0 0 20px;
	font-size: 30px;
	color: #660000;
}

#header #title h2 {
	float: right;
	padding: 85px 20px 0 0;
	font-size: 22px;
	color: #FFF;
}

/* Menu */

#menu {
	width: 760px;
	height: 27px;
	margin: 0 auto;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 6px 20px 3px 20px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	color: #000000;
	background:#FFFFFF;
}

#menu .first a {
	background: #FFF;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}

/* Links */

#links {
	float: right;
	border:solid 1px #ADA69C;
	width: 200px;
	/* padding-left: 20px; */
	background: #FFF;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 10px 10px;
}


#links li a {
	text-decoration: none;
	font-size:12px;
}

#links li a:hover {
	text-decoration: underline;
	}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
	padding:3px 3px 3px 10px;
	background:#E7DFC6;
}

/* Footer */

#footer {
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 20px;
	background: #2D2D2D;
}

#footer p {
	text-align: center;
	color: #999999;
}

#footer a{color:#FFF;}