body {
	margin: 0px auto 0 auto;
	padding: 0px;
	background-position: center top;
	background-repeat: repeat-x;
	height:100%;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #377CD6;
}
/*  BASIC TEXT FORMATING */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px;
}

p {color:#fff;
	text-align:justify}

a { text-decoration:none;
	color: #FFFFFF;
}

a:hover {text-decoration:underline}

#header_wrapper{
	width: 800px;
	padding: 0px;
	margin: 0 auto 0 auto;
}

#content_wrapper{
	width: 100%;
	padding: 0px;
	margin: 300px auto 0 auto;
}

#content{
	text-align: justified;
	width: 800px;
	margin: 0px auto 0px auto;
}


#footer_wrapper{
	text-align: center;
	width: 100%;
	padding: 0px;
	margin-top:40px
}

#footer{
	text-align: right;
	width: 800px;
	margin: 0px auto 0px auto;
	height: 200px;
}
#footer p{
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


#footer a:hover {
	text-decoration: underline;
	background-color: #377CD6;
}