* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	color: #fff;
	font-size: 20px;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}

.header {
	background-color: black;
}

.header img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
}

#menu {
	width:100%;
	height:59px;
	background:url(images/menu_034_bg.jpg) repeat-x;
}

#menu ul {
	list-style:none;
	text-align:center;
	display: inline;
}

#menu li {
	list-style:none;
	display:inline;
	height:59px;
	line-height:59px;
}

#menu li a {
	display:inline-block;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
}

#menu li a:hover {
	color:#fff;
	background:url(images/menu_034_h.jpg) no-repeat bottom;
}

#menu li a:active {
	display:inline-block;
	background:url(images/menu_034_h.jpg) no-repeat bottom;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
}

#menu li a:hover.current {
	color:#fff;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -101px;
	background-color: #181818;
}

.wrapper p {
	padding: 0px 10px 0px 5px;
}

.rrdgraphs {
	font-family: Georgia,"Times New Roman",serif;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 15px;
}

.rrdgraphs img {
	background-color: white;
	padding: 5px 5px 5px 5px;
	margin: 7px 7px 7px 7px;
	border: 1px solid grey;
}

.rrdgraphs p {
	text-align: left;
	margin-bottom: 5px;
	margin-left: 5px;
}

.rrdgraphs h3 {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 5px;

}

.rrdgraphs a {
	border: 0px;
}

.rrdgraphs ul {
	text-align: left;
	margin-left: 25px;
	margin-bottom: 15px;
}


div.cwrapper {
	width: 798px;
	position: relative;
	clear: both;
}

div.cleft {
	width: 30%;
	position: relative;
	float: left;
}

div.cright {
	width: 69%;
	position: relative;
	float: right;
} 

.push {
	height: 100px;
}

.footer {
	background-color: black;
	height: 100px;
	line-height: 100px;
	border-top: 1px solid #6D7B8D;
}

.footer p {
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	margin-top:15px;
}

.footer img {
	margin-top: 25px;
	margin-right: 10px;
	float: right;
}
