/* CSS Document */
body {
	text-align:center;
	background:#FF9933;
	}
	
a:link{
	color: #330000;
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
}
	
a:visited {
	color: #330000;
	text-decoration:none;
	border-bottom:1px dotted #FF6600;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
	border-bottom:1px dotted #FF6600;	
}
a:active {
	text-decoration: none;
	color: #330000;
}



#wrap {
text-align:left;
width:720px;
margin:0 auto;
}

#header{
background:#FF9933 url(images/top.gif) top no-repeat;
height:100px;
}

#content {
background: #ffffff url(images/content.gif) top left no-repeat;
width:510px;
padding-top:10px;
padding-bottom:10px;
float:left;
color:#330000;
}
#content p{
padding-left:15px;
padding-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}
#content h1{
padding-left:15px;
padding-right:15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}

#content h2
{
padding-left:15px;
padding-right:15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
border-bottom:1px solid #330000;
}

#content h3
{
padding-left:20px;
padding-right:15px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

#content ul
{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
line-height:1.5em;}

#sidebar{
width:200px;
background:#FF9933;
float:right;
color:#330000;
}
#sidebar p {
padding-left:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;}
#sidebar h1{
padding-left:10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

#nav {
padding-top:10px;
background:#FFFFFF url(images/nav.gif) top left no-repeat;
width:108px;
padding-bottom:10px;
}
#nav a:link{
	text-decoration: none;
	color: #330000;
	border-bottom:0px solid white;
}
	
#nav a:visited {
	text-decoration: none;
	color: #330000;
	border-bottom:0px solid white;
}

#nav a:hover {
	color: #FF6600;
	text-decoration:none;
	border-bottom:0px solid white;
}

.bodyseperator
{
clear:both;
}

.merchphoto {
margin-right:10px;}

.merchtext
{
border-top:1px solid #FF9933;
border-bottom:1px solid #FF9933;
}

.merchtext p
{
border-bottom:1px dotted #FF9933;
}

.seperator{
height:15px;
background:#FF9933;}

.feature
{
background:#FFFFFF url(images/feature.gif) top right no-repeat;
width:200px;
padding-bottom: 10px;
padding-top: 10px;
}

.feature p{
padding-right:10px;}

#footer {
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
height:20px;
padding-top:10px;
padding-bottom:10px;
}
#footer a:link {
color:#000000;
text-decoration:none;}