/* CSS Document */


/* basic elements */
html, body {
	font-family: 'Tahoma', sans-serif;
	font-size: small;
	color: rgb(104,0,0);
	padding: 5px;
	margin: 0px;
	background-image: url(images/body-bg.jpg);
	}



h3 { 
	font-family: 'Tahoma', serif;  
	font-size: medium;
	font-stretch: condensed;
	font-style: italic;
	margin-bottom: 10px; 
	color: #993300;
	margin-top: 0px;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #7D775C;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #996600;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #993300;
	}


/* specific divs */
#container {
	position: relative;
	width: 640px;
	border-top: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	border-left: 2px solid #FFCC99;
	border-right: 3px solid black;
	margin: auto;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #D8AE86;
}
		
#intro {
	margin: 0px;
	padding: 0px;
}
		
#pageHeader {
	width: 640px;
	position: relative;
	height: 314px;
	background: transparent url("banner2.jpg") top left no-repeat;
	margin: 0px;
	padding-top: 1px;
	margin-bottom: 0px;
	padding-right: 0px;
	z-index: 100;
	background-image: url(images/banner2.jpg);
}

#beginning {
	position: relative;
	padding-left: 0px;
	width: 425px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	text-align: left;
	background-image: url(images/body_corner.gif);
	background-repeat: no-repeat;
}
	
	
#summary {
	background: transparent top right no-repeat;
	width: 207px;
	height: 174px;
	clear: none;
	position: relative;
	padding: 0px;
	right: 5px;
	top: 0px;
	float: right;
	text-align: right;
	background-image: url(images/demo.jpg);
	background-repeat: no-repeat;
}

		
#supportingText {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
	padding-top: 1px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	z-index: 100;
}


		
#supportingText div {
	padding-left: 0px;
	width: 400px;	
	margin-left: 15px;
	margin-bottom: 45px;
	height: 1%;
}	

#supportingText #footer {
	text-align: center;
	padding: -100px;
	width: 640px;
	height: 191px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	position: relative;
	background: bottom left no-repeat;
	padding-top: 0px;
	background-image: url(images/footer.jpg);
	color: #FFFFFF;
}

	
#footer a {
	top: 140px;
	color: #FFFFFF;
	font-size: small;
	right: 30px;
	font-weight: bold;
}	

#footer a:hover{
	color: #FFCC00;
	font-weight: bold;
}
		
#linkList {
	position: absolute;
	width: 175px;
	height: auto;
	right: 35px;
	top: 424px;
	clear: none;
	text-align: left;
	z-index: 100;
	background-image: url(images/sel-title.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 18px;
	left: 450px;
}


#linkList ul {
	list-style-type: none; 
	padding: 0; 
	margin: 0; 
	}
	
#linkList ul li {
	margin-top: 4px;
	width: auto;
}
	
#linkList  ul li a {
	display: block;
	width: 175px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	background-image: url(images/potter_button.gif);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #513B01;
	font-style: normal;
	background-position: left;
	}
#linkList li a:hover {
	background-image: url(images/potter_hover.gif);
	background-repeat: repeat-y;
	color: #993300;
	}
	
