body {
	background: white;
	font-family: arial, verdana, helvetica, sans-serif;
}

p {
	margin: 10px;
	color: black;
}

h3 {
	font-size: 150%;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #4473C4;
	/*font-family: georgia, times, serif;*/
	/*margin: 10px;*/
}

#wrapper {
	min-height: 100%;
	width: 800px;
	/*width: 90%;*/
	margin-left: auto;
	margin-right: auto;
	border: 20px solid black;
}


#header {
	background: black;
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
}

#header h1 {
	color: yellow;
	font-style: italic;
	/*background: silver;*/
	display: inline;
}

#menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}

#menu_nav li a {
	text-decoration: none;
	color: black;
	display: block;
	border-bottom: 1px solid gray;
}

#menu_nav li a:hover {
	background: silver;
}

#menu ul {
	list-style: none;
	padding-left: 0;
	margin-left: 10px;
}

#content_wrapper {
	position: relative;
	/*border: 10px dashed red;*/
}

#content {
	border-left: 3px solid gray;
	margin-left: 175px;
	width: 595px;
	min-height: 100%;
	/*background: #FFFBF1;*/
	overflow: auto;
}

#footer {
	height: 55px;
	background: black;
	text-align: center;
}

.hlist li {
	display: inline;
}

#footer ul.hlist li a {

	/*
	padding-top: 10px;
	margin-top: 10px;
	*/
}

.hlist a {
	color: white;
}

.hlist a:hover {
	background: gray;
	color: yellow;
}

.clearBoth {
	clear: both;
}

.smaller {
	margin-left: 10px;
	font-size: 75%;
}

.grayed {
	background: gray;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: center right;
}
