body {
	font-family: "Helvetica", "Times New Roman", Arial;
	font-size: 11px;
	color: #000;
	background-color: #ece9e4;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/ui/backgrounds/bg_default.gif);
	background-repeat: repeat-x;
}


/******************************************************************************
* PAGE BUILD / POSITION													  *
******************************************************************************/

.navigation {
	position: relative;
	width: 100%;
	height: 105px;
	display: block;
	float: left;
	background-color: transparent;
	margin: 0 0 15px 0;
	padding: 0px;
	background-image: url(../images/ui/boxes/custom1/navigation.png);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: top left
}

.content_nav {
	width: 900px;
	padding: 7px 10px 7px 10px;
	display: block;
	background-color: transparent;
	float: left;
	margin: 0px;
}

.content {
	width: 300px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: #FFF;
	float: left;
	background-image: url(../images/ui/boxes/custom1/middle_long.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: bottom left
}

.content_double {
	width: 610px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: #FFF;
	float: left;
	background-image: url(../images/ui/boxes/custom1/middle_long.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: bottom left
}

.content_double_short {
	width: 610px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: #FFF;
	float: left;
	background-image: url(../images/ui/boxes/custom1/middle_short.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: bottom left
}

.content_av {
	width: 300px;
	padding: 0 6px 0 6px;
	display: block;
	background-color: #FFF;
	float: left;
	background-image: url(../images/ui/boxes/custom1/middle_long.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: bottom left
}

.content_short {
	width: 300px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: #FFF;
	float: left;
	background-image: url(../images/ui/boxes/custom1/middle_short.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: bottom left
}

.content_bannerpod {
	width: 300px;
	height: 54px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: transparent;
	float: left;
	background-image: url(../images/ui/boxes/custom1/bannerpod_bg.png);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
	background-position: top left
}

.footer {
	position: relative;
	width: 100%;
	height: 105px;
	display: block;
	float: left;
	background-color: transparent;
	margin: 0 0 15px 0;
	padding: 0px;
	background-image: url(../images/ui/boxes/custom1/footer.png);
	background-repeat: no-repeat;
	margin: 0px;
	background-position: top left
}

/******************************************************************************
* PODS													  *
******************************************************************************/

.top {
	width: 300px;
	height: 6px;
	padding: 0px;
	display: block;
	background-color: transparent;
	background-image: url(../images/ui/boxes/custom1/top.png);
	background-repeat: no-repeat;
	float: none;
	margin-bottom: 0px;
	overflow: hidden;
}

.bottom {
	width: 300px;
	height: 13px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: transparent;
	background-image: url(../images/ui/boxes/custom1/bottom.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 10px 0;
}

.top_double {
	width: 610px;
	height: 6px;
	padding: 0px;
	display: block;
	background-color: transparent;
	background-image: url(../images/ui/boxes/custom1/top_double.png);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 0px;
	overflow: hidden;
}

.bottom_double {
	width: 610px;
	height: 13px;
	padding: 0 10px 0 10px;
	display: block;
	background-color: transparent;
	background-image: url(../images/ui/boxes/custom1/bottom_double.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0 0 10px 0;
}



