/* CSS Document */

body{
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-right: 0px;
	background-color: #edece5;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color:#FFFFFF;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#title {
	text-align: center;
	line-height: 72px;
	font-size: 46px;
	color: #E0232C;
	padding-top: 150px;
	padding-bottom: 40px;
}

#title a {
	font-size: 74px;
}




a {color: #333333; text-decoration: none;}
a:hover {color: #E0232C; text-decoration: none;}
a:focus {outline: none;}

.clr {clear: both;}
