html {
	height: 100%;
	min-height: 100%;
	border-width: 0px;
}
body {
	background-color: #0395D6;
	margin-top:0px;
}

.clearfloat {clear:both;}

#container {
	position:relative;
	margin:auto;
	width: 970px;
	padding: 0px;
	background-image:url(../images/body-bg.jpg);
	background-repeat:repeat-y;
}

/* ------------------------ HEADER STYLES -------------------------*/
#header {
	position:relative;
	width: 970px;
	text-align: center;
	z-index:10;
}
#section_menu {
	position:relative;
	width:950px;
	height:36px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	z-index:10;
}
#flash {
	position:relative;
	widht:970px;
	height:240px;
	background-image:url(../images/header.jpg);
	z-index:1;
}
#category_menu {
	position:relative;
	width:930px;
	min-height:30px;
	background-image:url(../images/body-bg2.jpg);
	margin-top:6px;
	padding-right:20px;
	padding-left:20px;
	z-index:10;
}
* html {height:30px;}

/* ------------------------ CONTENT STYLES -------------------------*/
#contentarea {
	position:relative;
	width: 930px;
	padding:7px 15px 10px 25px;
	z-index:1;
}
#leftcol{
	float:left;
	width:260px;
	text-align:center;
	padding:0px;
}
#content {
	float:left;
	width:650px;
	text-align:left;
	padding: 15px 10px 0px 10px;
	background-color:#ffffff;
}
* html #content {width:645px;}

/* ------------------------ FOOTER STYLES -------------------------*/
#footer {
	position:relative;
	width: 970px;
	margin:auto;
	font-size:10px;
	text-align: center;
	color:#ffffff;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/* ------------------------ GENERAL STYLES -------------------------*/



