body {
	background-image: url(../images/BG_Main_03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#778176;
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrap {
	width: 625px;
	top: 0px;
	margin-left:auto;
	margin-right:auto;
	font:Arial, Helvetica, sans-serif;
	}
	
#main {
    background:#c3cbba;
    float:left;
    width:470px;
	padding:0px;
    }
	
#main a{
	text-decoration: underline;
	color:#292d31;
    }
	
#main a:hover{
	color:#bf3403;
	text-decoration:underline;
    }
	
#sidebar {
    background:#32363b;
    float:right;
    width:150px;
	padding-right:0px;
	padding-left:0px;
	padding-top:10px;
	padding-bottom:15px;
    }
	
#sidebar ul {
	margin: 0;
	padding: 0;
	line-height:18px;
	list-style: none;
	}
	
#sidebar li{
	position: relative;
	font-size:12px;
}
	
#sidebar li a{
	display: block;
	text-decoration: none;
	color: #dddfde;
	padding-left:10px;
    }
	
#sidebar li a:hover{
	color:#dddfde;
	background-color:#bf3403;
	text-decoration:none;
    }
	
#sidebar li ul li a {
    text-decoration:none;
    padding-left:20px;
	color:#8c9a9d;
}

/*IE needs extra margin and padding set for the indented li */
* html #sidebar li ul li a{
    margin-left:-20px;
    padding-left:20px;
}
/* end IE hack */
	
.on {
	color:#dddfde;
	background-color:#bf3403;
	text-decoration:none;
    }
	
.subon {
	background-color:#545b63;
    }
	
#footer {
    background:#000;
    clear:both;
	width:464px;
	padding:3px;
	FONT-SIZE: 9px;
	LINE-HEIGHT: 14px; 
	COLOR: #ccc;
    }
	
#footer a{
	text-decoration: underline;
	color:#CCCCCC;
    }
	
#footer a:hover{
	color:#fff;
	text-decoration:underline;
    }
	
#nav {
	width:625px;
	height:41px;
	}
	
	
#textholder {
	width:425px;
	font-size:12px;
	padding-left:15px;
	}
	
#textgallery {
	width:350px;
	font-size:12px;
	padding-left:15px;
	}
	
#totop {
	text-align:center;
	background:#d8dcd6;
	}
		
		
h1 {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding:0px;
	margin-bottom: 20px;
}
	

h2 {
	font-size:16px;
	color:#000000;
	font-weight:normal;
	padding:0px;
	margin-bottom:-5px;
}

h3 {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	padding:0px;
	margin-bottom:-10px;
}

h4 {
	font-size:9px;
	color:#4a5159;
	font-weight:normal;
	font-style:italic;
	padding-left:4px;
}

p {
	FONT-SIZE: 11px;
	LINE-HEIGHT: 14px; 
	COLOR: #4a5159;
	font-weight:normal;
	}
	
	
table.gallery {
	width: 450px;
	border:0px;
}
table.gallery th {
	text-align: left;
	padding: 0px;

}
table.gallery td {
	text-align: left;
	vertical-align:top;
	padding: 0px;

}


hr {	
	color: #676a61;
	background-color: #676a61;
	border:none;
	height: 1px;
	margin-left:3px;
	margin-right:3px;
	}
