* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:12px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	color: #A0522D;}
html{
	font-size: 100%;
}
img {
	border:0;
}

.zero { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	height: 0;
}
.clear {
   clear: both;
   line-height: 0;
   font-size: 0;
   height: 0;
}
body {
	text-align: center; 
	/*background: url(./images/backline.jpg) repeat-y center #204385;*/
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	width: 100%;
	/*min-width: 940px;
	max-width: 2200px;*/
	}
#wrapper { 
text-align: left;
  position:absolute;
  height:510px; 
  width:910px;
  margin:-255px 0px 0px -455px;
  top: 50%; 
  left: 50%;
}

#top{
clear: both;
float: left;
margin: 0;
width: 100%;
height: 198px;
background: url(./images/header.jpg) no-repeat left #ffffff;
}
#top_right{
float:right;
margin: 60px 10px 0 0;
width: 50px;
visibility: visible;
	background-color: white;
	vertical-align: top;
	position: relative;
	top: -200px;
}
#top_left{
float:left;
margin:0;
width: 20px;
visibility: hidden;
	background-color: green;
}


#left {
	width:300px;
	height: 294px;
	clear: both;
	float: left;
	background: url(./images/left.jpg) repeat-y left #fbe7d6;
}
#left_inner {
	width:260px;
	height: 100%;
	font-size: 1.7em;
	margin: 0 0 0 40px;
	line-height: 1.7em;
}
span.leftbullet{
	vertical-align: middle;
}
a.left_text, a.left_text:link, a.left_text:visited {
	font-size: 1em;
	text-decoration: none;
}
a.left_text:hover {
	font-size: 1em;
	text-decoration: none;
}
span.left_text{
	font-size: 1em;
}
#right {
	width:610px;
	height: 294px;
	float: left;
	font-size: 1.6em;
	margin: 0;
	background: url(./images/right.jpg) repeat-y right #fbe7d6;
}
#description{
	width: 570px;
	height: 85%;
	font-size: 1em;
	background-color: #fbe7d6;
	margin: 31px 0 0 0;
	border: 1px dotted #A0522D;
}
#title_text{
	width: 550px;
	margin: 10px;
	font-size: 1em;
}
#main_text{
	width: 550px;
	height: 82%;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	overflow: auto;
}
#bottom{
clear: both;
float: left;
margin: 0;
width: 100%;
height: 18px;
background: url(./images/bottom.jpg) no-repeat left #ffffff;
}
#bottom_right{
float:right;
margin:0;
width:20px;
visibility: hidden;
	background-color: yellow;
}
#bottom_left{
float:left;
margin:0;
width: 20px;
visibility: hidden;
	background-color: green;
}
#footer{
clear: both;
float: left;
margin: 0;
width: 100%;
height:88px;
text-align: center;
background: url(./images/footer.jpg) no-repeat left #ffffff;
}
#footer_inner{
	margin: 20px 0 0 0;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
#footer_small{
	margin: 20px 0 0 0;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: silver;
}