@charset "utf-8";

body {
	background: url("tpl/bg.gif") repeat-y center #C0C0C0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
}

small {
	color: #808080;
}

a {
	color: #FF4111;
}

a img {
	border: 0px;
}

#container {
	width: 876px;
	padding: 10px;
	margin: auto;
	text-align: left;
}

#header {
	
}

#logo {
	width: 359px;
	height: 70px;
	background: url("tpl/logo.gif") no-repeat;
}

#page-wrapper {
	margin-top: 20px;
}

#page-top {
	width: 876px;
	height: 20px;
	background: url("tpl/page-top.gif") no-repeat;
}

#page {
	width: 840px;
	margin-left: 18px;
	margin-right: 18px;
}

#page-bottom {
	width: 876px;
	height: 20px;
	background: url("tpl/page-bottom.gif") no-repeat;
}

#sidebar {
	width: 200px;
	float: left;
}

#sidebar-top {
	background: url("tpl/sidebar-top.gif") no-repeat;
	width: 200px;
	height: 10px;
}

#navigation {
	background: #E5E5E5;
}

#navigation a {
	display: block;
	width: 200px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F5F5F5;
	margin-top: -1px;
}

#navigation a:hover {
	background: #F5F5F5;
}

#sidebar-bottom {
	background: url("tpl/sidebar-bottom.gif") no-repeat;
	width: 200px;
	height: 10px;
}

#content {
	margin-left: 220px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #FF4111;
}

h2 {
	font-size: 12px;
}

#footer {
	clear: both;
	font-size: 9px;
	text-align: right;
	margin-top: 10px;
}
