@charset "utf-8";
/* CSS Document */

/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code*/
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }

/*Centering fixed layout*/

body {text-align: center; background-color: #000000; font-family:Georgia, "Times New Roman", Times, serif; color:#000000;}

#container {
  	margin: 0 auto;
  	top:50px;
	width:754px;
	height:674px;
	text-align:left;
	background-image:url(http://www.jenniferbenson.net/images/background.jpg);
	position:relative;
	z-index:1;
}

#social_media {
  	margin: 0 auto;
  	top:650px;
	width:754px;
	height:45px;
	text-align:left;
	position:relative;
	z-index:6;
}  

.social_media-link {
	position:relative;
	float:left;
	margin-left:70px;
}

#emailForm {
  	margin: 0 auto;
  	top:645px;
	width:356px;
	height:50px;
	text-align:left;
	position:relative;
	z-index:6;
} 

/*Global Typography*/

h1 {font-size:12px;}
.text {font-size:11px;}
a:link {text-decoration:underline; color:#000000;}
a:hover {color:#FFFFFF;}
a:visited {color:#000000;}

/*Global Layout*/

#navigation {
	position:absolute;
	width:400px;
	height:50px;
	top:150px;
	left:320px;
	z-index:2;
}

.navigation_links {float:left; margin-left:20px; font-size:12px;}

#page_image{
	position:absolute;
	width:300px;
	height:351px;
	top:270px;
	left:50px;
	z-index:3;
}

#holder	{
	position:absolute;
	width:300px;
	height:351px;
	top:270px;
	left:380px;
	z-index:4;
}

.scroll-pane {
	width: 290px;
	height: 340px;
	overflow: auto;
	float: left;
}

#mp3 {
	position:absolute;
	width:260px;
	height:70px;
	top:5px;
	left:490px;
	z-index:5;
}

#donate {
	position:absolute;
	top:30px;
	left:10px;
	z-index:6;
}




