/* typographical markup */

body {
	background-image: url(../images/_MG_3281.jpg);
	background-repeat: repeat-x;
	background-color: black;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: black;
	width: 800px;
	margin: 0 auto;
	}
	
h1	{
	font-size: 6em;
	letter-spacing: -.04em;
	margin: 0;
	padding: 20px 0 0 0;
	color: #97b545;
		line-height: 90%;

	}

h2	{
	font-size: 1.3em;
	letter-spacing: -.03em;
	color: #97b545;
	}

h3 	{
	font-size: 1.3em;
	letter-spacing: -.05em;
	color: white;
	background-color: #ff007e;
	padding: 5px 3px 3px 5px;
	margin: 0;
	}

h4 	{
	font-size: 1.1em;
	}

p 	{
	font-size: 0.8em;
	line-height: 1.6em;
	}

ul 	{
	list-style-type: none;
	font-size: 3em;
	font-weight: bold;
	color: white;
	line-height: 120%;
	}

li 	{
	}


a:link {
	text-decoration: none;
	color: #ff007e;
	}

a:visited	{
	color: white;
	text-decoration: none;
	}

a:hover {
	
	}

a:active {
	color: #224b89;
	}

ul a:link {
	text-decoration: none;
	color: white;
	}
	
ul a:visited {
	text-decoration: none;
	color: white;
	}		
	
ul a:hover {
	color: #97b545;
	}
	
/* structural markup */

#masthead {
	margin-top: 60px;
	margin-bottom: 80px;
	width: 700px;
	}

#navigation {
	margin-left: -36px;
	}

#navigation li {

	}
	
#navigation li.first {
	border: none;
	padding-left: 0;
	}

#maincontent {
	background-image: url(../images/bg_grad.png);
	background-repeat: repeat-x;
	float: left;
	padding: 0px;
	margin: 0 0px 10px 0;
	background-color: white;
	height: 380px;
	}
	
#maincontenttext {
	float: left;
	padding: 0 0px 0px 0px;
	}
	
	
#footer {
	margin-top: 25px;
	clear: both;
	padding: 0;
	color: white;
	opacity: 0.7;
	}
	
#allcontent {
	margin: auto 0;
	}
