html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
body {
	background: #7bb7e7 url(images/layout/bg_body.gif) repeat-x fixed;
}
h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a:link, a:visited {
	color:#1F79C7;

	}
	a:hover{
	color:#999	;
	text-decoration:none;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}
div#nav {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:858px;
	background:#83bbd9 url(images/layout/bg_nav.gif) repeat-x;
	height:58px !important;
	border: 1px solid #83bbd9;
	

}
	div#nav img{
		margin-top:15px;
		padding-left:90px;

	}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:860px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	border: 1px solid #999;
	background-image: url(images/layout/bg_content.gif);
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}

div#header {
	padding:1em;
}
div#util {
	position: absolute;
	right: 13px;
	top: 8px;
	width: 262px;
	height: 104px;
}

	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 5em;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

	div#col_left{
		width:380px;
		text-align:center;
		float:left;
	}
	div#col_right{
	margin-left:385px;
	min-height: 375px;
	}

#howtos {
	position:absolute;
	left:540px;
	top:123px;
	width:315px;
	height:46px;
	z-index:1;
}
div#footer {
	clear:left;
	position:absolute;
	width:100%;
	bottom:0;
	text-align:center;
	height:auto;
	padding: 0;
	margin: 0;
	background-color: #EFEFEF;
}
	div#footer p {
		padding:1em;
		margin:0;
		display:inline;
		
	}
	div#footer img {
	margin:0;
	}
	#footer hr{
	background-color:#3b68a0;
	color:#3b68a0;
	height:1px;
	padding:0;
	margin:10px auto;
	border: 0;
	width: 95%;
	}

