body {
	background-color: #0E0E0E;
	margin: 0px;
	background-image: url(../images/leafbackground.jpg);
	background-repeat: repeat-y;
}
.right_background {
	background-image: url(../images/leafbackground_right.jpg);
	background-repeat: repeat-y;
	background-position: right 0px;
}
.header {
	background-color: #1D1D1D;
	height: 100px;
	margin-bottom: 40px;
}
.menu {
	color: #FBF39D;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-image: url(../images/greenTab.gif);
	background-repeat: no-repeat;
	height: 14px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 30px;
}
.content {
	min-height: 350px;
	padding-top: 10px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 33px;
}
.container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/leafbackground.jpg);
}
.footer {
	background-color: #1D1D1D;
	padding-top: 30px;
	padding-right: 100px;
	padding-bottom: 30px;
	padding-left: 100px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 40px;
	clear: both;
	margin-bottom: 0px;
}
td a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

.content-tight-left {
	min-height: 350px;
	padding-top: 10px;
	padding-right: 33px;
	padding-bottom: 10px;
	padding-left: 12px;
}

.ajaxDashboard a {
	font-size:14px;
	font-weight:bold;
	padding:10px 0 0 0;
	line-height:1.3em;
}

.largest-white {
	font-size:1.3em;
	color:#FFC;
	font-weight:bold;
}
	
