body {
	background: #0066cc url(../images/background.jpg) top left repeat-x;
}

#s3 {
	position: absolute;
	z-index: -10;
	
	margin-left: 280px;
	margin-top: 30px;
}

#header{
	background:transparent url(../images/nogfod_header.jpg) top left no-repeat;
	height: 83px;
	width: 380px;
	float: left;
	
	margin-right: 25px;
}
#nav_left li{
	float: left;
}
#nav_left{
	padding-top: 40px;
}

#nav_left ul{
	float: left;
	/*margin-top: 48px;*/
}

#nav_left a:hover, #nav_right a:hover{
	color: #bfd5ef;
}

#nav_right ul{
	/*margin-right: 15px;
	margin-top: 44px;*/
	float: right;
	/* Thanks a Lot IE! */
	/*display: inline;*/
}

#nav_block{
	padding: 0;
	margin: 26px 0 0 15px;
	
	clear: both;
	float: left;
	/* Thanks a Lot IE! */
	display: inline;
}

#nav_block ul{
	list-style-type: none;
}

#nav_block li{
	margin-top: 6px;
	margin-left: 8px;
}

#nav_block h1{
	color:#bfd6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	
	margin-bottom: 10px;
	line-height: 1em;
}

img {
	border: 0;
}

#center {
	width: 816px;
	text-align: center;
	margin: 0 auto 0 auto;
	/* Thanks a Lot IE! */
	display: inline;
}

#fotter{
	width: 100%;

	float: left;
	display: inline;
	clear:both;
	
	margin-top: 150px;
	margin-left: 40px;
	
	color: #bfd5ee;
	text-align: left;
	
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 28px;*/
	font-weight: bold;
}

#content{
	position: absolute;
	left:341px;
	top:145px;
	
	/*width: 862px;*/
	width: 65%;
	
	z-index: -10;
	background-color: yellow;
}

.imgbox{
	width: 22%;
	height: 300px;

	float: left;

	margin: 5px;
	padding: 7px;
	
	border: 1 px solid white;
	
	background-color: green;
}

#content img {
	width: 100%;
}

#cont_area {
	position: absolute;
	z-index: 0;
	
	top: 142px;
	left: 311px;
	
	width: 700px;
	
	text-align: center;
}

.item{
	float: left;
	position: relative;
	width: 350px;
}
#cont_area a{
	color: #bfd6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	
	margin-bottom: 10px;
	line-height: 1em;
}

#cont_area a:hover{
	color: white;
}

#cont_area h1{
	color:#bfd6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight:bolder;
	
	margin-bottom: 10px;
	line-height: 1em;
}

#cont_area h2{
	color:#bfd6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
	margin-bottom: 10px;
	line-height: 1em;
}

#cont_area h3{
	color:#bfd6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
	margin-bottom: 10px;
	line-height: 1em;
}

#cont_area p{
	color: #bfd6f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	
	margin-bottom: 10px;
	line-height: 1em;
}