@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	min-width:640px;
	background-color: #827b7d;
	height:100%;
}


#content, #bottom {
	background-color:#FFFFFF;
}

#bottom, #content, #header, #titlebar{
	overflow:hidden;
	display:block;
	position:relative;
}

#container {
	margin: 3%;
	width:94%;
	height:330px;
	min-height: 330px;
}


#header {
	background-image: url('../images/headerbg.png');
	height: 217px;
	border:none;
	width:100%;
	left:0;
}

#headerleft {
	float:left;
	width:192px;
	height:217px;
	background-image: url('../images/headerleft.png');
	background-repeat:no-repeat;
	position: relative;

}

#headercenter {
	float:right;
	width:100%;
	height:217px;
	position: relative;
	padding:0;
	margin:0;
	padding: 25px 40px 25px 25px;
	width:400px;
	text-align:center;
}

#headerright {
	float:right;
	width:300px;
	height:217px;
	background-image: url('../images/headerright.png');
	position:relative;
}

#content {
	padding: 25px;
	background-color: #FFFFFF;
	position:relative;
}

#bottom {
	height:8px;
	width:100%;
}

#bottomleft {
	height:8px;
	width:8px;
	float: left;
	background-image: url('../images/bottomleft.png');
}
#bottomright {
	height:8px;
	width:8px;
	float: right;
	background-image: url('../images/bottomright.png');
}

#footer{
	margin: 8px;
	margin-top:4px;
}
#footerleft {
	float: left;
}
#footerright {
	float: right;
}

#title {
	position: absolute;
	bottom:2px;
	width: 640px;
	height: 34px;
	overflow: hidden;
	padding-left:20px;
	z-index:5;
	left: 3px;
	margin-top: 6px;
}


#search {
	height: 40px;
	overflow: hidden;
	text-align:right;
	text-transform:uppercase;
	padding-right:8px;
	padding-top:7px;
}

#menu {
	position: absolute;
	overflow: hidden;
	text-align:right;
	text-transform:uppercase;
	padding-right:8px;
	padding-top:7px;
	float: right;
	right: 25px;

}
/* columns */
.columnbody
{
	width:100%;
}
.column100, .column50,.column33,.column25 {
	float: left;
	padding-right:1%;
	padding-left:1%;
}



.column100 {
	width: 98%;
}

.column50 {
	width: 48%;
}

.column33 {
	width: 31%;
}

.column25 {
	width: 23%;
}

.column50, .column33, .column25{

}
