/* -------------------------------------------------------------- 

	This site has been designed by Modoku, Inc.
	
	Based on the 960 Grid System (www.960.gs)
	
	October 2009

-------------------------------------------------------------- */
	
body {
	margin-top: 0px;
	background-color: #060606;
	background-image: url(../art/background.jpg);
	background-repeat: repeat;
	font-family: helvetica, Helvetica, Helvetica Neue, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000;
	padding: 0px 0 40px;
}

#nav {
	padding: 0;
	margin-left: 0;
	font-size: 15px;
 	font-weight: bold;
	}

#nav li	{
	margin: 0;
	list-style: none;
	}

#nav .selected a {
	background: #F00;
	}
	
#nav li a {
	display: block;
	margin: 10px 0px 10px 0px;
	padding: 15px;
	background: url(../art/menu.png);
	text-decoration: none;
	}

#nav li a:link {
	color: #FFF;
	}

#nav li a:visited {
	color: #FFF;
	}

#nav li a:hover {
	color: #000;
	}

a {
	color: #F00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #000;
	font-size: 27px	;
	line-height: 30px;
	margin: 12px 0px 6px 0px;
	font-weight: bold;
	}

h2 {
 	font-weight: bold;
	color: #F00;
	font-size: 16px;
	line-height: 18px;
	margin: 12px 0px 6px 0px;
	}

p {
	margin: 0px 0px 18px 0px;
	}

li, li a {
	list-style-image: url(../art/pick.png);
	font-weight: bold;
	color: #000;
	}

.close {
	margin: 0px 0px 3px 0px;
	}

.strong {
	font-weight: bold;
	}

.large {
	margin-top: 12px;
	font-size: larger;
	color: #333;
	line-height: 20px;
	font-weight: bolder;
	}

.footer {
	font-size: 12px;
	}