
/*-------Body Stuff------*/
body  {
	margin: 0;
	padding:0;
	font-family : georgia, courier;
	font-size:10pt;
	background: #140605;
}


/*-------Main Stuff------???/*/
#main {
	float: right;
	margin-top: 10px;
	width: 500px;
}


img {
	margin: 0px;
	padding: 0px;
}

blockquote {
	background: #FFFCED;
	display: block;
	padding:  10px;
	letter-spacing: 0.045em;
	width: 600px;
	font-family : georgia, courier;
	font-style: italic;
	font-size:12px;
	text-align: left;
}




/*-------Text Stuff------*/
h2 {
	font-size: 1.125em;
	font-weight: bold;
	color: #2e2c26;
	font-family : georgia, courier;
}

h3 {
	font-size: 0.9375em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #2e2c26;
	font-family: Arial, Helvetica, sans-serif;
}


p  {
	font-family : georgia, courier;
	font-size:11pt;
	color : #000000;
		}  



/*-------Menu stuff------*/
.cssnav { 

position: relative;
display: block;
width: 150px;
height: 55px;
margin: 0; 
padding: 0; 
		}


.cssnav img {width: 150px; height: 45px; border: 0; 

}

/*-------Bottom Menu------*/

.bottom_menu p {
	  text-decoration: none;
	  text-align:center;
        font-family : georgia, courier;
        color:  #140605;
	   font-size:10pt;
	}
.bottom_menu a {
	color:  #140605;
	text-decoration: none;
   }
.bottom_menu a:hover {
         color: #a72e35;
}

/*-------Address Stuff ------*/

.address p {
	font-family : georgia, courier;
	font-size:11pt;
	color : #140605;
        text-align:center;
	
}
.address a {
	color: #140605;
        font-size:11pt;
	font-weight: bold;
	
}
.address a:hover {color: #a72e35;
}


/*-------Link stuff------*/
a:link  {
	color :  #140605;
	text-decoration : none;
	font-weight : bold;
}

a:visited  {
	color :  #140605;
	text-decoration: none;
		}

a:hover {
	color : #a72e35;
	text-decoration :underline;
}
