/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-position: left;
	background-repeat: repeat;
	background-attachment:fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	}
		
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 14px 0;
	font-size: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	padding: 0 20px; margin: 10px 0;
	font-weight: bolder;
	color: #ffffff;
	line-height: normal;
}
	
h3 {
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 0 20px;
 }
		
/* Stuff for all the Navigation */
		
#nav {
	position: absolute;
	margin: 0px;
	margin-left:15px;
	margin-top:90px;
	padding: 0;
	top: 165px;
	left: 105px;

	}
	
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
				
/* Main Content Area Stuff */

#topgraphic {
		position: absolute;
		left: 100px;
		top: 0px;
		width: 850px;
		height: 250px;
		background: url(images/angels.jpg) no-repeat;
		}
		
#menutab {
		position: absolute;
		left: 100px;
		top: 250px;
		width: 850px;
		height: 30px;
		background: url(images/menutab.jpg) no-repeat;
		}
		
#maincontent {
	position: absolute;
	left: 105px;
	top: 290px;
	width: 840px;
	height: 650px;
	background-color: #cdcbcb;
	overflow:auto;
	}
		
#rightcontent {
	position: absolute;
	left: 399px;
	top: 385px;
	width: 550px;
	height: 550px;
	margin: 0px;
	padding: 0px;
	background-color:#cdcbcb;
	overflow:auto;
		}
		
#rightcontent p {
	padding-left: 40px;
	padding-right: 26px;
	margin-top: 30px;
	}

#photo {
	position: absolute;
	left: 398px;
	top: 287px;
	padding: 0;
	width: 550px;
	height: 100px;
	}

#rightcontent div {
	width: 555px;
	height: 30px;
	background: url(images/main_bottom.jpg) no-repeat bottom;
	}

#leftcontent {
	position:absolute;
	left: 105px;
	top: 300px;
	width:200px;
	height:128px;
		}

#footer {
	position: absolute;
	left: 105px;
	top: 955px;
	background-color: #cdcbcb;
	height: 50px;
	width: 840px;
	}
/* CSS Document */
