/* CSS Document */
body	{
	width: 750px;
	height:auto;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
a:link	{
	color:#551319;
}

a:visited	{
	background-color: #7d7d7d;
	text-decoration: none;
	color:#551319;
}

a:hover	{
	text-decoration: none;
	color:#7d7d7d;
}	
a:active	{
	text-decoration: none;
	color: #551319;
}
#container {
	background-color: white;
	margin-left: 25px;
	width: 750px;
	text-align:left;
}
#header  {
	background: url(../images/mediaheader.jpg) no-repeat;
	position:absolute;
	top: 10px;
	left: 10px;
	width: 514px;
	height: 125px;
}

#header span	{
	display: none;
	text-indent: -5000 px;
}
#Christina	{
	background: url(../images/mediapagebackground.gif) no-repeat;
	width: 397px;
	height: 684px;
	float:right;
}
#content	{
	float: left;
	margin: 150px 0 0 45px;
	width: 300px;
	height: 600px;
	font:  16px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color: #551319;
}
#content h3 {
	font:  20px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color: white;
	border: thin solid #6c1846;
background-color:#6d0626;
}

#content h4 {
	font: 18px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color: #551319;
}
#content h5 {
	font: 16px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color: #551319;
}

#content li {
	font: 14px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color: #551319;
	list-style-type: square;
	margin-left: -25px;
}
#content  a:link	{
	
	font: 18px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color:#551319;
}

#content a:visited	{
	background-color: #797979;
	font: 18px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color:#551319;
}

#content a:hover	{
	text-decoration: none;
	font: italic 18px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color:#797979;
}	
#content a:active	{
	text-decoration: none;
	font:  18px "Bitstream Vera Sans Mono", Georgia, "Times New Roman", Times, serif;
	color: #551319;
}


