* { padding: 0; margin: 0; border:none; font-size: 100%;}

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #999999;
}

#wrapper { 
     position:absolute;
	 left: 50%; 
     top: 0%;
     width: 800px;
     margin-left: -400px; /* half of the width */
	 border-top: 1px solid #000;
}
 
#header {
 color: #333;
 width: 798px;
 float: left;
 height: 175px;
 background: #FFFFFF;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
}


/********** NAVIGATION ****************/

#navigation {
 float: left;
 width: 750px;
 height: 18px;
 color: #000000;
 font-weight: bold;
 font-size: 73%;
 background: #594f3a;
 padding-left: 6%;
 padding-top: 8px;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 display: inline;
}

#navigation ul {list-style: none;}

#navigation li {float: left; margin: 0 2px; display: inline;}

#navigation a:link {text-decoration: none; color: #FFFFFF; font-weight: bold;}
#navigation a:visited {text-decoration: none; color: #FFFFFF; font-weight: bold;}
#navigation a:active {text-decoration: none; color: #FFFFFF; font-weight: bold;}
#navigation a:hover{text-decoration: none; color: #E8B54B;}
#navigation ul li a {text-decoration: none; color: #FFFFFF; font-weight: bold;}

/**********LEFT COLUMN****************/

#leftcolumn { 
 color: #000000;
 background: #C6BEAE;
 height: 400px;
 width: 199px;
 float: left;
 border-left: 1px solid #000;
 display:inline;
 overflow: hidden;
}

#leftcolumnquote {
 background: #C6BEAE;
 padding-top: 40px;
 padding-left: 10px;
 padding-right: 10px;
 height: 100%;
 width: 179px;
 float: left;
 font-size: 80%;
 }

#leftcolumn a:link{color: #353231; text-decoration: none; font-size: 100%; font-weight: bold;}
#leftcolumn a:visited{color: #353231; text-decoration: none; font-size: 100%; font-weight: bold;}
#leftcolumn a:active{color: #353231; text-decoration: none; font-size: 100%; font-weight: bold;}
#leftcolumn a:hover{color: #353231; text-decoration: none; font-size: 100%; font-weight: normal;}

#leftcolumn .title {font-weight: bold;font-size: 10px;}

#leftcolumn .space {font-size: 11pt;}

/**********CENTER COLUMN****************/

#content { 
 float: left;
 color: #594f3a;
 background: #FFFFFF;
 padding-left: 20px;
 padding-right: 30px;
 height: 400px;
 width: 549px;
 font-family: Georgia;
 font-size: 120%;
 font-weight: 200;
 border-right: 1px solid #000;
 display:inline;  
}

#content .italic {font-style:italic;font-size: 150%;}

#content .bold {font-weight: bold;}

#content .big {font-weight: bold;font-size: 120%;}

#content .indent {margin: 0 20px;}

#content a:link { color: #594f3a; text-decoration: underline; font-size: 100%; font-weight: normal;}
#content a:visited { color: #594f3a; text-decoration: underline; font-size: 100%; font-weight: normal;}
#content a:active { color: #594f3a; text-decoration: underline; font-size: 100%; font-weight: normal;}
#content a:hover { color: #E8B54B; text-decoration: none; font-size: 100%; font-weight: normal;}

#content img {border: 5px solid #594f3a;}


/*************FORM LAYOUT**********************/

div.row {clear: both; padding-top: 5px;}
div.row span.label {float: left; margin: 0 5px; width: 100px; text-align: right;}
div.row span.formfit {float: left; margin: 0 5px; width: 335px; text-align: left; overflow: hidden;} 
div.wholeform {margin:0px auto; width:550px; overflow: hidden;}
div.buttons {float:right; text-align:left;}
div.spacer {clear:both; height: 30px;}
.highlight {font-family:Arial, Helvetica, sans-serif; color:#FF0000;}
input {background: #C6BEAE; border: 1px solid #594f3a;}
textarea {background: #C6BEAE; border: 1px solid #594f3a; font-family: Georgia; font-size: 90%;}



/********** FOOTER ****************/

#footer { 
 text-align: right;
 font-size: 80%;
 width: 788px;
 height: 15px;
 clear: both;
 color: #353231;
 background: #E8B54B;
 padding-right: 10px;
 padding-top: 5px;
 float: left;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 display: inline;
}

#sitecredit { 
 text-align: left;
 font-size: 80%;
 width: 790px;
 height: 15px;
 clear: both;
 color: #FFFFFF;
 background: #999999;
 padding-right: 10px;
 padding-top: 5px;
 float: left;
 border-top: 1px solid #000000;
 display: inline;
}

#sitecredit a:link {color: #FFFFFF; text-decoration: none; font-size: 100%; font-weight: normal;}
#sitecredit a:visited {color: #FFFFFF; text-decoration: none; font-size: 100%; font-weight: normal;}
#sitecredit a:active {color: #FFFFFF; text-decoration: none; font-size: 100%; font-weight: normal;}
#sitecredit a:hover {color: #0099ff; text-decoration: none; font-size: 100%; font-weight: normal;}

