/* CSS Document */

/*-------------------------------------------    

    General Selectors

-------------------------------------------*/

body {
	background: #fdfdfb url('images/bg.jpg') top left no-repeat;
	margin: 0; padding: 0; 
	font-family: 'Lucida Grande', Arial, Verdana; color: #333;
	font-size: 11px;
	color: #453C3B;}
	
p, li {
	font-family: 'Lucida Grande', Arial, Verdana; color: #333;
	font-size: 11px;
	line-height: 15px;}
	
h1 {
	display: inline;
	font-size: 13px;
	font-weight: lighter;
	color: #642118;
	background-color: #D7D7D5;
	padding: 3px 13px;
	margin-left: 10px;}

h2 { 
	font-size: 14px;
	color: #642118;}
	
h3 {
	font-size: 12px;
	color: #642118;
	padding-bottom: 4px;
	width: 92%;
	border-bottom: 1px dashed #9A9A8D;
	margin-left: 10px;
	padding-top: 10px;}

a { color: #B78500; text-decoration: underline; }

img { border: 0px; }

a img { border: none; }

/*-------------------------------------------    
    Structure
-------------------------------------------*/

div#container {
	width: 800px;}
	
div#header {
	float: right;
	display: block;
	width: 760px;
	text-align: right;
	color: #FFF;
	margin-right: 20px;}
	
div#header ul li {
	color: #FFF;
	list-style: none;}
	
div#header a {
	color: #FFF;}
	
div#header span {
	color: #B6948F;}
	
div#left {
	width: 368px;
	float: left;
	margin-left: 26px;
	margin-top: 20px;}
	
div#right {
	width: 300px;
	float: left;
	margin-left: 25px;}
	
.left {
	float: left;}
	
.right {
	float: right;}
	
.clear {
	clear: both;}
	
#footer {
	margin-left: 20px;
	width: 100%;
	border-top: 1px solid #ABABAB;}
	
#footer p {
	text-align: right;
	font-size: 10px;
	color: #ABABAB;}	
	
/*-------------------------------------------    
    Content
-------------------------------------------*/

div#main {
	background: url('images/bodybg.gif') no-repeat;
	width: 363px;
	height: 750px;
	margin-top: 4px;}
	
div#main #wordpress {
	text-align: justify;
	padding: 10px 20px 0 20px;}
	
div#wordpress p {
	font-size: 11px;
	line-height: 17px;}
	 
div#wordpress ul {
	margin: 0 10px; padding: 0;}
	
div#wordpress li{
	list-style: none;
	margin-bottom: 3px; padding-left: 10px;
	background: url('images/bullit.gif') center left no-repeat;}
	
div#main #content {
	padding: 0 10px 0 20px;}
	
div#content #graybg {
	background: url('images/bggray.gif') top left no-repeat;
	width: 319px;
	height: 165px;
	margin-top: 20px;}
	
div#content ul {
	margin: 0 10px; padding: 0;}
	
div#content li{
	list-style: none;
	margin-bottom: 3px; padding-left: 7px;
	background: url('images/bullit.gif') center left no-repeat;}
	
div#address {
	background: url('images/contactbg.gif') no-repeat;
	width: 368px;
	height: 110px;
	padding: 15px 0 0 30px;}
	
div#address p {
	font-size: 13px;
	line-height: 18px;}

#registry {
	background: url('images/bg-reg2.gif') no-repeat;
	padding: 10px;
	height: 185px;
	padding: 15px 0 0 30px;}

div#registry p {
	font-size: 11px;
	line-height: 18px;}
	
/*-------------------------------------------    

    Classes

-------------------------------------------*/
	
.spacer {
	margin-bottom: 90px; 
	width: 100%;
	height: 1px;
	overflow: hidden;}
	
.push {
	margin-top: 20px;}
	
ul.nomargin {
	margin: 10px 0 0 0;
	padding: 10px 0 0 22px;}
	
.archive {
	list-style: none;
	float: left;
	margin-right: 15px;
	font-size: 10px;}
	
.archivetop {
	margin-top: 50px;}
