body {
	background: url(../images/wood-bar.jpg) repeat-x top left #000000;
	margin: 0;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
a
	{
	color: #ffcc99;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: blink;
	}
	
#div-wrapper 
	{
	margin: 0 auto;
	/*margin: 0 auto 0 0;*/
	width: 756px;
	}
	
#div-header
	{
	width: 756px;
	height: 72px;
	background: url(../images/header.png) no-repeat;
	}
#div-header-2
	{
	width: 799px;
	height: 113px;
	background: url(../images/home-1.png) left top no-repeat;
	}
	
#div-footer
	{
	width: 756px;
	height: 40px;
	color: #ffcc99;
	line-height: 45px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/stripe-gum-foot.png) no-repeat top center;
	}
	
#div-content
	{
	background: #663333 url(../images/stripe-gum.png) no-repeat top center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 25px 7px 20px 7px;
	border: 1px thin #663300 solid;
	text-align: justify;
	}
#div-content h3
	{
	color: #ffcc99;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#div-splash
	{
	height: 246px;
	color: #ffcc99;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/black-brown.png) repeat-x top left;
	}
#div-splash h3
	{
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#splash-left
	{
	width: 100px;
	float: left;
	}
#splash-left ul
	{
	list-style-type: none;
	width: 126px;
	height: 36px;
	margin: 0;
	padding: 0;
	}
#splash-left ul li
	{
	width: 126px;
	height: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	}
#splash-left ul li a 
	{
	color: #FFFFFF;
	text-decoration: none;
	}
#splash-left ul li a:hover
	{
	color:#ffcc99;
	}

#splash-mid
	{
	width: 378px;
	float: left;
	margin-left: 26px;
	}
	
#splash-right
	{
	margin-left: 508px;
	width: 220px;
	padding: 10px 0 0 10px;
	text-align: justify;
	}
	
.top-button
	{
	background: url(../images/button-top.jpg) no-repeat top;
	}
.button
	{
	background: url(../images/button-main.jpg) no-repeat top;
	}
	
.pink
	{
	background: #cc6666;
	padding: 1px 7px 10px 7px;
	}