html {
 
 background: #fff url(../images/headerBG.jpg) repeat-x;
}

body {
 color: #fff;
 font-family: helvetica, arial;
}

/* General */

a {
 color: #000;
}

/* Container */

#container {
 position: relative;
 padding-top: 0px;
}

/* Header */

#header {
 
 margin: 0px;
 padding: 0px;
 height: 127px;
 /*background: #27527c url(../images/header.jpg) no-repeat;*/
}

#header h2{
 text-align: right;
 color: #000;
 padding-top: 25px;
 padding-left: 5px;
 padding-right: 20px;
 font-size: 36px;
 line-height: 46px;
 margin-bottom: 0px;
 font-weight: bold;
 display: block;
 text-shadow: 0 1px 3px #fff;
}

#header p{
 text-align: right;
 padding-left: 8px;
 padding-right: 20px;
 font-size: 16px;
 line-height: 16px;
 color: #444;
}

/* Menu */

#menu {
	position: absolute;
	top: 45px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	/*top: 35px;*/
	margin-top: 71px;
	
	margin-left: 15px;
	padding-top: 0px;
	color: #fff;
}

#menu a {
 color: #fff;
 /* border: 1px solid #4477a8;*/
 /*background: #27527c;*/
 line-height: 44px;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 12px;
 padding-right: 12px;
 text-decoration: none;
 
}

#menu a:hover {
 color: #fff;
 /*border: 1px solid #5d96cd;*/
 background: #598801;
 text-decoration: underline;
}
/* Content */

#content {
 margin-top: 75px;
 color: #000;
}

	  #content p{
	   padding-top: 10px;
	   padding-left: 15px;
	   padding-right: 15px;
	   
	  
	  }
		  #content h1 {
		border-bottom: 3px solid #a8c694;  
	  }
	  
	  #content h1,h2,h3,h4,h5 {
		clear: both;
		margin-left: 15px;
		margin-top: 15px;
		margin-right: 10px;
		margin-bottom: 5px;
		  
	  }
	  
	
	  
	  #content img.right {
		float: right;
		margin: 15px;
		border: 2px solid #ccc;
		/*background: #669900;*/
	  }

		#content img.left {
		float: left;
		margin: 15px;
		margin-left: 0px;
		border: 2px solid #ccc;
		/*background: #669900;*/

/* Footer */

#footer {
 border-top: 1px solid #222;
 color: #888;
}


