/* CSS Document */ 
body {
	font-family: Apple Chancery, Papyrus, Georgia, Geneva;
    font-size: 12px;
    margin: 5px;
    padding: 0px;    
	width:760px;
	text-align: left;
	background: #000000;
}
h1 {
font-size: 250%;
font-family: Apple Chancery, Papyrus, Georgia, Geneva;
color: #000000;
text-align: center;
margin-top: 5px;
margin-bottom: 10px;
}
h2 {
font-size: 200%;
font-family: Apple Chancery, Papyrus, Georgia, Geneva;
color: #000000;
margin-top: 5px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}
h3 {
font-size: 175%;
font-family: Apple Chancery, Papyrus, Georgia, Geneva;
color: #000000;
position: relative;
margin-top: 5px;
margin-bottom: 10px;
margin-left: 15px;
}
p {
font-size: 150%;
font-family:  Apple Chancery, Papyrus, Georgia, Geneva;
line-height: 130%;
position: left; 
margin-left: 25px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 10px;
}
div#head1 {
    position: relative;
    width:760px;
    height:215px;
    left:0px;
    top: 0px;
    background-color: #bf5375;
}
div#head2 {
	position: relative;
	width:760px;
	height:100px;
	left:0px;
	top:0px;
	background-color: #bf5375;	
}
div#head3 {
	position: relative;
	width:760px;
	height:10px;
	left:0px;
	top:0px;
	background-color: #bf5375;
}
div#head4 {
	padding: 15px;
	margin: 0px;
	text-align: center;
	background-color: #bf5375;
}
div#columns {
    position: relative;
    width: 750px;
    top: 100px;
    background-color: #bf5375;
}
div#side1 {
    position:absolute;
    width:150px;
    top: 0px;
    left:0px;
    background-color: #bf5375;
}
div#content {
    position: relative;
    width: 760px;
    top-margin: 10px;
    bottom-margin: 10px;
	right-margin: 0px
	left-margin: 0px;	    
	background-color: #bf5375;
}
div#side2 {
    position:absolute;
    width:150px;
    top: 0px;
    left: 600px;
    background-color: #bf5375;
}
div#foot {
    position: relative;
    width: 750px;
    clear: both;
    margin-top: 100px;
    background-color: #bf5375;
}
div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 20px; 
	width:760px;  
	background-color: #bf5375; 
}
 .centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  margin: auto;
} 
a:link { 
	color: #fefefe;
	}
a:visited { 
	color: #692c40;
	}
a:hover { 
	color: #e5afb7;
		background-color: #bf5375;
		text-decoration: none
	}
a:active { 
	color: #fefefe;
	}
	#photo {
	float:left
	}
	
	