/*BODY*/

body{
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat;
	font-family: serif;
	
}

.box{
	width: 940px;
	margin: 0 auto;
}

.clear{
	clear: both;
}

p{
	font-size: 14px;
	color: #8f1950;
}

a img{
	text-decoration: none;
	border: none;
}

li{
	list-style-type: none;
}

h2{
	font-size: 20px;
	text-align: center;
	color: #8f1950;
	font-weight: normal;
}

/*LOGO NAVIGATION*/

#logo{
	margin-top: 15px;
	float: left;
}

#nav{
	float: right;
	margin-top: 25px;
}

	#nav li{
		float: left;
	}
	
/*MAIN*/

#title{
	margin: 40px 0px;
}



/*FOOTER*/

#footer{
	width: 100%;
	background: url(images/footerBG.jpg) repeat-x;
	height: 58px;
	margin-top: 80px;
}

	#footerIn{
		line-height: 58px;
		color: #8f1950;
		width: 940px;
		margin: 0 auto;
	}
	
	#footerIn .copyright{
		float: left;
	}
	
	#footerIn .number{
		float: right;
	}






















