html {
	min-width: 760px;
}

body {
	color: #000000;
	background-color: #5D662D;
	font-family: arial, Sans-Serif;	
	font-size: 100%;
	margin:0;
	background-image: url(images/img-bg2.jpg);
	background-repeat: repeat-x;
	background-position:top;
}

a {
	text-decoration: none;
	color: #78502C;
	background-color: transparent;
}

a:hover {
	text-decoration: underline;
	color: #A0432E;
	background-color: transparent;
}

.selected 
{
    font-size:140%;
    color: #A0432E;
}

h1 {
   font-size:100%;
   color: #004000;
   background-color: transparent;
   font-weight: bold;
   padding: 0;
   margin:25px 0px 5px 0px;
}

h2 {
   font-size:150%;
   color: #666666;
   background-color: #ffffff;
   font-weight: bold;
   margin:-50px 0px 0px 78px;
   padding: 0px;
}

h3 {
   font-size:100%;
   font-weight: bold;
   color: #fcfcfc;
   background-color: #000000;   
   padding: 0px;
}

h4 
{
    position:absolute;
    font-size: 120%;
    font-weight: bold;
    color: #F4E8A0;
    background-color: Transparent;   
    padding: 10px 10px 10px 10px;
    margin-top:30px;
}

h5 
{
    position:relative;
    font-size: 120%;
    font-weight: bold;
    color: #004000;
    background-color: Transparent;   
    padding: 10px 10px 10px 15px;
    margin:0;
}

p {
	margin:0px 0px 8px 0px; 
	padding:0px;
	color:#404040;
    background-color: transparent;
	font-size: 80%;
	line-height: 15px;
}

ul 
{
	margin:0px 0px 0px 15px; 
	padding:0px;
	color:#404040;
    background-color: transparent;
	font-size: 80%;
	line-height: 15px;
	list-style-type:square;
}

li 
{
    padding:0px 0px 2px 0px;
    margin-bottom:5px;
}



#holder {
	position: relative;
	top: 18px;
	width:760px;
	min-height:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:visible;
	color: #666666;
	background-color: Transparent;
}

* html #holder {height:100%}


#header {
	position:absolute;
	width: 760px;
	height: 212px;
	padding:0px;
	margin:0;
	color: #666666;
	background-color: #7F8B3D;
	background-image: url(images/img-header.jpg);
	background-position:right;
	background-repeat:no-repeat;
}

#logoHolder 
{
    position:absolute;
	width: 216px;
	height: 180px;
	padding:0px;
	margin:0;
	color: #666666;
	background-color: transparent;
	background-image: url(images/img-logo-holder.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
	
#mainNav {
	position: relative;
	top: 212px;
	left: 0;
	width: 750px;
	height: 37px;
	padding: 16px 0px 0px 10px;
	margin: 0px;
	font-weight: bold;
	font-size: 75%;
	color: #404040;
	background-image: url(images/img-nav-bg.jpg);
}

#mainNav a 
{
    font-size:140%;
    text-decoration: none;
	color: #404040;
	background-color: Transparent;
}

#mainNav a:hover 
{
    font-size:140%;
	text-decoration: none;
	color: #A0432E;
	background-color: Transparent;
}

#slogan 
{
 	position: absolute;
 	float:right;
	top:141px;
	left:378px;
	width: 360px;
	height:60px;
	padding: 0;
	color: #666666;
	background-color: #ffffff;
	margin:0;
	background-color: #f4e8a0;
}

#banner {
	position: absolute;
 	float:right;
	top: 232px;
	left:420px;
	width: 360px;
	height:60px;
	padding: 0;
	color: #666666;
	margin:0;
	font-size: 150%;
	font-weight: bold;
}

#slogan p {
	margin:0px 0px 8px 0px; 
    font-size: 70%;
    font-weight: bold;
    color: #004000;
    background-color: transparent;   
    padding:0;
    margin:-10px 0px 0px 97px;
}

#contentHolder {
	position:relative;
	top:212px;
	height: 410px;
	padding: 0;
	color: #666666;
	background-color: #ffffff;
	background-image: url(images/img-content-bg.gif);
	background-repeat: repeat-y;
}

#contentHolder2 {
	position:relative;
	top:212px;
	height: 515px;
	padding: 0;
	color: #666666;
	background-color: #ffffff;
	background-image: url(images/img-content-bg.gif);
	background-repeat: repeat-y;
}

#content 
{
	position:absolute;
	left:240px;
	width:320px;
	height:371px;
	margin:0;
	padding:0px 100px 0px 0px;
	overflow:visible;
}

#imagesL
{
	position:absolute;
	left:0px;
	width:247px;
	height:371px;
	margin:0;
	padding:0;
	overflow:visible;
}

#imagesR
{
	position:absolute;
	left:570px;
	width:190px;
	height:371px;
	margin:0;
	padding:0;
	overflow:visible;
	
}

#footer
{
	position:absolute;
	width: 760px;
	height: 63px;
	padding:0px;
	margin:212px 0px 0px 0px;
	color: #666666;
	background-color: #004000;
}

#footer p 
{
    position:absolute;
    text-align:center;
    line-height:18px;
    font-size: 85%;
    font-weight: bold;
    color: #F4E8A0;
    background-color: Transparent;   
    padding: 5px 10px 10px 10px;
    margin:0px 0px 0px 180px;
}

#footer a
{
    text-decoration: underline;
    color:#F4E8A0;
}

#footer a:hover
{
	text-decoration: none;
	color: #F4E8A0;
}
