@charset "UTF-8";
/* CSS Document */

/* --------- General Styles ------------- */

html, body {height: 100%; margin: 0; padding: 0; border: 0;}

body {
background-image: url(../interface_img/bg.jpg);
font-family: Gill Sans, Arial, Helvetica, sans-serif;
font-size: 12px;

}

a {
color: #669900;
text-decoration: none;
}
	
	a:hover {
	text-decoration: underline;
	}

#container {
left: 50px;
right: 50px;
top: 50px;
min-height: 100%;
position:absolute;
margin: 0 auto;
background-color: #F1F0EE;



}

#banner {
background-image:url(../interface_img/bannerLeft.jpg);
background-repeat: no-repeat;
position: relative;
z-index: 30;
padding: 0px;
margin: 0px;

}

#bannerRight {
background-image: url(../interface_img/bannerRght.jpg);
background-repeat: no-repeat;
background-position: right;
height: 100px;
text-align: right;
font-size: 11px;
padding: 14px 15px 0px 0px;
color: #666666;
line-height: 17px;
}

#mainNav {
text-align: left;
font-size: 12px;
letter-spacing: 2px;
margin-top: 25px;
margin-left: 15px;
color: #666666;
}


#photoBG {
background: url(../interface_img/photoBannerBg.jpg);
background-repeat: repeat-x;
height: 136px;
}

#photo {
background: url(../interface_img/photoBanner.jpg);
background-repeat: no-repeat;
height: 136px;
}

#contentLeft {
background-image: url(../interface_img/contentLeft.jpg);
background-repeat: repeat-y;
background-color: #F1F0EE;
position: absolute;
height: auto;
height: 100%;
left:0px;
top: 0px;
bottom: 0px;
width:10px;
z-index: 7;

}
	

#contentRight {
background-image: url(../interface_img/contentRight.jpg);
background-repeat: repeat-y;
min-height: 100%;
position:absolute;
top: 0px;
right: 0px;
margin: 0 auto;
width:7px;
z-index: 7;

}

#contentBG {
background-color: #F1F0EE;
position: relative;
	z-index: 4;
	bottom: 0px;
	
}

#content {
	background-image: url(../interface_img/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0px;
	height: 100%;
	min-height: 407px;
	padding-top: 10px;
	position: relative;
	margin-left: 20px;
	z-index: 8;
	
	}

#columnLeft {
float: left;
width: 350px;
margin-left: 3px;
margin-right: 10px;
height: 100%;


}

	#innerColLeft {
	float: left;
	height: 100%;
	margin-right: 20px;
	text-align: right;
	font-size: 11px;
	margin-left: 10px
	}
	
		#innerColLeft a {
			font-weight: bold;
			color: #CF6910;
			}
	
		#innerColLeft img {
		border: 3px solid #94C337;
		}
	
	#innerColRight {
	
border-right: #D1D1CA solid 2px;
padding-right: 10px;
	}

#columnRight {
margin-right: 15px;
}


