@CHARSET "ISO-8859-1";

html, body {
    margin: 0px;
    padding: 0px;
}

#logo {
	width: 558px;
	margin-left: 30px;
	margin-bottom: 20px;
}

img {
	border: 0px;
}

#menu {
	width: 800px;
	height: 50px;
	background-repeat: repeat-x;
	background-image: url('menubar.png');
	background-position: bottom left;
	padding-left: 0px;
	font-size: 15px;
	font-weight:bold;
    font-family: "century gothic";
    position: relative;
    z-index: 2;
}

#menu ul li {
    display: block;
    float: left;
    clear: right;
    text-align: right;
    padding-right: 12px;
    padding-top: 13px;
    margin-right: 12px;
    width: 125px;
    height: 37px;
    background-image: url('menu_button.png');
}

#menu ul li a {
    text-decoration: none;
    color: black;
}


#content_container {
    font-family: verdana;
    font-size: 11px;
    width: 800px;
    margin: auto;
    background-image: url('widebar.png');
    background-repeat: repeat-y;
}

#content {
	width: 500px;
	margin: auto;
	padding-top: 50px;
	line-height: 150%;
}

#content h2 {
	font-size: 12px;
	font-weight: bold;
}

#report_thumb {
	float: right;
	margin-top: 190px;
	padding-left: 10px;
}

#left_sidebar {
	float: left;
	width: 66px;
	height: 950px;
	margin-top: -240px;
    background-image: url('left_sidebar.png');
    background-repeat: repeat-y;
    position: relative;
    z-index: 1;
}

#right_sidebar {
	float: right;
	width: 66px;
	height: 950px;
	margin-top: -240px;
	position: relative;
	z-index: 1;
	background-image: url('right_sidebar.png');
	background-repeat: repeat-y;
}

#footer {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: 90px;
}

td.label {
	text-align: right;
}

textarea {
	width: 300px;
	height: 100px;
}

