html, body{ 
 margin:0; 
 padding:0;
background-image: url(images/bkg.png);
	background-color: #6d94d1;
} 
 
#pagewidth{ 
 width:1028px;  
} 
 
#header{
 position:relative; 
 height:300px; 
 width:100%;
} 
 
#maincol{  
 float: right; 
 display:inline; 
 position: relative; 
 width:1028px; 
 }
 
#footer{
height:125px; 
clear:both;
bottom: 0px;
} 

.botbar {
	bottom: 0;
	padding-bottom: 0;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*header images*/
.amosbubble {
	position: absolute;
	left: 60px;
}
.amoslogo{
	position: absolute;
	left: 200px;
}
.bubbles {
	left: 750px;
	position: absolute;
}
.awards {
	top: 150px;
	position: absolute;
	left: 125px;
}

.page-title {
	top: 174px;
	position: absolute;
	left: 291px;
	font: 65px Arial;
	color: white;
	border-bottom-style: solid;
	width: 490px;
	text-align: right;
}

#content-wrapper {
	width: 565px;
	height: 100%;
	margin-left: 217px;
}
.content {
	font-family: Arial, times;
	color: white;
	text-align: left;
}


/*links*/

#nav {
	position: absolute;
	left: 146px;
	top: 97px;
	width: 616px;
	height: 21px;
		background-color: #1b2b63;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 6px;
	border-bottom-style: solid;
}

#nav ul li {
	font-family : Arial, Helvetica, sans-serif;
	display : inline;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 16px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;

	position: relative;
	bottom: 13px;
}

#nav li a {
	color : #fff;
		text-decoration: none;
}
#nav li a:link {
	color : #FFF;
		text-decoration: none;

}
#nav li a:visited {
		text-decoration: none;
}
#nav li a:hover {
	color : #E49928;
		text-decoration: none;
}
#nav li a:active {
	color : #E49928;
		text-decoration: none;
}
contactinfo {
}
.contactinfo {
	font-size: 24px;
	text-align: left;
}
