body {
	padding: 0;
	margin: 0;
	text-align: center;
	font: 16px Arial, Verdana, sans-serif;
	line-height: 17px;
	color: #000000;
	background: #E6E6B4 url(../gfx/background.gif) left top repeat-y;
}
div {
	margin: 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
img{
	border: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
input, textarea, fieldset{
	width: 250px;
	border: none;
	font: 16px Arial, Verdana, sans-serif;
	margin: 0;
}
input{
	height: 19px;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #666633;
}
input.button{
	font-weight: bold;
}
textarea{
	line-height: 17px;
	color: #FFFFFF;
	background-color: #666633;
}
fieldset{
	margin: 20px 0 0 0;
	padding: 0;
	border: 0;
}
fieldset.error{
	color: #990000;
}
h2, h3{
	line-height: 101%;
}
a{
	color: #000000;
	border: none;
	cursor: pointer;
}
a.white{
	color: #FFFFFF;
}
a:link, a:active, a:visited{
	text-decoration: none;
	background-color: transparent;
}
a:hover, a:focus{
	text-decoration: underline;
	background-color: transparent;
}
.invisible{
	position: absolute;
	left: -2000px;
	top: -2000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
.no_display{
	display: none;
}
.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: 0px none;
	margin: 0; 
	padding: 0;
	background: transparent;
	color: Background;
}


#left_container{
	width: 338px;
	height: 600px;
	float: left;
	background: url(../gfx/background_left.gif) left top no-repeat;
}
#left_1{
	margin: 58px 54px 0 54px;
	width: 230px;
	height: 58px;
}
#left_1 a{
	color: #666633;
}
#left_1 a span{
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
#left_2{
	margin: 10px 54px 0 54px;
	width: 230px;
	height: 70px;
}
#left_2 a span{
	font-size: 31px;
	line-height: 32px;
	font-weight: bold;
	cursor: pointer;
	display: block;
}
#left_3{
	margin: 160px 54px 0 54px;
	width: 230px;
	height: 120px;
}
#left_3 a{
	font-size: 20px;
	line-height: 30px;
}
#left_4{
	margin: 7px 54px 0 54px;
	width: 230px;
	height: 93px;
}
#left_4 a{
	font-size: 18px;
	line-height: 24px;
}


#right_container{
	width: 400px;
	margin: 87px 0 30px 20px;
	float: left;
}
#right_container a{
	text-decoration: underline;
}
.center{
	text-align: center;
	font-weight: bold;
}
.third{
	width: 120px;
}
.left_pic{
	float: left;
	margin: 0 10px 10px 0;
}
.right_pic{
	float: right;
	margin: 0 0 10px 10px;
}
.link_box{
	float: left;
	width: 150px;
	margin: 0 40px 40px 0;
}