@charset "utf-8";
* {
	margin:0px;
	padding:0px;
}
body {
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-color:#f9fee1;
	text-align: center;
	font-family: "trebuchet MS";
	font-size: 14px;
}
#container{
	text-align: left;
	width: 460px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header_wrapper{
}
#header{
	height: 230px;
}
#divider{
	height: 16px;
}
#content_wrapper{
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-x;
}
#nav_left{
	float: left;
	margin-top: 54px;
	margin-left: 11px;
	width:198px;
}
#nav_left td {
	background-image: url(images/nav-cell_bg.gif);
	background-repeat: repeat-x;
	height: 26px;
	text-indent: 10px;
}
#nav-left tr {
}
#nav_left table {
	width: 198px;
	/*width: 198px;*/
}
#main_body{
	float: right;
	color: #565656;
	padding-top: 53px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
	width:544px;
}
#main_body h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
#main_body p {
	margin-bottom: 10px;
}
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}
td{font-size: 12px;}
th{font-size: 12px;}
a {
	color: #CC6600;
	text-decoration: none;
}
a:hover {color: #659FDE;}
a:visited {color: #CC6600;}
#footer{
	clear:both;
}

