/* CSS Document */
body{
	text-align:center;
	background: #E9E6DC url(../images/bg.gif) top repeat-x;
}

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 20px;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #5B4C2A; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #CC6200;
}

a.more, a.more:visited {
	text-decoration: none;
	background: inherit;
	color: #CC6200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.more:hover {
	text-decoration: underline;
	background: inherit;
	color: #CC6200;
}

/* headers */
h1, h2, h3, h4, h5 { font-family: "Times New Roman", Times, serif;  }
h1 {
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
h2 {
	font-size: 160%;
	color: #88AC0B;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 120%;	 
	color: #CC6200;
	text-align: center;
}
h4 {
	font-size: 130%;	 
	color: #CC6200;
}
h5 {
	font-size: 100%;
	color: #CC6200;
	text-align: center;
}

/* images */
img.float-right { margin: 0px 0px 0px 10px;  }
img.float-left { margin: 0px 10px 0px 0px; }

h1, h2, h4, p {
	margin: 18px 0px 0px 0px;
	padding: 0;
}
h3, h5 {
	margin: 0;
	padding: 0;
}

ul, ol, li {
	margin: 0px 0px 0px 20px;
	padding: 0;
	font-size: 14px;
}

.select {
	color: #CC6200;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	float: right;
	text-align: right;
}

/********************************************
   LAYOUT
********************************************/
#wrap{
	padding:0;
    margin: 30px auto 0px auto; 
	width:766px;
	text-align:center;
	background: url(../images/bg_content.jpg) repeat-y;
}

#header{
	padding:0;
	width:766px;
	height:250px;
	text-align:left;
	background:url(../images/header.jpg) no-repeat center;
}

#header h1{
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 153px;
	padding-left: 30px;
    margin:0; 
}

#content{
    margin:0 auto; 
	width:746px;
	text-align:left;
}

#left-column {
	float: left;
	width: 250px;
    margin-top: 10px;
}

#left-padding {
    padding: 20px;
}

#right-column {
	float: right;
	width: 496px;
	margin-top: 10px;
}

#right-column-main {
	float: right;
	width: 496px;
	margin-top: 10px;
	font-size: 90%;
}

#right-padding {
    padding: 20px;
}

#left-column-th {
	float: left;
	width: 250px;
	margin-top: 10px;
	font-family: Tahoma;
}

#right-column-th {
	float: right;
	width: 496px;
	margin-top: 10px;
	font-family: Tahoma;
}

/* Table */	
.table{
	border-collapse: collapse;
	background-color: #A6CC55;
	width: 456px;
	text-align: left;
	border: 1px solid #000000;
	margin: 20px auto;
}
.table thead th{
	background-color: #E77913;
	padding: 5px 5px 5px 15px;
	font-size: 130%;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	font-family: "Times New Roman", Times, serif;
}
.table tbody tr td{
	padding: 5px 0px 5px 10px;
	vertical-align: top;
	font-size: 14px;
}
.tr-alt{
	background-color: #C1DC89;
	vertical-align: top;
	font-size: 14px;
}
/* Footer */	
#footer{
	padding:0;
	margin:0;
	width:766px;
	height:30px;
	text-align:center;
	background: #E9E6DC url(../images/bg_footer.jpg) no-repeat top;
	clear: both;
}
#footer p {
	padding:10px;
	margin:0;
	font-size: 13px;
	color: #666666;
}
#footer a { 
	color: #666666;
	text-decoration: none; 
}

#gallery {
	width: 230px;
	text-align: left;
	margin: 0px 0px 0px 15px;
}
#gallery-header {
	width: 230px;
	text-align: left;
	margin: 0px 0px 0px 15px;
	color: #CC6200;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

