body {
	background: url(images/dottedgreenonW.jpg);
	margin-top:0;
}

/*container surrounding everything */

#container {
	background-color:#FFFFFF;
	width: 760px;
	margin-left:auto;
	margin-right:auto;
}	


	#container a {
		color:#FFCC66;
		border:none;
		}
		
	#container a:hover {
		color:#F4CD34;
		}
		
img {
border: 0;
display: block;
}



/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the header */

#header {
	width:  100%;
	height: 130px;
	background:url(images/banner2.jpg) center no-repeat;
}	


/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the navbar */

#navbar2 {
    height: 37px;
    width: 100%;
	background: #fff ;
}

#navbar2 ul {
    margin: 0px;
    padding-right: 20px;
    font-family: Tahoma;
	font-weight:bold;
    font-size: 0.8em;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
	float:right;
}

#navbar2 li {
    list-style-type: none;
    display: inline;
	border-right:#FAFAFA 2px ridge  ;
}

#navbar2 li a {
    text-decoration: none;
    padding-top: 7px ;
	padding-right:17px;
	padding-left:17px;
    color: #333333;
}

#navbar2 li a:link {
    color: #333333;
}

#navbar2 li a:visited {
    color:#333333;
}

#navbar2 li a:hover {
    color: #A9EE23;
}

#shout {
    height: 20px;
    width: 100%;
	clear:both;	
}

	#shout h1 {
		font-family:Tahoma;
		font-size:1.2em;
		color:#616324;
		text-align:center;
	}
	
#shout2 {
	height: 50px;
	width: 100%;
	clear:both;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the body */

#side-b {
	float: left;
	width: 200px;
	padding:10px;
	margin-top:10px;
}

	#side-b p {
		font-family:Tahoma;
		font-size:0.7em;
		color:#333333;
		}
	#side-b h1 {
		font-family:Tahoma;
		font-size:0.9em;
		color:#333333;
		}
	#side-b h2 {
		font-family:Tahoma;
		font-size:0.8em;
		color:#333333;
		}

		
#content { 
	float: right;
	width: 520px;
	padding: 5px;
	margin-top:30px;
	border-left: #333333 1px dotted;
}

	#content p {
		font-family:Tahoma;
		font-size:0.8em;
		color:#333333;
		}
		
	#content h1 {
		font-family:Tahoma;
		font-size:1.2em;
		color:#616324;
		}
		
	#content h2 {
		font-family:Tahoma;
		font-size:0.9em;
		font-weight: bold;
		color:#333333;
		}
	
	#content ul {
		list-style-type: none; 
		padding: 0; 
		margin: 0; 
		font-family:Tahoma;
		font-size:0.8em;
		}
				
	#content li {
	    display: block;
		list-style: circle;
		line-height:1.6em;
		margin: 2px 0 5px 50px;
		padding-left:5px;
		}



/*<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* the footer */

#footer {
	background:#616324; 
	height: 35px;
	color:#FFFFFF;
	clear:both;
}

	#footer p {
		font-family:Tahoma;
		font-size:0.6em;
		color:#fff;
		text-align:center;
		padding-top:13px;
		font-weight:bold;
	}
	
	#footer a {
		color:#FFCC66;
	}
	
	#footer a:hover {
		color:#B40D04;
	}
