/* Main Design */

body {
	background:#000000;
	margin:auto;
	margin-top:0px;
	text-align:center;
	}
	
#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:3px;
	text-align:left;
	width:775px;
	height:auto;
	border-color:#CCCCCC;
	border-style:solid;
	border:1px;
	vertical-align:top;
	}
	
#menu {
	height:43px;
	width:775px;
	background:url(../images/background/menu.gif);
	}
	
#name {
	height:131px;
	width:775px;
	background:url(../images/background/name.gif);
	}
	
#bar {
	height:25px;
	width:775px;
	background:url(../images/background/bar.gif);
	}
	
#header {
	height:114px;
	width:775px;
	background:url(../images/background/featuredbackground.gif);
	}
	
#content {
	background:url(../images/background/content.gif) repeat;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:left;
	padding:10px;
	}
	
#footer {
	height:60px;
	width:775px;
	background:url(../images/background/footer.gif);
	}
	
#design {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:775px;
	height:20px;
	margin-bottom:20px;
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	}
	
p {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
	text-align:left;
	}
	
td {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:left;
	vertical-align:top;
	}
	
h1 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:120%;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	margin-bottom:1px;
	}
	
h2 {
	color:#9999CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:120%;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
	}
	
h3 {
	color:#ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
	}
h4 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:120%;
	text-align:left;
	margin-top:0px;
	}	
	
h5 {
	color:#9999CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:120%;
	font-weight:bold;
	text-align:center;
	margin-bottom:0px;
	}
	
/* Links*/
a:link {
	color:#ccc;
	text-decoration:underline;
	font-weight:normal;
}

a:visited {
	color:#ccc;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color:#ccc;
	text-decoration:underline;
	font-weight:normal;
}

a:active {
	color:#ccc;
	text-decoration:underline;
	font-weight:normal;
	}
	
#footer a:link {
	color:#ccc;
	text-decoration:none;
	font-weight:bold;
	font-family:"Arial Narrow",Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family:"Arial Narrow",Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family:"Arial Narrow",Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footer a:active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-family:"Arial Narrow",Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

	
/* Images */

.smallspace {
	margin-bottom:-5px;
	}
	
.left {
	float:left;
	padding:5px;
	border-color:#CCCCCC;
	border-style:solid;
	border:1px;
	margin-right:5px;
	}
	
.right {
	float:right;
	padding:5px;
	border-color:#CCCCCC;
	border-style:solid;
	border:1px;
	margin-left:5px;
	}
	
#dash {
	background:url(../images/background/dashsmall.gif) repeat-x;
	}
	
#selections {
	background:url(../images/background/selections.gif) no-repeat;
	height:303px;
	width:198px;
	}
	
#store {
	background:url(../images/background/storebackground.gif) no-repeat;
	height:338px;
	width:736px;
	}

#verticaldash {
	background:url(../images/background/verticaldash.gif) repeat-y;
	
	}


	
