﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #343838;
	margin: 0px;
	padding: 0px;
    background-attachment:fixed;
}
h1 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#ffffff;
	font-weight:bold;
	letter-spacing:2px;
	line-height:70%;
}
h2 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	letter-spacing:4px;
	line-height:0%;
}
.footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	text-transform: uppercase;
	margin-top: 5px;
	text-align: right;
}
.nav {
    color: #CDCDCD;
	letter-spacing: 3px;
	font-size: 11px;
}

img, a:link, a:visited, a.hover, a.active {
	text-decoration: none;
	border: none;
	color:white;
}

a.categories {
    color: #CDCDCD;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 0px;
}
a.categories:hover {
}

#describe {
    padding-top: 4px;
    padding-bottom: 4px;
}
#describe a {
    color: #CDCDCD;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: lowercase;
}
#describe a:hover{
    color: #CDCDCD;
    text-decoration: underline;
}


/* BEGIN DROP MENU */
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font: normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
color: #CCCCCC;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #CCCCCC;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #333333;
}
/* END DROP MENU */
