/***************************************************************************
*                                                                          *
* contented1 - An open source xhtml/css website template by Contented      *
* Designs.  You're free to modify it and use it for any purpose without    *
* cost or obligation. We'd prefer that you leave the link to our website   *
* in the footer but it's not required.                                     *
*                                                                          *
* If you have comments or questions, please contact us at                  *
* http://www.ContentedDesigns.com. Thanks!                                 *
*                                                                          *
* Version: 1.02 (May 17, 2006)                                             *
*                                                                          *
* The old color theme was blue. The darker blue was #3366ff# and the       *
* lighter blue was #6699ff.                                                *
*                                                                          *
* Now, I'm switching to a gold color theme.                                *
* I'm also switching the role of the light and dark colors.                *
* The darker gold is #A39136 and the lighter gold is #C5B358               *      928025  B4A247
*                                                                          *
***************************************************************************/

* {
	padding:0;
	margin:0;
}

body {
	color: #444444; 
	background-color:#ffffff; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:83%;
	margin:20px auto;
	width:760px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:1em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { margin-left:2em; }

fieldset { padding: .5em; }

a {
	color: #928025;  
	background-color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #928025;  
	background-color: #FFFFFF; 
	font-weight: bold;
	text-decoration: underline;
}

#header {
	color: #B4A247;  
	background-color: #FFFFFF;
	width:760px;
	clear:both;
}

#title {
	color:#B4A247; 
	background-color:#FFFFFF; 
	font-size:300%;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	float:left;
}

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	color:#B4A247;
	background-color:#FFFFFF; 
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	color:#928025;
	background-color:#FFFFFF; 
	text-decoration:underline;
}

#slogan {
	color:#666666;
	background-color:#FFFFFF;
	font-size:117%;
	font-weight:bold;
	font-style:normal;
	padding:0px 0px 0px 0px;
	width:520px;
	clear:both;
	float:left;
}

#nav {
	line-height:250%;
	padding:14px 0px 4px 0px;
	margin:0 0 5px 0;
	width:760px;
	clear:both;
}

#nav a {
	color: #ffffff;   
	background-color:#B4A247;
	font-weight:bold;
	text-decoration:none;
	padding:4px 15px 4px 15px;
	border:1px solid #928025;
}

#nav .selected,#nav a:hover {
	color:#ffffff; 
	background-color:#928025;
	text-decoration:none;
	padding:4px 15px 4px 15px;
}

#content {
	border-top:1px solid #CCCCCC;
	width:760px;
	clear:both;
}

#maincontent {
	font-size:100%;
	padding:0px 5px 0px 0px;
	width:760px;
	float:left;
}

#sidecontent {
	font-size:83%;
	padding:5px 0px 0px 0px;
	width:195px;
	float:right;
}

#footer {
	color: #FFFFFF;
	background-color:#B4A247;
	font-size:80%;
	line-height:150%;
	width: 760px;
	clear:both;
}

#footer	a {
	  color: #FFFFFF;
	  background-color: #B4A247;
	  text-decoration: none;
	  }

#footer	a:hover {
	  color: #FFFFFF;
	  background-color: #B4A247;
	  font-weight: bold;
	  text-decoration: underline;
	  }

#copyrightdesign {
	color:#FFFFFF;
	background-color:#B4A247;
	padding:5px 0px 5px 20px;
	width: 580px;
	float:left;
}

#footercontact {
	color:#FFFFFF;
	background-color:#B4A247;
	padding:5px 0px 5px 50px;
	width:110px;
	float:right;
}

