﻿body 
{
	text-align: center;
	font-family:arial;
}

a:active, a:link, a:visited
{
	color: Black;
	text-decoration: underline;
}

a:hover
{
	color: Black;
	text-decoration: none;
}

.mainDiv 
{
	width: 1000px;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
	clear:both;
}

.banner
{
	height: 200px;
	padding: 0px;
	text-align: center;
}

.menu
{
	
	height: 80px;
	width:100%;
	background-image:url("/bg_menu.JPG");
	background-repeat:no-repeat;
	padding: 0px;
}
.menu ul
{
	display:inline-block;
    padding-top: 0px;
    margin-left: 140px;
	margin-top: 0px;
	list-style-type:none;
	list-style-image:none;
}
.menu li
{
	margin-top:30px;
	display: inline;
	float: left;
	font-family:Garamond;
	font-size:18px;
	color: White;
	margin-left: 20px;
}

.menu li a:visited, .menu li a:hover, .menu li a:active, .menu li a:link
{
	color: White;
	text-decoration: none;
}
.menu li a:hover
{
	color: #33FF33;
}

a img
{
	text-decoration: none;
	border: none;
}
#banner_left
{
	width:100%; 
	height:100%;
}

#banner_right
{
	background-image:url("/top_right.JPG");
	background-repeat:no-repeat;
	width:100%; 
	height:100%;
}

.content
{
	clear:both;
	height:auto;
}

#content_left
{
	background-image:url('/content_left.JPG');
	background-repeat:no-repeat;
	background-position:right bottom;
}

#content_middle
{
	background-image:url("/bg_content.JPG");
	background-repeat:repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#content_right
{
	background-image:url('/content_right.JPG');
	background-repeat:no-repeat;
}

#shoutbox td
{
	border-bottom: dashed 1px grey;
	font-size:small;
}

.footer
{
	float:left;
	height: 134px;
	width:100%;
	background-image:url("/bg_bottom.JPG");
	background-repeat:no-repeat;
}

#shoutbox th
{
	background-color: Black;
	color: White;
}
