html, body {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #5C5C5C;
}

a:hover {
	text-decoration: underline;
}


body {
	font: 11pt tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
	text-align: center;
	background-color: #d5d5d7
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 800px;
	background: #ffffff url(../images/menu_bg.png) repeat-y;
}

#clear {
	clear: both;
}

#header {
    height: 140px;
    margin-top: 0px;
    margin-left: 0px;
    background: #42453D url(../images/header_bg2.png) repeat-x;
}

#header h1 {
    margin: 0px 0px 0px 50px;
    font: 30px tahoma, arial, sans-serif;
    font-weight: bold;
    color: #e4e3c7;
}

#header p {
    margin: 2px 0 2px 50px;
    font: 18px tahoma, arial, sans-serif;
    font-weight: normal;
    color: #e4e3c7;
}

#header_left {
    float: left;
}

#header_right {
    float: right;
    text-align: right;
    width: 140px;
}

#top {
    height : 30px;
}

#menu, #top {
    float : left;
    margin : 0px;
    padding: 0px;
    width : 188px;
    text-align : center;
}

#menu {
    height: 300px;
}

#menu a {
    margin-left : 10px;
    margin-right : 10px;
}

#menu a:hover {
color: #5C5C5C;
}

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

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
list-style: none;
margin: 0px;
padding: 4px 0 0 5px;
height: 26px;
border-width:0px;
}


#content {
    float: left;
    width: 582px;
    text-align: left;
    padding-left: 30px;
    height: 1% /* Holly hack for Peekaboo Bug */
}

#content h1 {
    margin-top : 20px;
    margin-bottom : 20px;
    margin-left : -10px;
    color : #839837;
    text-weight: bold;
    font : 24px tahoma, arial, sans-serif;
}

#content ul {
    list-style-type: square;
    margin-left : 0px;
    padding-left : 20px;
    list-style-position : outside;
}

#content li {
    margin-left : 0px;
    margin-top : 0.5em;
}

#content h2, #content p {
	margin: 1em 20px 1em 0px;
}

pre.screen {
    margin: 14px 8px 14px 8px;
    background: #d6e3a7;
    padding: 4px;
    border: dotted 2px;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(../images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	text-align: center;
}
#footer p {
	margin: 0;
	padding: 0;
}
