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

body{
	/*background: #73243d url(../images/ronnas.png) no-repeat top;*/
	background-color:black;
	font-family: Arial, Helvetica, sans-serif;
	color: #eee8aa;
	font-size: 0.75em;
	/*line-height: 1.6em;*/
	padding: 0;
	margin: 0;
	text-align: center;
}

/* basic text elements */
a:link {color: #EA907F;text-decoration: none;} 
a:visited {color: #EA907F;text-decoration: none;} 
a:hover {color: #F7F5D9;text-decoration: none;}

p, h1, h2, h3 {margin: 0; padding: 0;}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted #F7F5D9;
	cursor: help;
	}

#container{
	background: #000000 url(../images/staff_banner.jpg) no-repeat center;
	width: 600px;
	height: 100%;
	border-left: thin solid #bba19a;
	border-right: thin solid #bba19a;
	border-bottom:thin solid #bba19a;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: -50px;
	padding: 0px;
	text-align: left;
}	

#header{
width:695px;
	height: 255px;
	padding: 0px 0px 0px 0px;

}

.rightinlinecontent{
float: right;
font-size: .75em;
background-color: black;
color: #1a3e78;
width: 150px;
border: 0px solid silver;
padding: 5px;
font-style: normal;
}

.leftinlinecontent{
float: left;
font-size: 1 em;
background-color: black;
color: #1a3e78;
width: 160px;
border: 0px solid silver;
padding: 0px 5px;
font-style: normal;
}

div#content {
	background: #000000 url(../images/staff_banner.jpg) no-repeat center;
	width: 580px;
	margin: 10px 10px 10px 10px;
	padding: 0px;
	line-height: 1.6em;
	letter-spacing: .5px; 
	font-size: 1.05em;
	}
div#content h1 {
font-size: 2.0em;
	color:#bba19a;
	font: Arial, Helvetica, sans-serif;
}

div#content h2 {
color:#bba19a;
font-size:1.2em;
margin: 0px 0px;
}

div#content h4 {
color:#bba19a;
margin: 0px 0px;
text-decoration:underline;
}
	div#content p{
		margin: 5px 5px 5px 5px;
	}

	div#content img{
		padding: 5px 5px 0px 0px;
	}
	
	
div#content a:link {
color: #EA907F;text-decoration: none;
}

div#content a:visited {
	color: #EA907F;text-decoration: none;
}

div#content a:hover {
	color: #eee8aa;text-decoration: none;
}