body { background: #696A89; margin: 0; font: 12pt/14pt "Times New Roman",serif; text-align: center; color: #000;}
a:link, a:visited, a:active { color: #2C2D57; }
a:hover { color: #6C1F21; }

h1, h2, h3, h4, h5 { color: #6C1F21; border-bottom: 1px dashed #6C1F21; padding-bottom: 3px;}

blockquote {
	border-left: 3px solid #696A89;
	padding-left: 5px;
}

#container { width: 750px; margin: 0 auto; text-align: left; position: relative;}

#header { width: 750px; height: 90px; margin: 0; background: url(images/banner.gif) no-repeat top left; z-index: 10; position: relative; }
	#header h1 { display:none; }
	
#bell { position: absolute; top: 90px; left: 0px; width: 132px; height: 56px; background: url(images/bell.gif) no-repeat top left; z-index: 10;}

#box { position: absolute; top:  90px; left: 0px; width: 750px; min-height: 200px; background: url(images/box.gif) repeat-y top left; z-index: 1; }
	#content { position: relative; top: 10px; left: 190px; margin-bottom: 20px; width: 525px;}
	#footer { margin-top: 10px; width: 750px; padding: 2px; font-size: 10pt; background: url(images/footer.gif) repeat-y top left; color: #FFF; text-align: center; }
	
	#menu { position: absolute; z-index: 10; top: 155px; left: 5px; display:block; width: 154; margin: 0; padding: 0; list-style-type: none;}
		#menu li { padding: 0; margin: 0; list-style-type: none;}
		#menu li a { display:block; width: 154px; height: 32px; text-align: center; text-decoration: none; line-height: 32px; margin-bottom: 15px; font-size: 15pt;}
		#menu li a:link, #menu li a:active, #menu li a:visited {  background: url(images/list.gif) no-repeat top left;}
		#menu li a:hover { background: url(images/list.gif) no-repeat bottom left; }
