body, html {height: 100%;}
body {
	font: 10pt Verdana;
}
a:link {color: white;}
a:visited {color: white;}
a:hover, a:active {color: #2c5282;}

h1, h2, h3 {
	margin-bottom: 10px;
}

p {
	line-height: 1.3;
	margin-bottom: 20px;
}

#container {
	min-height: 100%;
	margin-bottom: -100px;
	background: #50a5ea url('content_bg.png') 975px repeat-y;
}

#header {
	background: url('header_bg.png') repeat-x;
}

#header_image {
	width: 997px;
	height: 110px;
	background: url('head.png') no-repeat;
}

#content {
	width: 985px;
}

.left_col {
	width: 145px;
	margin: 20px;
	padding: 20px 15px;
	float: left;
	background: 50a5ea;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
}
.left_col ul li {
	font-size: 11pt;
	line-height: 1.5;
}
.right_col {
	width: 700px;
	margin: 20px;
	padding: 10px 10px;
	float: right;
	background: 7bc8f6;
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
}

.clear {clear: both;}
.center {
	text-align: center;
}

#pusher {
	height: 100px;
}

#footer{
	border-top: 8px #646464 solid;
	height: 32px;
	color: white;
	padding: 30px 20px;
	font-size: 8pt;
	background: #0296b8 url('footer.png') 955px 0 no-repeat;
}

#footer a{
	color: white;
}
