body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #790000;
}

/* NAV */

a:link {
	color: #790000;
	text-decoration: none;
	font-size: 11px;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}

a:hover {
	color: #790000;
	text-decoration: none;
	font-size: 11px;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}
	
/* LINKS*/
.itemlink a:link {
        color: #000000;
        text-decoration: underline;
        padding: 1px 2px 1px 2px;
        font-size: 11px;
        }

.itemlink a:visited {
        color: #333333;
        text-decoration: underline;
        padding: 1px 2px 1px 2px;
        font-size: 11px;
        }

.itemlink a:hover {
        color: #333333;
        text-decoration: underline;
        padding: 1px 2px 1px 2px;
        font-size: 11px;
        }

.itemlink a:active {
        color: #333333;
        text-decoration: underline;
        padding: 1px 2px 1px 2px;
	font-size: 11px;
        }
        
.subnav a:link {
        color: #000000;
        text-decoration: none;
        padding: 1px 6px 1px 6px;
        font-size: 9px;
        }

.subnav a:visited {
        color: #000000;
        text-decoration: none;
        padding: 1px 6px 1px 6px;
        font-size: 9px;
        }

.subnav a:hover {
        color: #cccccc;
        text-decoration: none;
        padding: 1px 6px 1px 6px;
        font-size: 9px;
        }

.subnav a:active {
        color: #cccccc;
        text-decoration: none;
        padding: 1px 6px 1px 6px;
	font-size: 9px;
        }
        
.target {
	background: #790000;
	text-align: center;
}
        
.target a:link {
        color: #cea842;
        text-decoration: underline;
        padding: 1px 4px 1px 4px;
        font-size: 12px;
        }

.target a:visited {
        color: #ffffff;
        text-decoration: underline;
        padding: 1px 4px 1px 4px;
        font-size: 12px;
        }

.target a:hover {
        color:#ffffff;
        padding: 1px 4px 1px 4px;
        font-size: 12px;
        }

.target a:active {
        color: #ffffff;
        padding: 1px 4px 1px 4px;
	font-size: 12px;
        }
        
.mailto a:link {
        color: #790000;
        text-decoration: underline;
        font-size: 12px;
        }

.mailto a:visited {
        color: #000000;
        text-decoration: underline;
        font-size: 12px;
        }

.mailto a:hover {
        color: #000000;
        font-size: 12px;
        }

.mailto a:active {
        color: #000000;
		font-size: 12px;
        }
        
/* TEXT STYLES */

p {
	font-size: 12px;
	font-family: Verdana, Arial, helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	margin: 5px 10px 15px 10px;
	text-align: left;
}

.copyright {
	font-size: 12px;
	line-height: 12px;
	color: #cea842;
	margin: 5px 10px 15px 10px;
	text-align: center;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
	}

li	{
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 10px 10px;
	text-align: left;
	}

h1 {
	font-size: 26px;
	color: #000000;
	line-height: 28px;
	
}

h2 {
	font-size: 15px;
	margin: 0 0 4px 10px;
	color: #990099;
	margin: 15px 0 10px 10px;
	text-align: left;
}

h3 {
	font-size: 11px;
	margin: 0 0 6px 10px;
	color: #790000;
	text-align: left;
}

h4 {
	font-size: 11px;
	margin: 15px 5px 5px 10px;
	color: #0000000;
	text-align: left;
}

h5 {
	font-size: 13px;
	margin: 0 0 4px 10px;
	color: #2B6D0F;
	margin: 15px 0 10px 10px;
	text-align: left;
	
}

/* BACKGROUNDS */

.home {
	background: url(backgrounds/home.jpg) top center repeat;
}

.retail {
	background: url(backgrounds/retail.jpg) top center repeat;
}

.members {
	background: url(backgrounds/members.jpg) bottom center repeat;
}