@charset "UTF-8";
/* 
==============================================================================
This styles the main framework for the site, things like headers and footers. 
Basically anything that is shared through out the entire site.
==============================================================================
 */

body{
	background: url("/images/background_Pink.png") repeat-x top center #f96553;
}
.clearall{
	clear: both;
}
.BumpIn{
	width: 857px;
	margin: 0 auto;
}
#Logo{
	width:90px;
	height: 55px;
	margin: 15px auto 13px auto;
}

#Frame_top{
	position: relative;
	float: left;
	width: 857px;
	background: url("/images/Frame_Top.png") no-repeat top left;
	height: 27px;
}
#Frame_middle{
	position: relative;
	float: left;
	width: 857px;
	background: url("/images/Frame_Middle.png") repeat-y top left;
	padding: 0px 20px;
}
#Frame_bottom{
	position:relative;
	float: left;
	width: 857px;
	height: 13px;
	background: url("/images/Frame_Bottom.png") no-repeat top left;
}
#header{
	position: relative;
	float: left;
	height: 40px;
	z-index: 1000;
}
#header ul{
	list-style-type: none;
	padding: 6px 0 0 0;
	margin: 0px 0px 0px 215px;
}
#header li{
	float:left;
	margin-right: 18px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma;
}
#header li a{
	text-decoration: none;
	color: #F3755A;
}
#header li a:hover{
	color: #AC9652;
}

#copyright{
	position: relative;
	float: left;
	width: 100%;
	color: #652820;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Tahoma;
}
#copyright a{
    color: #652820;
    text-decoration: none;
}
#copyright a:hover{
    text-decoration: underline;
}
#copyright strong{
	font-weight: bold;
}