@import url("grid.css");
@import url("font.css");
body {
	margin: 0; padding: 0;
	background: #000 url(../images/bk.jpg) repeat-x;
	color: #FFF;
}
#header {
	height: 463px;
	background: url(../images/header.jpg) no-repeat top;
}
#mainBody {
	background: url(../images/midbk.jpg) repeat-y left top;
}
#leftPanel {
	padding-top: 40px;
	padding-left: 45px;
}
#mainPanel {
	padding-top: 20px;
	padding-left: 20px;
}
#footer {
	height: 84px;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat top;
	font-size: 11px;
}
#footer p {
	padding-top: 40px;
}
#footer a {
	text-decoration: none;
	color: #CCC;
	font-style: italic;
}
.content_div {
	width: 340px;
	height: 250px;
	margin-top: 10px;
	padding: 10px 15px;
	overflow-x: auto;
	overflow-y: auto;
}
h1.title {
	font: bold italic 30px 'lucida sans casual', georgia, 'times new roman';
	color: #CCC;
}

#verticalMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 230px;
	padding-left: 80px;
	width: 180px;
}
#verticalMenu li {
	border-bottom: 1px dashed #F4A460;
}
#verticalMenu li a:link, #verticalMenu li a:visited {
	display: block;
	color: #FFEDA6;
	font-weight: bold;
	text-decoration: none;
	padding: 0.5em 0 0.5em 0.6em;
}
#verticalMenu li a:hover {
	color: #FFF;
	background-color: #711515;
}
#verticalMenu ul ul {
	margin-left: 12px;
}
#verticalMenu ul ul li {
	margin: 0;
	border-bottom: 1px solid #711515;
}
#verticalMenu ul ul a:link, #verticalMenu ul ul a:visited {
	color: #711515;
	background-color: #ED9F9F;
}
#verticalMenu ul ul a:hover {
	color: #FFF;
	background-color: #711515;
}

