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

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-color:#000;
	background-repeat: repeat-x;
	margin: 0px;
	height: 100%;
	}
	
a {
	color: #ed2526;
	text-decoration: none;
	}
a:visited {
	color: #ed2526;
	text-decoration none;
	}
a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#content {
	background-color:#FFF;
	width: 815px;
	padding-top: 20px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 40px;
	}
	
h1 {
	color: #ed2526;
	font-weight: bold;
	font-size: 140%;
	}
	
#head {
	width: 975px;
	}
	

	#content p strong {
	color: #D3362F;
}
#content p strong {
	color: #22A31A;
}
#content p strong {
	color: #D3362F;
}
#content p strong {
	color: #000;
}
