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

body{
	margin:0px;
	padding:Opx;
	background: #51b9ee url('img/header.jpg') top left no-repeat;
	font-size:12px;
}

h1{
	font-size:14px;
	margin:0px;
	padding:0px;
}

a{
	color:#FFF;	
}

.clear{
	clear:both;	
}

#wrapper{
	width:480;
	height:auto;/*height:272px;*/
}

#top{
	height:50px;
	padding-left:80px;
}

#search{
	padding-top:20px;
	padding-left:150px;
}

#left{
	float:left;
	width:120px;
}

.navtop{
	background-image:url(img/navtop.jpg);
	height:10px;
	width:120px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	font-size:10px;
}

.navmid{
	background-image:url(img/navmid.jpg);
	background-repeat:repeat-y;
	width:116px;
	padding:2px;
	color:#FFF;
}

.navfoot{
	background-image:url(img/navfoot.jpg);
	height:9px;
	width:120px;
}

#right{
	width:360px;
	position:absolute;
	left:120px;
}

#welcome{
	width:176px;
	height:86px;
	padding:2px;
	background-image:url(img/welcome.jpg);
}

#featured{
	position:absolute;
	left:180px;
	top:0px;
	width:176px;
	height:86px;
	padding:2px;
	background-image:url(img/featured.jpg);
}

.featimg{
	float:left;	
}

.homecat{
	background-image:url(img/homecat.jpg);
	padding:3px;
	width:354px;
	height:14px;
}

.pagebox{
	background-color:#333;
	border-style:solid;
	border-width:1px;
	border-color:#006;
	padding:2px;
	width:354px;
	color:#FFF;
}

#footer{
	
}
