/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#2D0204;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
    font-size: 100%;
    text-align: center;
    color: #000000;
}

h2{
    font-size: 20px;
    color: #000000;
}

h3, b{
    font-size: 12px;
    color: #000000;
}

h4 {
 font-size: 20px;
 color: #000000;
}
			
#wrapper
    { 
     width: 900px; 
     text-align: left;
     border: 0px; 
     padding: 0;  
     margin: 0 auto; 
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
}

#header {
	border: 0px; 
    background-color: transparent; 
	height: 262px;
}

#navBar{
	width: 256px;
	background-color: #ffffff;
	height: 131px;

}

#content{
    float:right;
	width: 643px;
	margin: 0;
	padding: 0;
}

/************** .feature styles ***************/

.feature{
	font-size: 80%;
	background: url(images/002_11.jpg);
	background-repeat:no-repeat;
	height: 632px;
	padding: 10px 15px 10px 25px;
}

#feature_img {
	text-align:center;
	padding: 20px;
	}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	text-align: center;
	color: #ffffff;
	padding: 0 0 5px 5px;
}	

#siteInfo a {
	color: #ffffff;
	text-decoration: none;
}	

#siteInfo a:hover {
	text-decoration: underline;
}	
/*********** #leftcolumn styles ***********/

#leftcolumn{
	position: relative;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 43px;
	font-size: 90%;
	background: url(images/001_12.jpg);
	height: 511px;
	width: 214px;
}

td.leftcolumn_info {	
font-size: 8pt;
padding: 0px 0px 0px 15px;
}


/*********** #contact form ***********/

#contact_us{
background-color:transparent;
top:320px; 
height:472px;
width:600px;
}

#contact  { /* the form*/
	position: relative;  /* relative positioning */
	border: 0px solid #E1E1E1; /*pretties*/
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
	}

#contact input, #contact select, #contact textarea { /* positions these elements 13em from left */
	position: absolute;
	left: 13em;
	}

#contact label { /* no margin on labels*/
	margin: 0;
	}
	
#contact div {  /*spacing*/
	margin-bottom: 1em;
	}


.textarea { /*add a class to position our submit button below the textarea input*/
	margin-top: 8em;
	}

