/*timothy Valenti*/

body {
	
	font-color: green;
	background-color: black;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 30px 50px 20px 50px;
	font-size: 1em;
	background: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-attachment: fixed
}




h1 {

	
	font-size: 2.2em;
	text-align: left;
	color: black;
	font-styl: bold;
	margin: 50px 50px 0px 0px;
	text-align: center;
	text-decoration: blink;
}

h2{
	font-size: 1.2em;
	font-color: black;
	margin: 28px 585px 10px 10px;
	background-color: #65ca00;
	
}
	

 #navcontainer ul
{
margin: .2em;
padding: .2em;
list-style-type: none}
;

 #navcontainer a
{
display: block;
color: #FFF;
background-color: #036;
width: 9em;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#navcontainer a:hover
{
background-color: #65ca00;
color: black;
}

#navcontainer li li a
{
display: block;
color: #65ca00;
background-color: black;
width: 9em;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}
