@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;

}

body {
	background-image: url(../images/background.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	background-repeat: repeat;
	background-position: top;
}
	

#wrapper {
	min-height: 100%;
	/* height: auto;
	height: 100%; */
	width: 950px;
	/* background-image: url(../images/wrapper-background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat; */
	/*text-align: left;
	/* border-left: 1px solid #330000;
	border-right: 1px solid #330000; */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

#topbar_wrapper {
	height: 30px;
	}

#header {	width: 948px; 
			margin-left:auto; 
			margin-right: auto;
			border-left: 1px solid #330000;
			border-right: 1px solid #330000;
	}
	
/* #header img {
    display:block; } */

#navbar_wrapper {
	background-color:#6eac2c;
	height: 30px;
	/* margin-left: auto;
	margin-right: auto;*/ 
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	border-top: 1px solid #330000;
	border-bottom: 1px solid #330000;
	}
	
#navbar {
	margin: 0;
	padding: 0;
	height: 1em; }
#navbar li {
	list-style: none;
	margin-top: 0px;
	float: left; }
#navbar li a {
	display: block;
	background-color: #6eac2c;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
}
#navbar li ul {
    display: none;
    width: 14em; /* Width to help Opera out */
    background-color: #FF9933;}
#navbar li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0; }
#navbar li:hover li {
    float: none;
	}
#navbar li:hover li a {
    background-color: #FF9933;
    border-bottom: 1px solid #fff;
    color: #000; 
	padding-top: 6px;
	padding-bottom: 6px;  }
#navbar li li a:hover {
    background-color: #FFCC33; }

.divider
		{
		background-image: url(../images/nav_divider.jpg)
		}
	
#content_wrapper {
	background-color: #E7DF9C;
	/* background-image: url(../images/wrapper_background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat; */
	text-align: left;
	border-left: 1px solid #330000;
	border-right: 1px solid #330000;
	padding-bottom: 20px ;
	
}

#left_column {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 620px;

	
}
				
#left_column2 {
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	width: 620px;

}

.content {
	border: 1px solid #000000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #FFFFCC;
	background-image: url(../images/cream_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#right_column { float: right;
				margin-top: 20px;
				margin-right: 20px;
				width: 270px;
				 }
				
#right_column2 { float: right;
				margin-top: 20px;
				margin-right: 20px;
				width: 270px; }

#content_sidebar {
	border: 1px solid #000;
	padding: 10px 20px 20px 20px;
	background-color: #0066FF;
	background-image: url(../images/blue_header.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
				
#clearcolumn {	clear: both;
				background-color: #330000; }

			
			
			table.thumbs td{text-align:center; vertical-align:middle; }
img.border{padding:5px; border:4px solid #FFFFCC; background-color: #E7DF9C; }

.clear { font-size: 1px ;
			height: 1px ; }

.footer {background-color: #6eac2c ;
		
		padding-top: 10px ;
		font: small ;
		color: #FFF;
		text-align: center ;
		height: 60px;
		border-left: 1px solid #330000;
		border-right: 1px solid #330000;}
