#main_container {
	margin-right: auto;
	margin-left: auto;
	width: 746px;
}
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 150%;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url("images/bg_page.gif");
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #525B69;	
}
#left_content {
	width: 421px;
	float: left;
	padding: 5px;
	background-image: url("/images/bg_content.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#left_content.large {
	width: 738px;
	padding: 5px;
	background-image: url("/images/bg_content_large.jpg");
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	top:-5px;
	z-index: 22;
}
blockquote {
	background-color: #9FB3CC;
	margin: 11px;
	padding: 10px 10px 10px 62px;
	background-image: url("/images/bg_blockquote.gif");
	background-repeat: no-repeat;
	background-position: left top;
	color: #313F51;
}
h1, h2, h3 {
	color: #41546D;
	font-family: "times new roman", times, serif;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0;
}
h1 {
	font-size: 206%;
	line-height: 102%;
	padding: 0 0 0 10px;
}
h2 {
	font-size: 146%;
	padding: 0 0 10px 12px;
	color: #B58351;
}
h2 a {
	color: #B58351;
}
#left_content p {
	padding: 12px;
	margin:0;
}
#right_content {
	margin-left: 440px;
	padding: 2px;
}
#right_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#right_content ul li {
	padding: 2px;
	margin: 0;
	border-bottom: 2px solid #CCC;
}
#right_content ul li a {
	padding-left: 16px;
	text-decoration: none;
	background-image: url("/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 2px center;
}
#right_content ul li a:hover {
	color: #999;
	background-position: -291px center;
}
#mbox {
	background: #FFF url("/images/bg_mbox.jpg") repeat-x top;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom:2px;
}
#mbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mbox ul li {
	padding: 2px;
	margin: 0;
	border-bottom: 2px solid #777;
}
#mbox ul li a {
	color: #E7E7E7;
	padding-left: 16px;
	text-decoration: none;
	background-image: url("/images/bullet.gif");
	background-repeat: no-repeat;
	background-position: 2px center;
}
#mbox ul li a:hover {
	color: #FFF;
	background-position: -291px center;
}

.wbox {
	background: #FFF url("/images/bg_wbox.jpg") repeat-x top;
	border: 1px solid #999;
	padding: 10px;
	margin-bottom:2px;
}
.wbox h2, p{
	padding: 0;
	margin: 0;
}
.wbox img {
	position: relative;
	height: 56px;
	width: 56px;
	float: left;
	padding-right: 10px;
}
.pbox {
	float: left;
	margin: 15px 5px 15px 0;
	width: 100px;
}
.pbox p {
	padding: 0;
	margin: 0;
	text-align: center;
}
.pbox img {	
	padding: 0 19px;
	border: 0px none;
}
#footer {
	border-top:3px solid #CCC;c
	lear:both;
	float:left;
	width:100%;
	overflow:hidden;
	padding:10px 0;
	background: #FFF;
}
#footer p {
	padding-left: 10px;
}
.small {
	font-size: 80%;
}
.rusty {
	color: #B58351;
	padding-bottom: 10px;
	font-weight: bold;
} 
hr {
	display: none;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
}
.nopad {
	padding: 0;
	margin:0;
	font-weight: normal;
}
.code {
	font-family: "Courier New", Courier, mono;
	color: #000;
}
.note {
	color: #41546D;
}
.note a {
	color: #41546D;
}