/* CSS Document */

/* Set all type element margins and padding to zero */
p {
margin: 0px;
padding: 0px;}

h1, h2, h3, h4, h5, h6 {
margin: 0px;
padding: 0px;
}

li {
margin: 0px;
padding: 0px;
}

/* BODY */
body
{
/* Centers the layout on the page 
text-align:center;  
/* background color for page - surrounds page elements */
background-color:#000000;    
}

/* Container + background for page elements */		
#pageContent
{
	/* Reset Text Alignment */
text-align:left;
	/* Mozilla Center Tag Command */
margin: 0px auto;


/* Custom Styling */
background-color:#000000;
top: 20px;
	position:relative;
	width:800px;
}

#contentbkgd {
	position:absolute;
	left:110px;
	top:166px;
	width:500px;
	height:390px;
	z-index:5;
	background-color: #D9CDBD;
}

#bodycopy {
	position:absolute;
	left: 109px;
	top:167px;
	width: 184px;
	height: 391px;
	padding: 12px;
	z-index: 10;


}

#bodycopy p {
font-family: Verdana;
font-size: 75%;
margin-bottom: 6px;
line-height: 140%;
}

#bodycopy li {
font-family: Verdana;
font-size: 75%;
margin-bottom: 6px;
line-height: 140%;
margin-left: -20px;
}

#bodycopy h1 {
font-family: Verdana;
color: #590022;
font-weight:bold;
font-size: 120%;
margin-bottom: 9px;
}

#bodycopy h2 {
font-family: Verdana;
color: #590022;
font-weight:bold;
font-size: 90%;
margin-bottom: 9px;
}
#photo {
	position:absolute;
	left:331px;
	top:166px;
	width:283px;
	height:390px;
	z-index:10;
}

#footer {
	position:absolute;
	left:109px;
	top:563px;
	width:339px;
	height:19px;
	z-index:11;
}

#footer p {
font-family: Verdana;
font-size: 70%;
color:#FFFFFF;

}

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

#footer a:visited {
color: #FFFFFF;
text-decoration: none;
}

#footer a:active {
color: #590022;
background-color: #FFFFFF;
text-decoration: none
}

#footer a:hover {
color: #590022;
background-color: #FFFFFF;
text-decoration: none
}

