body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
background-color: #F3F3F3;
background-image: url(../img/main_bodybg.jpg);
background-repeat: repeat-x;
background-position: center top;
}
img {
border: 0px;
}

#container {
width: 960px;
margin: 0px auto;
}
	#head {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 960px;
	height: 421px;
	}
			#logo {
			width: 153px;
			height: 42px;
			padding-top: 13px;
			float: left;
			}

		.headhalf {
		width: 480px;
		float: left;
		}

			#headtitle {
			width: 450px;
			padding: 0px 30px 0px 0px;
			}
			#headtitle h1 {
			font-size: 28px;
			color: #FFFFFF;
			font-weight: normal;
			margin: 60px 0px 30px 0px;
			text-shadow:2px 2px 2px #08284D;
			}
			#headtitle h2 {
			font-size: 14px;
			color: #D5D5D5;
			font-weight: normal;
			}
			#headimg {
			width: 480px;
			}
			#headimg img {
			padding: 28px 0px 0px 7px;
			}
			#headbuttons {
			width: 450px;
			padding: 120px 30px 0px 0px;
			}
				#headbuttons img {
				margin-right: 30px;
				}
			
		#content {
		width: 960px;
		margin: 25px 0px 0px 0px;
		background-image: url(../img/main_contentbg.gif);
		background-repeat: repeat-y;
		background-position: right top;
		overflow: hidden;
		}
			#content h1 {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: normal;
			color: #494F57;
			}
		
			.content_left {
			width: 700px;
			float: left;
			}
				.content_box {
				width: 200px;
				padding: 0px 33px 40px 0px;
				float: left;
				}
				.content_box img {
				float: left;
				margin: 0px 4px 7px 0px;
				}
				.content_box a {
				color: #494F57;
				text-decoration: none;
				}
					.box_text {
					width: 200px;
					float: left;
					}
					.box_text a {
					color: #000000;
					text-decoration: none;
					}
			.content_right {
			width: 240px;
			float: right;
			}
				.content_right h1 {
				margin: 10px 0px 15px 0px;
				}
				.content_right a {
				color: #0c376c;
				text-decoration: none;
				}
				.arrowbullet {
				color: #0c376c;
				padding: 0px 0px 12px 25px;
				background-image: url(../img/arrow_bullet.gif);
				background-repeat: no-repeat;
				}
				.okbullet {
				color: #0c376c;
				padding: 0px 0px 12px 30px;
				background-image: url(../img/ok_bullet.gif);
				background-repeat: no-repeat;
				}
