body {
background-image: url(img/bkgrnd.jpg);
background-repeat: repeat-x;
background-position: top;
background-color: #7cb1f4;
font: bold 16px arial;
}

#wrapper{
width: 740px;
margin: auto;
text-align: center;
border: 1px solid #FFFF00;
}

#banner{
width: 100%;
height: 160px;
background-color: #0250b1;
background-image: url(img/banner.jpg);
background-repeat: no-repeat;
}

#navbar {
height: 35px;
width: 100%;
background-image: url(img/navbar.jpg);
background-repeat: no-repeat;
}

#navbar ul
{	margin: 0;
	padding: 0;
	}

#navbar li
{	padding-left: 4.4em;
	padding-top: 7px;
	list-style: none;
	float: left;
	font: bold 16px arial;
	
	}

#navbar li a
{	margin: 0;
	padding: 0;
	color: #FFFFFF;
	text-decoration: none;	
	}

#navbar li a:hover
{	text-decoration: underline;
}

#container {
width:680px;
height: auto;
padding:1em;
margin-top:2px;
background-color: #FFFFFF;
font: 14px arial;
text-align:left;
line-height: 17px;
float: none;

}

#content {
width: 100%;
height: auto;
margin: 0;
padding: 0;
text-align:center;
background-image: url(img/contentbkgrnd.jpg);
background-repeat: no-repeat;
background-color: #929292;
}

#txt {
width: 670px;
font: 14px arial;
color: #000000;
text-align: center;
float: left;
margin: 10px 20px 5px 0px;
}

#footnote {
color: #FFFFFF;
font: 14px arial;
font-weight: bold;
padding-bottom: 10px;
}

#footnote a {
text-decoration: none;
color: #FFFFFF;
}

#footnote a:hover {
text-decoration: underline;
color: #FFFF00;
}

#pic {
background-image: url(img/pic.jpg);
background-repeat: no-repeat;
height: 141px;
width: 148px;
float: right;
margin: 8px 0px 0px 0px;
}

div#footer {
margin: 0;
text-align: center;
font: 14px arial;
line-height: 23px;
text-decoration: none;
color: #000000;
height: 25px;
width: 100%;
background-color: #FFFF00;
}

#footer a {
color: #000000;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.right {
padding-right: 20px;
float: right;
}

.left {
padding-left: 20px;
float: left;

}

#space {
float:left;
width: 3.2em;
background: none;
} 



