@charset "utf-8";
body {
	background: #f7f7f7;
	font: 13px/20px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #000;

}
#header h1 {
	font-size: 26px;
	color: #EFEEE0;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background: #f2f2f2;
	padding: 0px 15px 15px;
	margin-top: 0px;
	border-top: 0px solid #323232;
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	border-left: 1px solid #323232;
}
#navbar {
	margin-right: auto;
	margin-left: auto;
	width: 750px;


}
#content p {
	line-height: 22px;
}


#header {
	background: #323232;
	padding: 10px;
}

h1 {
	color: #323232;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#footer {
	text-align: center;
	padding: 5px;
}







/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.underlinemenu{
	font-weight: bold;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.underlinemenu ul{
	padding: 6px 0 7px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
	margin: 0 auto;
	text-align: center;

//set value to "left", "center", or "right"*/
;
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
	color: #CC3333;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}

