/* CSS Document */

body {
	background-color: #555152;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
a {}
a:hover {}
a:visited {}
a:active {}
.leftside {
	background-image: url(images/left_bg.jpg);
	background-repeat: repeat-y;
	text-align: right;
}
.maincontent {
	background-color: #FFFFFF;
	text-align: left;
	padding-bottom: 50px;
}
.bottom {
	background-color: #333333;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	height: 20px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 6px;
}
h1 {
	margin-top: .2em;
	margin-bottom: .5em;
	color: #666666;
	letter-spacing: .25em;
}
 h2, h3, h4, h5 {
	color: #666666;
	margin-top: .5em;
	margin-bottom: .5em;
}
p {
	text-align: justify;
	line-height: 1.5em;
	margin-right: 200px;
}
#rightbox {
	float: right;
	width: 180px;
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 15px;
}
span.caption {
	font-size: 11px;
	text-align: center;
}

