/*styles for ex06_payne*/

body 
{
	background-color: #000000;
}

/*the main container*/
#container
{
	background-color: #000000;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 50em;
	padding: 10px 10px 20px 10px;
	font-family: sans-serif;
}

/*headings styles*/		
h1		
{
	font-family: Courier New, monospace;
}

h2, h3	
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Courier, monospace;
}

/*header styles*/
#header
{
	padding: 10px 10px 10px 10px;
	margin: 30px 0px 0px 25px;
}

/*menu/navigation styles*/
#navigation
{
	padding: 10px 0px 10px 0px;
	margin-top: 45px;
	margin-left: -75px;
	text-align: center;
}

/*list styles*/	
li 	
{
	display: inline;
	margin: 10px 0px 10px 0px;
	padding:  0px 10px 0px 10px;
}

/*link styles*/
a
{
	text-decoration: none;
}

a:link
{
	color: #cc0000; 	
}
 
a:active
{
	color: #33cc99; 
	text-decoration: none
}
a:visited
{
	color: #ff6600; 
	text-decoration: none
} 

a:hover
{
	color: #ffffff; 
	background-color: #000000
}	

/*body/content styles*/	
#bodyCopy
{
	text-align: left;
	padding: 10px 10px 0px 10px;
	margin: -25px 10px 2px 25px;
	width: 85%;
	font-family: Courier, monospace;
	font-size: 1em;
}

/*paragraph styles*/
p:first-letter	
{
	font-size: 2em;
	display: block;
	float: left;
	margin-right: 5px;
	line-height: 0.8em;
}

/*footer styles*/
#footer
{
	position: absolute;
	margin-left: 60em;
	margin-bottom: 5px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-size: 0.6em;
}