html {
	min-height: 100%;
	height: 100%;
}
body {
	background-color: #44A1D5;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	min-height: 100%;
	height: 100%;
}
#main {
	margin: 0 auto 0 auto;
	width: 960px;
	border: 1px solid #CCC;
	background-color: #449ED0;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main #nav {
	height: 200px;
	margin: 10px 10px 10px 10px;
	font-size: 23px;
	padding: 0 0 10px 0;
	color: #FFF;
	position: relative;
}
#main #nav a {
	color: #FFF;
	text-decoration: none;
}
#main #nav a:hover {
	color: #FC0;
	text-decoration: underline;
}

#main #nav img {
	vertical-align: text-bottom;
}

#main #nav #navyear {
	position: absolute;
	font-size: 100px;
	right: 0px;
	top: -30px;
}


#main #header {
	margin: 10px 10px 10px 10px;
	background-color: #FFF;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
	font-weight: bold;
}
#main #content {
	margin: 10px 10px 10px 10px;
	display: block;
	min-height: 100%;
	background-color: #FFF;
}
#main #content #left {
	float: left;
	margin: 0 0 0 0;
	width: 650px;
	background-color: #FFF;
	height:auto !important;
	height: 100%;
	min-height: 500px;
}
#main #content #left p {
	text-align: justify;
	margin: 10px;
}
#main #content #left h3 {
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 5px;
	background-image: url(images/h2bg.gif);
}


#main #content #right {
	float: right;
	width: 275px;
	margin: 0 0 0 0;
	background-color: #FFF;
	text-align: center;
}
#main #content #right img {
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
#main #content #lowerlogos {
	clear: both;
	text-align: center;
	display: block;
	margin: 10px auto;
	background-color: #FFF;
}


#main #footer {
	clear: both;
	margin: 10px auto;
	display: block;
	text-align: center;
	color: #FFF;
	padding: 20px 0 0 0;
}
#main #content #footer a {
	color: #FFF;
}
.h2contact{
		margin: 10px 0 10px 10px;
}
