/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

#page {
	margin: 0px auto;	
}

#maincell {
	background-image: url(images/bottom.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
}

#maincell2 {
	background-image: url(images/bottom-short.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
}

#content {
	padding: 220px 100px 30px 110px;
	color: #fff;
	vertical-align: top;
}

#content2 {
	padding: 220px 100px 30px 110px;
	color: #fff;
	vertical-align: top;
}

#infocontent {
	padding: 0px 100px 30px 20px;
	color: #fff;
	vertical-align: top;
}



h2 {
	font-size: 18px;
	color: #666699;
	line-height: 22px;
}

.title {
	font-size: 24px;
	padding-bottom: 10px;
}

a:link {
	color: #1B6128;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #1B6128;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #859240;
	font-weight: bold;
	text-decoration: none;
}

.quote {
	background: #E3B3A2;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 12px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #A64646;
	color: #000;
}

.caption {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #777;
	font-size: 10px;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 5px;
}

#author {
	font-weight: 800;
	color: #AD5450;
	padding-left: 5px;
}

.postmetadata {
	padding-bottom: 60px;
	background-image: url(images/hr.jpg);
	background-attachment: scroll;
	background-position: bottom center;
	background-repeat: no-repeat;
}





