/* CSS Document */

body {
	background-color: #000000;
	margin: 15px 0px 0px 0px;
}
/* TOP */
#top {
	border: 5px solid #D8B25B;
	width: 840px;
	height: 250px;
}
#lauren {
	background-image: url(../images/lauren.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 250px;
	width: 184px;
	float: left;
}
	#lauren div.year {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 220px;
	font-size: 24px;
	}
#topLeft {
	float: right;
	width: 656px;
}
	#hangup {
		height: 215px;
		width: 591px;
		float: left;
	}
	#fray {
		padding-top: 188px;
		width: 65px;
		float: right;
	}
#navigation {
 	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #7A1A26;
	height: 19px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 656px;
	clear: both;
}
#navigation a {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 3px 5px 3px;
	font-size: 13px;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
/* CONTENT */
#content {
	background-color: #FFFFFF;
	border-left: 5px solid #D8B25B;
	border-right: 5px solid #D8B25B;
	width: 735px;
	text-align: left;
	padding: 5px 5px 5px 5px;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
}
	#content a{
	color: #7A1A26;
	font-weight: bold;
	}
	#content a:hover{
	color: #444444;
	}
#content h1{
	font-size: 24px;
}
#content2 {
	background-color: #FFFFFF;
	border-left: 5px solid #D8B25B;
	border-right: 5px solid #D8B25B;
	width: 745px;
	text-align: left;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	line-height: 130%;
}
	#content2 a{
	color: #7A1A26;
	font-weight: bold;
	}
	#content2 a:hover{
	color: #444444;
	}
	#content2 div.navigation {
		width: 132px;
		background-color: #D8B25B;
		float: left;
		padding: 0px 2px 5px 2px;
		text-transform: uppercase;
		font-weight: bold;
		color: #7A1A26;
	}
	#content2 div.navigation a{
		color: #000000;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
		text-transform: none;
		text-align: right;
	}
	#content2 div.navigation a:hover{
		color: #444444;
		text-decoration: none;
	}
	#content2 div.content {
		max-width: 599;
		border-left: 136px solid #D8B25B;
		padding: 5px 5px 5px 5px;
		background-color: #FFFFFF;
	}
	#content2 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7A1A26;
	margin-top: 2px;
	}
	#content2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	margin-top: 2px;
	margin-bottom: 2px;
	}
#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7A1A26;
	margin-top: 2px;
}
#prevention {
	background-image: url(../images/mainPrevention.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 188px;
	text-align: right;
	padding: 132px 15px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#prevention a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;		
	}
	#prevention a:hover {
		color: #D8B25B;
	}
#inthenews {
	background-image: url(../images/mainNews.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 188px;
	text-align: right;
	padding: 132px 15px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#inthenews a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;		
	}
	#inthenews a:hover {
		color: #D8B25B;
	}
#laurenstory {
	background-image: url(../images/mainLauren.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 188px;
	text-align: right;
	padding: 132px 15px 5px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	#laurenstory a{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;		
	}
	#laurenstory a:hover {
		color: #D8B25B;
	}
/* FOOTER */
#copyright {
	background-color: #7A1A26;
	border: 5px solid #D8B25B;
	width: 745px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	clear: both;
}
#copyright a{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}
#copyright a:hover{
	text-decoration: underline;
}
