/* CSS Document */

body {
	background-image: url(images/greenBGTile.jpg);
	background-color: #695D2D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
	color: #FFA116;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFA116;
}
a:hover {
	text-decoration: underline;
	color: #900c9c;
}
a:active {
	text-decoration: none;
	color: #FFA116;
}

#container {
	width:746px;
}

#header {
	height:197px;
	width:746px;
	float:left;
}

#lowerContainer {
	width:746px;
	background-image:url(images/contentBGtile.jpg);
	float:left;
}

#leftContent {
	width:513px;
	float:left;
}

	#contentText {
		width:451px;
		float:left;
		padding-top:15px;
		padding-left:32px;
		line-height:16px;
		padding-right:30px;
		color:#5e0866;
		padding-bottom:15px;
	}

#rightColumn {
	width:233px;
	float:left;
	background-image:url(images/rightColumnShadow.jpg);
	background-repeat:no-repeat;
}

#rightColumnPhoto {
	width:232px;
	float:left;

}

	#rightBox {
		margin:13px;
		width:175px;
		border:solid #978c67 1px;
		padding:15px;
		font-size:10px;
		line-height:16px;
	}

	.headerRightBox {
		font-weight:bold;
		color:#54075b;
	}	

#footer {
	width:746px;
	float:left;
	height:30px;
}