@charset "utf-8";

body {
	background: #FC0;
}

.content {
	background-image: url(Images/background.jpg);
	background-position: center top;
	margin: 0px auto;
	height: 950px;
	width: 960px;
	padding-top: 10px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 960px;
}

#sidebar {
	width: 180px;
	border: 0px solid #F30;
	margin: 300px 50px 0px 15px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}

#page_content {
	width: 675px;
	border: 0px solid #F30;
	margin: 5px 0px 0px 0px;
	float: left;
	font-size: 25px;
}
#page_content h1 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	color: #3A53A5;
	line-height: 1.15em;
	text-align: center;
	text-transform: uppercase;
}
#page_content p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	line-height: 21px;
	text-align: justify;
	display: inherit;
	padding-right: 10px;
	padding-left: 10px;
}
.center {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#page_content .center {
	text-align: center;
}


#nav {
	width: 710px;
	border: 0px solid #F30;
	margin: 120px 0px 0px 0px;
	float: left;
}
#footer {
	width: 960px;
	border: 0px solid #F30;
	margin: 0px auto;
	text-align: center;
	
}

	#footer h3 {
	margin: 0px;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	font-size: 18px;
	}

.content #page_content p {
	font-weight: normal;
	text-align: justify;
}

.content #page_content {
	text-align: left;
}
.content #page_content {
	text-align: justify;
}
.content #page_content {
	text-align: justify;
}

.content #page_content h5 {
	font-family: "Comic Sans MS", cursive;
	padding-right: 10px;
	padding-left: 10px;
	height: 1px;
}

.content #page_content .center strong {
	text-align: center;
}
