*
{
	margin: 0;
	padding: 0;
}

html
{
	height: 100%;
	
}

body
{
	height: 100%;	
	background-color:#403f3d; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;	
}

#boxsite
{	
	position: relative;
	display: block;
	width: 760px;
	/*min-height: 420px;
	top: 50%;*/
	margin: 5px auto;
	min-height: 100%;
	text-align: left;
}
* html #boxsite
{
	/*height: 100%;*/
	height: 420px;
}
#boxsiteIn
{
	/*padding-bottom: 180px;*/
	border: 0px solid #d9d7cd;	
	width: 633px;		
	margin-left: 127px;
	background-position: 70px top;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	position: relative;
}
#footer
{
	top:643px;
	background-color:#403f3d; 
	position: absolute;
	bottom:0px;
	width:125px;	
	text-align: right;
	padding-bottom: 1.5em;
	line-height: 0.7em;	
	/*background-color: #F7B234;*/
	padding-top: 1em;
	color:#d9d7cd;
}
#footer a
{
	color:#d9d7cd;
	font-weight: bolder;
	font-size: 1.5em;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}
#footer p
{
	font-size: 0.6em;
	padding-right: 10px;
}
#footer .credits
{
	position: absolute;
	right: 10px;
	top:50px;
	float: right;
	font-size: 0.4em;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}
#head
{
	text-align: center;
	position: relative;
	height: 70px;
}
#logo
{
	position:absolute;
	top: 20px;
	text-align: center;
	margin-left: -127px;
}
#logo img
{
	border:0px;
}
#menu
{
	position: absolute;
	font-size: 0.8em;
	color: #FFFFFF;
	width:125px;
	vertical-align: middle;
	text-align: right;
	height: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-left: -127px;
}
#menu .bmenu
{
	position: absolute;
	top:0px;
	left:0px;
	z-index: 10;
}
#menu .level2
{
	z-index: 20;
	position:relative;
	display: block;
	padding-right: 10px;
}
#menu .bmenu img
{
	
}
#menu a,#menu .select
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
#menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
}

#menu .separator
{
	margin-left:15px;
	margin-right: 15px;
	display: inline;
}
#menu .bottomMenu
{
	position: absolute;
	left:0px;
	top:259px;
}
#mainContent
{
	position:relative;
	min-height: 673px;
	height: auto !important;
	height: 673px;
}
.title
{
/*	position: absolute;*/
	margin-left:453px;	
	margin-top: 10px;
}
.title p
{
	position: absolute;
	margin-top: -22px;
	color: #ffffff;
	margin-left: 10px;
	font-size: 11px;	
	text-transform: uppercase;
}
.level3
{
	position: absolute;
	margin-left:10px;	
	margin-top: 10px;
	font-size: 11px;
}
.level3 a,.level3 a:hover,.level3 .active
{
	color: #ffffff !important;
}
#mainContent .content
{
	margin-top: 30px;
	font-size: 0.7em;
	color: #736a58;
	padding: 10px 40px 10px 40px;
	margin-bottom: 20px;
}
#mainContent a
{
	color: #403F3D;
}