A:link {
   color: #900;
   text-decoration: underline; }
A:visited, A:active {
   color: #000;
   text-decoration: none; }
A:hover {
   color: #F00;
   text-decoration: none; }
BODY {
	font-size: 62.5%;
	margin: .3em 0 2em;
	background: #E4E1DE;
}
h1 {
	font: normal 1.1em/1.6em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

	
#bar {
	background: #322526;
	width: 100%;
	height: 2.2em;
	font: 1.1em Tahoma, Arial, sans-serif;
	color: #F5EBBB;
	padding-top: .5em;
	position: relative;
	top: -.2em;
}
#bar a {
	color: #F5EBBB;
	text-decoration: none;
}
#bar a:hover {
	color: #FFF;
	text-decoration: underline;
}
#logographic {
	width: 225px;
	height: 179px;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 3.25em;
	left: 20px;
}
#lowergraphic {
	font: bold 1em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 225px;
	height: 65px;
	text-align: center;
	position: absolute;
	top: 17em;
	z-index: 9;
	letter-spacing: .1em;
	left: 20px;
	padding-top: 30px;
}
#main {
	width: 770px;
	margin: 0 auto;
	position: relative;
	background: #FFF url(../graphics/bg.jpg) repeat-x bottom;
	top: 0;
	z-index: 3;
}	
.round{
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

