@charset "utf-8";

body {

	background-color: #fc03b9;

	background-image: url(img/background.jpg);

	background-repeat: repeat-x;

	margin-top: 0px;

}

#Container{

	width: 960px;

	background-color: #FFF;

	margin-right: auto;

	margin-left: auto;

	padding-top: 10px;

	border-right-width: thick;

	border-left-width: thick;

	border-right-style: solid;

	border-left-style: solid;

	border-right-color: #4e3f32;

	border-left-color: #4e3f32;

	border-top-color: #4e3f32;

	border-bottom-color: #4e3f32;

}

header{

	text-align: center;

	font-family: "Comic Sans MS", cursive;

}

header h1 {

	font-size: 60px;

	margin-top: 0px;

	margin-bottom: 0px;

	height: 60px;

}

header p {

	font-size: 18px;

}

nav{

	text-align: center;

	font-family: Verdana, Geneva, sans-serif;

	font-size: 24px;

	border-bottom-width: medium;

	border-bottom-style: double;

	border-bottom-color: #999;

	background-color: #e4239d;

}

nav ul{

	text-align: center;

	width: 100%;

	overflow: hidden;

	padding-top: 20px;

}

nav ul li{

	text-align: center;

	list-style-type: none;

	float: left;

	}

nav ul li a:link, nav ul li a:visited{

	text-decoration: none;

	display: block;

	height: 30px;

	width: 125px;

	line-height: 30px;

	text-align: center;

	color: #201615;

	font-weight: 400;



}

nav ul li a:focus, nav ul li a:hover, nav ul li a:active{

	color: #FFF;

	text-align: center;

}

content{

	clear: both;

	padding-left: 60px;

	text-align: center;

	padding-top: 15px;

	padding-right: 15px;

	padding-bottom: 15px;

	margin-left: auto;

	margin-right: auto;

}

content p {

	margin-right: 30px;

	margin-left: 30px;

	

}

footer{

	text-align: center;

	border-top-width: medium;

	border-top-style: double;

	border-top-color: #999;

	height: 40px;

	vertical-align: middle;

	padding-top: 15px;

}

footer a {

	text-decoration: none;

	color: #000;

	text-align: center;

	}

