
*{
    margin:0;
	padding:0;
}
a:link ul li{
	outline: none;
	text-decoration: none;
	color: #FFF;
}
.bf_background img{
	position:fixed;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	cursor:url(../images/cursor_min.cur), pointer;
}
#container{
	position: relative;
	left: 50%;
	width: 985px;
	margin: 20px 0 15px -495px; /* Top right bottom left */
	background-color: #FFDEAD;
	background-image:url("../images/kathleen.jpg");
	color:black;
	opacity: 0.95;
	-moz-border-radius: 25px 25px;
	border-radius: 25px 25px;
}
#socialMediaHeader{
	background-color: black;
	opacity: 0.85;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 150px;
	text-align:center;
	z-index:10;
	border:none;
	text-decoration:none;
	-moz-border-radius-bottomleft: 25px 25px;
	border-bottom-left-radius: 25px 25px;
	left:1100px;
}
#authorHeading{
	text-align:center;
	background-color: black;
	opacity: 0.85;
	position: fixed;
	width:300px;
	top: 0px;
	left: 0px;
	height: 50px;
	-moz-border-radius-bottomright: 25px 25px;
	border-bottom-right-radius: 25px 25px;
	z-index:10;
	
}
#header{
	text-align:center;
	background-color: black;
	opacity: 0.85;
	position: fixed;
	top: 0px;
	left: 60%;
	width: 740px;
	height: 50px;
	margin: 0 0 15px -300px; /* Top right bottom left */
	-moz-border-radius-bottomright: 25px 25px;
	border-bottom-right-radius: 25px 25px;
	-moz-border-radius-bottomleft: 25px 25px;
	border-bottom-left-radius: 25px 25px;
	z-index:10;
	
}
ul#nav{
	font-weight:bold;
	position: relative;
	font-family:Arial;
	margin-top:15px;
	list-style:none;
	height:50px;
	cursor:pointer;
	font-weight:normal;
	text-transform:uppercase;
	color: #FFF;
	font-size:15px;
	z-index:10;
}
ul#nav li{
	font-weight:bold;
	height: 50px;
	width: 50px;
	display:inline;
	color: #FFF;
	margin-right:10px;
	margin-left:10px;
	text-transform:uppercase;
	text-decoration:none;
}
ul#nav li:hover{
	color: #C30;	
}
h1{
	font-weight:normal;
	text-transform:uppercase;
	color: #FFF;
	font-size:30px;
}
#desc{
	float:left;
	text-align:justify;
	margin: 10px 70px 30px 70px; /* Top right bottom left */
}
#homeImage{
	margin: 30px 0 30px 0; /* Top right bottom left */
}
