body {
	margin: 25px;
	text-align: center;
	background-color: white;
}

body, table {
	color: #333;
	font-family: Verdana, sans;
	font-size: 13px;
	line-height: 20px;
}

#holder {
	width: 900px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 650px;
	top: 175px;
	left: 230px;
}

#menu li {
	float: left;
	display: block;
	font-size: 18px;
		
	list-style-type: none;
	height: 50px;
	text-transform: lowercase;
}

#menu li.active {
	background-image: url('/images/graywave.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li a, #menu span {
	padding: 0 20px;
	border-left: 2px solid #ccc;
}

#menu .first {
	border: none;
}
#menu li.active, a {
	color:  #06c;
}

h1, h2, h3, h3, h4, h5, #menu {
	margin: 0;
	padding: 0;
	font-family: Georgia, sans-serif;
	font-weight: normal;
}

h2 {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 55px;
	left: 250px;
	font-size: 24px;
	line-height: 50px;
}

h3 {
	font-size: 20px;	
	margin-bottom: 5px;
	margin-top: 50px;
}

h4 {
	font-size: 17px;
	margin-bottom: 5px;
	margin-top: 50px;
}

h5 {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 25px;
}


h3, h4, h5, a:hover {
	color: #390;
}

p {
	margin-top: 0;
}
#sidebar, #content {
	position: absolute;
	top: 250px;
}

#sidebar {
	width: 175px; 
	top: 300px;
	text-align: center;
}

#content {
	left: 250px;
	padding-bottom: 50px;
	width: 600px; 
	text-align: justify;
}


label {
	text-transform: uppercase;
	color: #333;
	font-size: 11px;
}

form {
	margin: 25px 0;
}

.submit {
	font-size: 18px;
}

ul {
	list-style-type: square;
}

#content table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	border: 5px solid #eee;
}

thead {
	background-color: #eee;
}

tbody td {
	border: 1px solid #ddd;
}

tbody td strong {
	color: #390;
}

#content th, #content td {
	padding: 0.5em 1em;
}

del {
	color: #999;
}

.day {
	text-align: left;
}

dt {
	font-weight: bold;
}

hr {
	display: none;
}

#sidebar h3 {
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 18px;
}

#sidebar p {
	margin-bottom: 25px;
	font-size: 11px;
	line-height: 16px;
}

#sidebar div {
	margin-bottom: 25px;
}

p.error, p.error label {
	color: #e00;
}

img.left, img.right {
	border: 10px solid #eee;
	margin-top: 10px;
}

img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}

h3, h4, .cleaner {
	clear: both;
}

div.images {
	overflow: auto;
}

form p.quality {
	display: none;
}

.center {
	text-align: center;
}

optgroup {
	color: gray;
	font-weight: normal;
	font-style: normal;
}

.important {
	color: red;
}