/* standard elements */

a {color: #36C;}

a:hover {color: #06F;}

body {
	background: #FBEAD0 url(img/brick2.jpg);
	color: #000066;
	font: normal 62.5% Verdana, Helvetica, Arial, sans-serif;
	margin: 0;}

.header {
	background: url(img/smrhab.gif) no-repeat;
	background-position: center;
	height: 120px;

}

h1 {font: normal 1.6em Verdana, Helvetica, Arial, sans-serif;color: #000066;}

h2 {
	font: bold 1.6em Verdana, Helvetica, Arial, sans-serif;color: #000066;}

h3 {
	font: normal 1.2em Verdana, Helvetica, Arial, sans-serif;color: #000066;}

h4 {
	font: bold 1.2em Verdana, Helvetica, Arial, sans-serif;color: #000066;}




/* navigation */
.navigation {margin: 0 24px;
	text-align: center;}

.navigation a {
	color: #000066;
	font: normal 1.7em Verdana, Helvetica, Arial, sans-serif;margin: 0 10px;
	text-decoration: none;}
.navigation a:hover,.navigation #selected {
	color: #9a6a6a;
}

/* content */

.content .spacer {
	height: 12px;
}

