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

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #9CF;
}

p {
 padding: 10px;
 background-color:  #fff;
}

#wrapper { 
 margin: 0 auto;
 width: 900px;
 background-color:  #FFF;
}

#head-container {
	width: 900px;
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}
#header {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:center; 
}
#navigation-container {
	background-color: #9CF;
	float: left;
	width: 900px;
	display: inline;
	font-family: arial, helvetica, sans-serif;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;

}
#navigation-container #navigation ul {
list-style-type: none;
text-align: center;
color: #000;
float: left;
width: 900px;

}
#navigation-container #navigation ul li {
	display: inline;
	list-style-type: none;
}
#navigation-container #navigation ul li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-color: #FFF;
	color: #000;
	text-decoration: none;
}
#navigation-container #navigation ul li a:hover {
	text-decoration: underline;
}

#content {
	float: left;
	color: #000;
	background-color: #FFF;
	height: 550px;
	width: 900px;
	display: inline;
	font-family: arial, helvetica, sans-serif;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

#wrapper #content p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFF;
	text-align: left;
	
}
#wrapper #content #contentright h2 {
	line-height: 0.5em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#contentright {
	float: right;
	color: #000;
	background: #FFF;
	height: 500px;
	width: 350px;
	display: inline;
	font-family: arial, helvetica, sans-serif;
}

#footer-container {
	width: 900px;
	text-align: right;
	color: #000;
	background-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-bottom-style: solid;
	padding-top: 5px;
	margin-top: 5px;
	
}#wrapper #content center h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
}
#wrapper #content #contentright center h4 {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}


#content center h3 {
	font-size: 12px;
	font-weight: normal;
	color: #F00;
