/*******************************************

 The RouterShop CSS 
 Author: 			Jeff Yates
 EMAIL:				jeffyates@dkadesigns.com

*******************************************/

/*******************************************
 Body
*******************************************/
body{
	background-color:#333;
	background-image:url('../images/bg.gif');
	font-size:12px;
	font-family:Verdana;
	color:#000;
}

.spacer{
	font-family:Verdana;
	padding:0px 10px;
	color:#fc0;
}

a.links, a:visited.links{
	font-family:Verdana;
	font-size:12px;
	color:#fc0;
	text-decoration:none;
}

a:hover.links{
	color:#fc0;
}


/*******************************************
 Navigation
*******************************************/
a.nav, a:visited.nav{
	font-family:Verdana;
	font-size:12px;
	color:#fff;
	text-decoration:none;
}

a:hover.nav{
	color:#fc0;
}

/*******************************************
 DIVS
*******************************************/
#holder{
	padding-top:10px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	top:0px;
	background-color:transparent;
	width:800px;
	text-align: center;
}

#head{
	position:relative;
	background-color:#ccc;
	background-image:url('../images/head.jpg'); 
	width:800px;
	height:150px;
	border-top:6px #333 solid;
	border-left:6px #333 solid;
	border-right:6px #333 solid;
}

#nav{
	position:relative;
	font-size:0px;
	color:#fff;
/*	padding-top:4px; */
	background-color:#333;
	background-image:url('../images/nav.jpg');
	width:800px;
	border-left:6px #333 solid;
	border-right:6px #333 solid;
	height:24px;
/*	border-top:1px #333 groove;
/*	border-bottom:1px #333 groove;
/*	border-top:1px #999 solid;
	border-bottom:1px #999 solid;
*/}

#content{
	position:relative;
	padding:20px;
	background-color:#fff;
	background-image:url('../images/content_bg.png'); 
	background-repeat:repeat-x;
	width:760px;
	border-left:6px #333 solid;
	border-right:6px #333 solid;
	text-align:left;
}

#foot{
	position:relative;
	background-color:#fff;
/*	background-image:url('../images/foot.png'); */
	width:800px;
	height:24px;
	border-bottom:6px #333 solid;
	border-left:6px #333 solid;
	border-right:6px #333 solid;
	font-size:9px;
}