
/* Links */

A  {
	text-decoration : none;
	color :#1C3719; 
    }

A:hover {
	color : #7FA52A; 
	}

/* Universal stylistics (<strong>, <em>, etc */

blockquote {
	text-align: justify;
	color: #156E91;
	font-weight: normal;
	margin: 0;
	padding: 10px 20px 10px 50px;
	background: url(images/quote.gif) no-repeat center left;
	font-family: Century Gothic;}


strong {
	font-size: 10px;
	color: #891A04;
	font-weight: bold;
	font-family: Georgia;
	text-transform: uppercase;}

em {
 	color: #0D353E;
	font-size: 11px; }

/* Sidebar */
div#navigation a {
	border-left: 15px solid #5D6118;	
	color:#F7CF54;
	font-size: 12px;
   	margin: 1px 3px 1px 1px;
   	padding-left: 5px;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
	font-family: Century Gothic, sans-serif;
	}
	
div#navigation a:link {color:#F59817;}

div#navigation a:visited {color:#F7CF54;}

div#navigation a:hover {color:#891A04;
    border-left: 15px solid #064C26;}


/* Main header classes */
h1{
	margin: 10px 0 0 0;
	padding: 7px 0 9px 30px;
	background: url(images/h1.gif) no-repeat top left;
	color: #000B12;
	font-family: georgia, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;}

h2 {
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	color: #2D3455;
	background-repeat: no-repeat;
	background-image: url(images/h2.gif);
	font-family: century gothic, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	font-weight: none;
	text-transform: uppercase;
}


h3 {
	margin: 0 0 0 25px;
	color: #314444;
	font-family: Times, Times New Roman, Serif;
	font-size: 7px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* Body text classes */
	
p, body {
	font: 11px Verdana;  
	color:#514831;
	text-align: justify;
	margin-top:0;
	margin-bottom:8px;
	line-height: 165%;
    }

p.center {
	text-align: center;
    }

p.right {
	text-align: right;
    }

p.left {
	text-align: left;
    }

.statistics {
	margin-left:50px;
	margin-right:50px;
	padding:5px 7px 5px 27px;
	color: #891A04;
	background-image: url(images/statistics.gif);
	}

textarea, input {
	font: 11px Verdana;  
	padding:5px;
	color: #000B12;
	background-image: url(images/statistics.gif);
	background-color: #F9E588;
	border: 0; 
	}

.statistics strong {
	text-transform: none;
	color: #000B12;
	}

.quote {
	color:#774343;
	text-align: justify;
	padding-top:0pt;
	padding-bottom:0px;
	line-height: 150%;
	font:10px Georgia;
    }


/* Footer class */
	
.footer {
	padding: 10px 0 10px 0;
	margin: 0px;
	width: 498px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #5D6118;
    }

.footer a:link{
	color: #F7B81C;
    }

/* Misc. */	


body {
	background-color:#F9E588;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin:0px;
    }

img
    {border: 0px none;}

img.center
	{border: 5px solid #B3CAA1;}

img.left {
	border: 5px solid #B3CAA1;
	float: left;
	margin: 3px 7px 0 0;}

img.right {
	border: 5px solid #B3CAA1;
	float: right;
	margin: 3px 0 0 7px;}

	
/* Structural ids */

#frame{
	width: 498px;
	padding-bottom: 10px;
	margin-right:auto;
	margin-left:auto;}


div#navigation{
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	margin: 0px;
	text-align: center;
	padding-top: 170px;
	padding-bottom: 7px;}


#border{
	clear: both;
	background: url(images/border.gif);
	height: 20px;
	margin: 0;
	width: 100%;}

#footer{
	clear: both;
	background: #000102;
	width: 100%;}