body {
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #888888;
        font: 100%/140% Times, serif;
}

#wrapper {
	margin: 0;
	padding: 0;
	max-width: 1024px;
	background-color: #fdf8de;
}

h1,h2,h3,h4 {
        font: 100%/140% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 200%;
	font-color: red;
}

h2 {
	font-size: 120%;
	border-bottom: 1px solid #aaaaaa;
}
h3 {	font-size: 110%;
}

table {
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
}

td, th {
	border: 1px solid #aaaaaa;
	padding: 3px 5px;
        font: 80%/140% Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


th {
	background-color: #dddddd;
	font-weight: bold;
}

#list-table td {
	border: none;
}

#error {
	border: black 2px solid;
	background-color: #ffffaa;
	padding: 10px;
	font-weight: bold;
}

/***********************************************************************
 top
*/

#top {
	background: url(images/top.jpg) no-repeat;
	height: 154px;
	border-bottom: 2px red solid;
	text-align: center;
	margin: 0;
}
#top h1 {
	position: absolute;
	top: 40px;
	left: 300px;
	background: url(images/title.png) no-repeat center center;
	line-height: 80px;
	height: 80px;
	width: 603px;
	margin:0;
}

/***********************************************************************
 menu
*/
#menu {
	float: left;
	width: 15em;
/*	border-right: 1px red solid;*/
	background: url(images/left.jpg) no-repeat;
	height: 700px;
}

#menu hr {
	margin: 10px 10px;
}

#menu ul {
	list-style: none;
	background: url(images/menu-bottom.png) no-repeat bottom left;
	margin: 10px 10px;
	padding: 0;
	padding-bottom: 10px;
}

#menu ul li.first {
	padding-top: 10px;
	background: url(images/menu-top.png) no-repeat top left;
}

#menu ul li a {
        font: 140%/140% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
	margin-left: 20px;
}
#menu ul li a:hover {
	color: #C40700;
}
#menu ul li a.selected {
	color: #C40700;
}


/***********************************************************************
 content
*/

#content {
	margin-left: 15em;
	margin-top: 15px;
	padding: 0px 15px;
/*	border-left: 1px red solid;*/
	min-height: 24ex;
}

#footer {
	margin: 0;
	padding: 1ex;
	margin-top: 15px;
	border-top: 1px red solid;
	clear: both;
	font-size: 80%;
	text-align: center;
}
