html {
	height:100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4C5759;
	margin:0;
	padding:0;
	height:100%;
}
#main {
	width:652px;
	margin:auto;
	background-color:#4C5759;
	height:100%;
}
#main-inner {
	margin:0 21px 0px 21px;
	padding:0 20px 20px 20px;
	min-height:200px;
	background-color: #394545;
	background-image: url(../images/bg-main-inner-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-left: 1px solid #747778;
	border-right: 1px solid #747778;
	
}
#main-inner-left {
	width: 386px;
	display:block;
	float:left;
	line-height:18px;
}
#main-inner-right {
	width: 171px;
	display:block;
	float:right;
}
#logo {
	margin:16px 21px 0 21px;
	padding:10px;
	padding-bottom:0;
	background-color: #2A2F2F;
	background-image: url(../images/bg-logo-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-left: 1px solid #747778;
	border-right: 1px solid #747778;
	border-top: 1px solid #747778;
}
#logo img {
	padding:10px 0 0px 0;
}
#banner {
	margin:0px 0px 0px 21px;
	padding:0px;
	width:568px;
	background-color: #2A2F2F;
	border-left: 1px solid #747778;
	border-right: 1px solid #FFFFFF;
}

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 0; }

div#navbar {
	width: 310px;
	display:block;
	float:right;
	text-align:right;
	padding-top:51px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 0 1px 0 12px;
	color: #FFFFFF;
}
div#navbar li a:link {
	color: #FFFFFF:
}
div#navbar li a:visited {
	color: #FFFFFF;
}
div#navbar li a:hover {
	color: #FFBA00;
	background-color: #2A2F2F;
}
.clear {
	clear:both;
}
.headingimg {
	margin:10px 0 0 0;
}
#box-small {
	width:171px;
	min-height:146px;
	margin-top:6px;
	background-color: #394545;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#box-top-small {
	width:171px;
	height:12px;
	background-color: #394545;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#box-small p {
	padding:0 8px 12px 3px;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	color: #FFFFFF;
	text-align:left;
}

#footer {
	margin:0px 31px 0px 21px;
	padding:20px;
	width:568px;
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	background-color: #2A2F2F;
	text-align:center;
	line-height:18px;
	border-left: 1px solid #747778;
	border-right: 1px solid #747778;
	border-bottom: 1px solid #747778;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
a, a:visited {
	color:#FFBA00;
	text-decoration:none;
}
a:hover {
	color:#FFBA00;
	text-decoration:bold;
}