
body{
	padding: 0px;
	background: #5c3e1c;
	color: #ffffff;
	font: 100 9pt/13pt Arial, Helvetica;
	/*margin-bottom : 8px;
	margin-top : 8px;*/
	margin:8px 0px 8px 8px;
}

/* links and general typography */

a, a:link{
	color: #ffd878;
	background: none;
	text-decoration: none;
}


a:visited{
	color: #ffd878;
	background: none;
	text-decoration: none;
}


a:hover{
	color: #00000;
	text-decoration: none;
}


.italic{
	font-style: italic;
}

.larger{
	font-size: larger;
}

.bold{
	font-weight: bold;
}

.bottomalign{
	vertical-align: bottom;
}

.leftalign{
	vertical-align: baseline;
	float: left;
}

.middlealign{
	vertical-align: baseline;
}

.topalign{
	vertical-align: top;
}


.about{
	color: #ffd878;
	font: 9pt/13pt Arial, Helvetica;
	font-weight: bold;
}

/* content header, sections and boxes */

.main{
	color: #ffffff;
	margin-bottom : 16px;
	margin-top : 8px;
	width: 988px;
}

.mainSidebar{
	padding:0px 10px 0px 10px;
}

/* .left_column{
	float: left;
	width: 260px;
	height: 100%;
	display: block;
	padding: 6px;
	border-right: 2px solid #ffd878;
}

.image_column{
	width: 400px;	
	display: block;
	text-align: center;
	position: absolute;
	left: 310px;
	top: 72px;
	display: block;
}

.right_column{
	float: right;
	width: 310px;
	height: 100%;
	display: block;
	position: relative;
	padding: 6px;
	border-left: 2px solid #ffd878;
} */
