@charset "UTF-8";

body  {
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	background: #e4e3d2;
	}



/*  Basic styles */ 

h2, h3, h4, h5, h6  {
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	}

p, ul, ol, li {
	padding: 0;
	margin-top: 0.3em;
	margin-bottom: 1em;
	border: 0;
	}

p {
	font-size: 0.7em;
	line-height: 1.6em;
	color: #333333;
	}

h1 {
	font-size: 0.9em;
	color: #895d14;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.8em;
	}	

h2 {
	font-size: 0.75em;
	font-weight: bold;
	color: #363630;
	border-bottom: 1px solid #363630;
	}
	
h3 {
	font-size: 0.82em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #895d14;
	}

a:link, a:visited, a:active  {
	text-decoration : none;
	font-weight : normal;
	color: #895d14;
	font-size: 1em;
	}
 
a:hover  {
	color : #895d14;
	border-style: none;
	}
#container #navImg img {
	border-width: 0px;
	border-style: none;
}
	
.arrow {
	font-size: 1em;
	color: #363630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#top img{
	text-decoration: none;
	float: right;
	border-style: 0;
	border-style: none;
	}



/* Specific areas */

#container {
	width: 900px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 

#header { 
	background: #DDD; 	
	} 

#sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 10px;
	}
		
#sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
	padding: 15px 10px 10px;
	margin: 0px;
	}
	
#mainContent {
	margin: 0px 250px 0px 220px; /* the right margin creates the right column - no matter how much content the sidebar div contains, the column space will remain. */
	padding: 0px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 

#box{
	margin: 20px 0px 30px;
	padding: 10px;
	border: 0.01em solid #CCCCCC;
	background: url(../images/backgr_image.gif) repeat;
	}
	
#footer {
	padding: 0 10px 0 50px;
	background:#363630;
	}
	
#gallery {
	} 	
	

/* Nav styles */
 
#leftNav p{
	color: #363630;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height : 1.8em;
	text-align: center;
	font-weight: bold;
	}
	
#leftNav a{
	color: #895d14;
	text-decoration: none;
	font-weight: normal;
	}
	
#leftNav a:hover{
	text-decoration: none;
	background: #CCCCCC;
	}

#navImg img{
	float: none;
	width: 97px;
	margin: 13px 0px 0px;
	height: 97px;
	padding: 0px;
	}	
	
#navImg p{
	float: left;
	width: 119px;
	padding: 0px 3px;
	border: 1px solid #895d14;
	text-align: center;
	margin: 0px 9px 5px 12px;
	line-height: 2.5em;
	}

#navImg a{
	color: #895d14;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#clear {
	clear:both;
	}
	


/* sidebar styles */
	
.sidebarImg {
	float: none;
	width: 210px;
	text-align: center;
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #895d14;
}

.sidebarImg a:hover{
		border-bottom-width: o;
	border-bottom-style: none;
	}
	

.sidebarImg a img {
	border-style: none !important;
	text-decoration: none;
	}
	
	


/*  footer styles */

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	color: #e4e3d2;
	
	}
	
#footer a, #footer a:visited, #footer a:active {
	color: #e4e3d2;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #e4e3d2;
	background: #666666;
	text-decoration: underline;
	border-style: none;
	}




#gallery a img {
	border: 0px;
	border-style: none !important;
}	
	
/* Float elements */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
#container #counter {
	font-size: 0.6em;
	width: 70px;
	padding: 0px;
	position: absolute;
	float: left;
	line-height: 1em;
	margin: 0px 0px 10px 20px;
}
	
#container #lastUpdated {
	font-size: 0.6em;
	width: 100px;
	float: right;
	margin-right: 20px;
	text-align: right;
	line-height: 2.5em;
}
