body {
	margin:0px; padding: 0px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background:url(../images/clouds.jpg) repeat-x #fff;
	background-position: 0 -100px;
	/*min-height: 800px;*/
	min-width: 1000px;
}
#footer {
border-top:1px solid lightgrey;
height:54px;
margin:auto auto 0;
min-height:54px;
text-align:center;
}

/*
 * Content top
 */
#content_top {
	margin: 0 auto;
	position: relative;
	width: 480px;
	z-index: 100;
	
	/* Change here to change height */
	height: 250px;
}

#outer_search {
	background:url(../images/main_center.png) no-repeat;
	_background:url(../images/main_center_ie.png) no-repeat;
	position: absolute;
	width: 480px;
	height: 280px;

	/* Change here to change height */	
	top: 60px;
}

#search {
	background-color:#fff;
	height:228px;
	margin:26px 24px 28px 28px;
}

.search_container {
	height:228px;
	_height: 208px;
	margin: auto;
	padding: 10px;
}

.search_container a {
	color:#0000DE;
	text-decoration: underline;
}

/*
 * Content bottom
 */
#content_bottom {
	margin: 0 auto;
	position: relative;
	width: 905px;
	_width: 912px;
	z-index: 99;
	
	/* Testing */
	height: 420px;
}

.category {
	/* padding: 10px; */
float: left;
margin-top: 90px;
margin-right: 15px;
width: 100px;
}

.category h5{
height: 20px;
_height: 25px;
color: #3383E6;
font-size: 12px;
font-weight: normal;
text-align: center;
text-decoration: underline;
}

.last{
margin-right: 0px;
}

/*
 * Columns
 */


