@charset "UTF-8";
/* CSS Document */

#global {
	margin-left: auto;
	margin-right: auto;
	width: 930px; /* mandatory to be centered */
	margin-top: 0px;
	z-index: 1;
	position:relative;
	
	}
	
	
	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, century gothic, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 13px;
	background-color: #000;
	line-height:22px;
	
	
}

#content{
background-image:url(images/large_bg.gif);
	background-repeat:repeat;

	
	}
	
	
#headerbg{
background-image:url(images/headerbg.gif);
background-repeat:repeat;
width: 100%;
height:400px;
}


#links{
background-image:url(images/links.gif);
background-repeat:no-repeat;
height:38px;
font-size: 12px;
color: #660000;
}



a:link {
text-decoration: none; 
font-size: 12px;
color: #660000;
}


a:visited {
text-decoration: none; 
font-size: 12px;
color: #660000;
}


a:hover {
text-decoration: underline;
font-weight:none;
font-size: 12px;
color: #660000;
}

.active {
text-decoration: underline;
font-weight:bold;
font-size: 12px;
color: #660000;
}

.gwen_photo{
border: 2px solid #000;
float: left;
margin-right: 20px
}

.open_book{
float: left;
margin-right: 10px
}


.letter_spacing{
font-size: 13px;
line-height: 22px;
color: #e7e7e7;
}


#opacity_box{
background-color: #3b3736;
width: 591px;
height: 750px;
float:left;
}

#opacity_box_inner{
margin: 10px;
width: 571px;
height: 576px;

}

.white{
color: #fff;
}



.fancy{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-style:italic;
}

.georgia{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:16px;
}


.footer{
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}


.service_title{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
}


.float_left{
float:left;
margin: 10px;
border: solid #000000 2px;
}