/* CSS Document */
html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#464646;
	background:#fff4c4 url(../images/body-sidebar.gif) top left repeat-y;
}
a {
	color:#d00810;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin:15px 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:15px 0;
	font-size:13px;
	color:#d00810;
}
input, textarea, select {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#site {
	min-height:100%;
}
* html #site {
	height:100%;
}
#header {
	background:url(../images/bg_header.jpg) top left repeat-x;
	height:111px;
}
#header img {
	padding-top:15px;
	padding-left:20px;
}
#container-left {
	float:left;
	width:180px;
}
#menu ul, #menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	float:left;
	width:180px;
}
#menu a {
	display:block;
	padding:3px 10px;
	border-bottom:1px solid #FFF;
	background:#ffd01e;
	color:#FFF;
	font-size:12px;
	color:#444;
}
#menu a:hover, #menu a:focus, #menu a.active {
	background:#fab301;
}
#menu ul ul a {
	padding-left:25px;
	font-size:11px;
	background:#ffe989;
	
}

#breadcrumb {
	margin-left:180px;
	padding-left:20px;
	background:#eaf2f5;
	height:22px;
	line-height:22px;
	color:#959494;
}
#breadcrumb a {
	color:#959494;
}
#container-right {
	float:right;
	width:100px;
}
#images {
	margin:20px 0;
	text-align:center;
}
#container-middle {
	overflow:hidden;
	margin-left:200px;
	margin-right:140px;
}
#content {
	margin-top:5px;
	margin-bottom:35px;
}

#footer {
	clear:both;
	background:#FFF;
	height:20px;
	line-height:20px;
	position:relative;
	font-size:10px;
	padding-left:200px;
	margin-top:-20px;
}
#credits {
	position:absolute;
	height:20px;
	background:#ffe989;
	top:0;
	left:0;
	width:160px;
	padding-left:20px;
}
