#header{
	width:780px;
	height:100px;
	background-image: url(../images/head-bkg.jpg);
	background-repeat: repeat-x;
}
#content{
	width: 780px;
	position: relative;
	clear:both;
}
#nav{
	padding: 0px;
	width: 160px;
	float: left;
	z-index: 10;
	position: relative;
	visibility: visible;
}

#wrapper{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;

}
#right_col{
	width: 130px;
	position: relative;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
}
#text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	width: 590px;
	position: relative;
	float:left;
	clear: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 40px;
}
#body{
	position:relative;
	float: left;
	width: 620px;
	clear: right;
}
#h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	position:relative;
	width:570px;
	padding:15px;
	float:left;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
}
#footer{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #005A84;
	font-size: 12px;
	position:relative;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	background-color: #FFCC33;
	width: 620px;
	float: right;
}

#nav-h{
	z-index: 10;
	position: relative;
	visibility: visible;
	width: 590px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
.clear {
	clear:both;
}

