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

body {
	background-color: whitesmoke;
}

h1 {
	font-size: 24px;
	margin-top: 20px;
	margin-left: 50px;
	}

h3 {
	font-size: 24px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#container {
	width: 960px;
	height: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top:5%;
	margin-bottom: 5%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#page_bg{
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-repeat: repeat;
	background-image: url(../images/bg-graphic.png);
}

#header {
	height: 150px;
	width: 960px;
	position: relative;
	margin-bottom: 0;
}

#hdr-title {
	height: 141px;
	width: 611px;
	position: relative;
	margin-left: 10px;
	margin-top: 0;
	text-indent: 50px;
	margin-bottom: 0;
	padding: 0;
}

#hdr-bar {
	width:960px;
	height: 10px;
	background-color: white;
	padding: 0;
	margin: 0;
	font-size: 10%;
}

#menu-bar {
	width:960px;
	height:41px;
	position: relative;
	margin-top: 0px;
}
#Menu-bar-under-line {
	width:960px;
	height:10px;
	position: relative;
	z-index:5;
	background-image: url(../images/under-menu-shadow.png);
	margin: 0 auto;
}
#Menu-bar-under-line h3 {
	text-indent: -9999px;
}

#content-container {
	width: 960px;
	margin: 0px auto 0;
	z-index: 1;
	background-color: lightblue;	
}

#main-content {
	width: 900px;
	height: 470px;
	float: left;
}

#logo-content {
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
