body {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	text-align: center;
}

#content {
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#content a:link, a:visited {
	text-decoration: none;
	color: #542717;
}

#content a:visited {
	text-decoration: none;
	color: #542717;
}

#content a:hover {
	text-decoration: underline;
	color: #542717;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	text-decoration: underline;
}

.caption {
	font-size: 16px;
	font-weight: normal;
}

.caption1 {
	font-size: 12px;
	font-weight: bold;
}

.text {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.small_text {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
}

.view_more {
	float: right;
}

#wrapper{
	margin: 0 auto; 
	width: 970px; 
	text-align: left;
}

#left_banner {
	position:relative;
	float:left;
	width: 90px;
	text-align: left;
	margin-top: 60px;
}

#right_banner {
	position:relative;
	float:right;
	width: 80px;
	text-align: center;
	margin-top: 60px;
}

#main{
	float: left;
	width: 800px;
}