body {
	background: transparent url(images/gifs/bg.gif);
}

a {
	color: white;
}

#page {
	background-color: white;
	position: relative;
	top: 10px;
	margin: 10px auto;
	width: 820px;
	margin-bottom: 30px;
}

#leftcol {
	position: relative;
	top: 20px;
	left: 20px;
	width: 223px;
	float: left;
	margin-bottom: 20px;
}

.ulmenu {
	color: #05557a;
	font-weight: bolder;
	list-style-type: none;
}

.ulmenu li a {
	color: #05557a;
	text-decoration: none;
}

#clearbar {
	position: relative;
	margin: 10px auto;
	clear: both;
	width: 90%;
}

#footer {
	font-size: 10pt;
	margin: 10px 118px;
	position: relative;
	text-align: center;
	padding-bottom: 10px;
	width: 90%;
}

#footer a {
	color: #05557a;
}

.png {
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#overlay {
	top: 20px;
	float: left;
	margin-left: 20px;
	position: relative;
	width: 537px;
}

#rightcol {
	background-color: #05557a;
	color: white;
	padding: 10px;
	position: relative;
	min-height: 380px;
}

#firstmenu {
	position: absolute;
	left: 50px;
	top: 480px;
}

#firstmenu ul {
	display: inline;
}

#firstmenu ul li {
	display: inline;
	border-left: 2px solid white;
	padding-left: 3px;	
}

#firstmenu ul li a {
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

#firstmenu ul li a:hover {
	color: #05557a;
}

#firstmenu ul li.first {
	border: none;
}

div.contact {
	position: absolute;
	left: 5%;
	width: 15%;
	text-align: right;
	padding-bottom: 10px;
}

div.contactcont {
	position: relative;
	padding-bottom: 8px;
}

.contactright {
	position: relative; 
	left: 23%;
	float: left;
}

