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

p, a{
	color:#FFF
}

a:hover {
	color: #000;
}

ul {
	color: #fff;
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

#container{
	height:100%; width:800px;  position:relative;margin:0 auto;
}

#logo{
	background:url(images/logo.png) no-repeat; width:100%; height:152px; position:absolute; z-index:3
}

#header{
 position:relative; top:100px; z-index:0; left:0px; top:0px
}

#menu{
	background:#006633; width:100%; height:40px; position:absolute; top:300px; left:0px
}

#footer{
	background:url(images/footer_bg.png) no-repeat; width:100%; height:71px; position:relative;  padding-left:10px;
}

#footer a,#footer p{
	color:#999; padding-top:35px;  font-size:0.8em
}

#content{
	background:url(images/home_bg.png) repeat-y; width:800px;min-height:410px;position:relative; top:36px
}

img{
	border:none
}

#imgHoverableOn{
position:relative; bottom:17px
}

#news{
float:left; width:200px; padding:20px; padding-top:10px
}

#mainContent{
	float:right; padding:20px; padding-top:10px; width:500px
}

#bttnOne{
	position:absolute; left:25px; top:250px
}

#bttnTwo{
	position:absolute; left:280px; top:250px
}

#bttnThree{
	position:absolute; left:540px; top:250px
}

.headings{
font-size:1.4em	
}

.yellowText a{
	color:#f29400
}

.line{
	width:1px; height:340px; position:absolute; left:250px; background:#CCC; top:20px
}
