
/* Links */

A  {background-image: url(images/link.gif);
	text-decoration : none;
	color :#3D2F1F; 
    }

A:hover {
	background-image: url(images/link.gif);
	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: #506D44;
	font-weight: bold;
	font-family: Georgia;
	text-transform: uppercase;}

em {
 	color: #80965F;
	font-size: 11px; }

/* Sidebar */
div#navigation a {
	border-left: 15px solid #156E91;	
	color:#5D1313;
	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 p {
	padding: 5px;
	line-height: 180%;
	}
	
div#navigation a:link {color:#0B0D3D;}

div#navigation a:visited {color:#42312C;}

div#navigation a:hover {color:#052432;
    border-left: 15px solid #1D7BA0;}


/* Main header classes */
h1{
	margin: 0px;
	padding: 5px 0 5px 50px;
	background: url(images/h1.gif) no-repeat top left;
	color: #BED1C1;
	font-family: arial black, sans-serif;
	font-size: 30px;
	font-weight: normal;
	text-transform: lowercase;}

h2 {
	margin: 0 0 0 10px;
	padding: 6px 5px 5px 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;
}

div#navigation h2 {
	margin: 0;
	padding: 5px 5px 5px 13px;
	color: #8E5544;
	background-repeat: no-repeat;
	background-image: url(images/sidebarh2.gif);
	font-family: century gothic, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	font-weight: none;
	text-transform: uppercase;
}

h3 {
	margin: -25px 10px 3px 65px;
	color: #314444;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}


/* Body text classes */
	
p, body {
	font: 11px Verdana;  
	color:#5F5A4D;
	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: #6A803E;
	background-image: url(images/statistics.gif);
	background-color: #FFFFFF;
	}

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

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

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

.divider {
	height: 10px;
	margin:0;
	background-image: url(images/statistics.gif);
    }

.profile {
	background-color: FFF;
	margin: 1px;
    }


/* Footer class */
	
.footer {
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #8F8673;
    }

/* Misc. */	


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

img
    {border: 0px none;}
    
.gallery
	{border: 1px solid #547422;}

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

/* Tables! */

table {
	border: 1px solid #B3CAA1;
	background-color: #FFF;
	margin-bottom: 10px;
 }

tr.top {
 }

tr.top  td{
	background-color: #DFBEB4;
	padding: 2px 5px 2px 5px;
	font-family: Arial;
	font-size: 11px;
	color: #806A63;
 }

td {
	background-color: #D9DBE7;
	padding: 2px 3px 2px 3px;
	color: #8F918B;
	font-family: Georgia;
	font-size: 10px;
 }

td.side{
	background-color: #E3E6BA;
	padding: 2px 5px 2px 5px;
	color: #91937C;
	font-family: Georgia;
	font-size: 10px;
 }

tr.top td.corner{
	background-color: #A1A6B6;
	padding: 2px 5px 2px 5px;
	text-align: right;
	color: #3C4369;
 }

	
/* Structural ids */

#header{
	position: absolute;
	left: 317px;
	top: 0px;}


div#navigation{
	position: absolute;
	left: 100px;
	top: 0px;
	width: 217px;
	background-color: #82AFAE;}


#content{
	position: absolute;
	left: 330px;
	top: 50px;
	width: 500px;}

#footer{
	clear: both;}
