/* CSS Document */
body
{
	background: url(img/bg_tile.jpg) #500001 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #272727;
	font-size: small;
	margin: 0;
	padding: 0;
}
h1
{
	margin: 0;
	padding: 5px;
	font-size: xx-large;
	font-weight: normal;
	color: #770000;
}
h2
{
	margin: 0;
	padding: 5px;
	font-weight: normal;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #770000;
}
p
{
	padding: 5px;
	margin: 0;
}
#site_container
{
	width: 748px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
#header
{
	background: url(img/header.jpg);
	width: 748px;
	height: 163px;
	margin-top: 20px;
}
#content_container
{
	background:url(img/content_tile.jpg);
	float: left;
	width: 748px;
}
#content_bottom
{
	background: url(img/content_bottom.jpg) no-repeat;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	height: 14px;
}
#left_column
{
	float: left;
	width: 208px;
	height: 100%;
}
#right_column
{
	float: right;
	width: 540px;
	height: 100%;
}
#nav_top
{
	background: url(img/nav_top.jpg) no-repeat;
	width: 208px;
	height: 95px;
}
#nav_middle
{
	background: url(img/nav_tile.jpg) repeat-y;
	width: 208px;
	height: 100%;
}
#nav_middle ul
{
	margin:0px;
	padding-left:25px;
}
#nav_middle li
{
	background:url(img/nav_bullet.jpg) no-repeat;
	height: 20px;
	list-style: none;
	margin: 0;
	padding-left: 35px;
	padding-bottom:10px;
}
#nav_middle li a
{
	color: #770000;
	text-decoration: none;
}
#nav_middle li a:hover
{
	color: #000000;
}
#nav_bottom
{
	background:url(img/nav_bottom.jpg) no-repeat;
	width: 208px;
	height: 76px;
}
#right_column_left
{
	float: left;
	width: 336px;
	height: 100%;
	margin-left: 3px;
	margin-right: 3px;
}
#right_column_right
{
	float: right;
	width: 185px;
	height: 100%;
	margin-right: 3px;
}
#gallery
{
	float: right;
	width: 520px;
	height: 100%;
	margin-right: 10px;
}
.gal_images
{
	width: 150px;
	height: 100px;
	padding-left: 15px;
}
#copyright
{
	color: #FFF;
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#copyright a
{
	color: #FFF;
}