/// real bg: #A3B199
/// title bg: #798078
/// content bg: #BFCAB7

/// light bar: #D7DCD1

/// text color: #3C3920



body
{
	color: red;
	background-color: #A3B199;
}

p
{
	text-align: justify;
}

td
{
	font-size: 13px;
	text-align: justify;
}

img
{
	border: 0;
}

.main
{
	background-color: #798078;
	width: 760;
}


.contentBG
{
	background-color: #BFCAB7;
}

.content
{
	padding-top: 30;
	padding-bottom: 30;
	padding-left: 40;
	padding-right: 40;
}

.paragraph
{
	margin-bottom: 15;
	text-align: justify;
}

.title
{
	padding-top: 15;
	apadding-left: 25;
	apadding-right: 25;
}

.title-left
{
	margin-right: 200;
}

.title-right
{
}

.footer
{
	apadding-top: 7;
	padding-bottom: 15;
}

.footer-line
{
	background-color: #D7DCD1;
	aheight: 3px;
}

.photo-table
{
	margin-bottom: 24;
}

.left-block
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #3C3920;
}

.right-block
{
	text-align: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #3C3920;
}

.subtitle
{
	text-align: center;
	margin-bottom: 20;
}

.page-title
{
	text-align: right;
	margin-bottom: 10;
}

.side-text
{
	margin-bottom: 14;
}

.photobg
{
	background: url(images/photos/photobg.gif) center center;
	background-repeat: no-repeat;
	
	width: 167;
	height: 134;
}

.photo
{
	margin: 3;
}


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

a:hover
{
	text-decoration: underline;
}

