/* @group General */

* { 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;	
}

/* @end */

/* @group Header */
#header {
 color: #333;
 width: 798px;
 float: left;
 height: 175px;
 background: #FFFFFF;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
}
/* @end */

/* @group Navigation */
/************** NAVIGATION ***************/

#navigation {
 float: left;
 width: 750px;
 height: 18px;
 color: #000000;
 font-weight: bold;
 font-size: 72%;
 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;}
/* @end */

/* @group Left Column */
/************** LEFT COLUMN ***************/
#leftcolumn { 
 color: #000000;
 background: #C6BEAE;
 height: 750px;
 width: 199px;
 float: left;
 border-left: 1px solid #000;
 display:inline;
 overflow: hidden;
}

#leftcolumnquote {
 background: #C6BEAE;
 padding-top: 20px;
 padding-left: 10px;
 padding-right: 10px;
 height: 160px;
 width: 179px;
 float: left;
 font-size: 78%;
 }
/* @end */

/* @group Main Column */
/************** MAIN COLUMN ***************/

#content { 
 float: left;
 color: #594f3a;
 background: #FFFFFF;
 padding-left: 20px;
 padding-right: 30px;
 height: 750px;
 width: 350px;
 font-family: Georgia;
 font-size: 110%;
 font-weight: 200;
 display:inline;  
}

#content .italic {font-style:italic; font-size: 150%;}
#content .bold {font-weight:bold; font-size: 125%;}
#content a:link {color: #353231; text-decoration: none; font-size: 100%; font-weight: bold;}
#content a:visited {color: #353231; text-decoration: none; font-size: 100%; font-weight: bold;}
#content a:active {color: #353231; text-decoration: none; font-size: 100%; font-weight: bold;}
#content a:hover {color: #353231; text-decoration: none; font-size: 100%; font-weight: normal;}

/* @end */

/* @group Right Column */
/************** RIGHT COLUMN ***************/

#rightcolumn { 
 text-align: left;
 font-size: 85%;
 font-weight: bold;
 color: #8e7e5e;
 background: #FFE4AC;
 padding-left: 20px;
 height: 750px;
 width: 179px;
 float: left;
 border-right: 1px solid #000;
 display: inline;
}

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

/* @end */

/* @group Footer */
/************** 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: 800px;
 height: 15px;
 clear: both;
 color: #FFFFFF;
 background: #999999;
 padding-right: 0px;
 padding-top: 4px;
 float: left;
 border-top: 1px solid #000000;

}

#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;}


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

#validator a:link {color: #FFFFFF; text-decoration: none; font-size: 100%; font-weight: normal;}
#validator a:visited {color: #FFFFFF; text-decoration: none; font-size: 100%; font-weight: normal;}
#validator a:active {color: #FFFFFF; text-decoration: none; font-size: 100%; font-weight: normal;}
#validator a:hover {color: #00CC00; text-decoration: none; font-size: 100%; font-weight: normal;}

/* @end */

