@charset "utf-8";
body {
	background-color: #222;
	background-image: url(../images/bg.JPG);
}
.container {
	height: 100%;
	width: 850px;
	background-color: #222222;
	margin: 0 auto;
}

/*Page Seperator*/
.container #page_seperator {
	width: 721px;
	margin: 0 auto;
}

/*Header*/
.container #header {
	height: 83px;
	width: 850px;
}
.container #header #title {
	padding-top: 42px;
	padding-left: 30px;
}

/*Navbar*/
.container #navbar {
	margin: 0 auto;
	width: 850px;
	height: 43px;
	z-index: 0;
}


/*Banner*/
.container #banner {
	height: 217px;
	padding-bottom: 20px;
}

/*Content Area*/
.container #contentarea {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 1px;
}

/*Footer*/
.container #footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 41px
}

.container #footer #copyright {
	padding-top: 15px;
	text-align: center;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 280px;
}
.container #footer #createdby  {
	height: 30px;
	width: 100px;
	float: right;
	margin-right: 10px;
	padding-top: 10px;
}
.container #footer #createdby a:link {
	color: #666;
	text-decoration: none;
}
.container #footer #createdby a:hover {
	color: #46AFDB;
	text-decoration: none;
}
.container #footer #createdby a:visited {
	color: #666;
	text-decoration: none;
}

/*Page Contents*/

#page_contentholder {
	margin-left: 30px;
	margin-right: 30px;
}

#page_contents {
	background-color: #F4F4F4;
	margin-left: 52px;
	margin-right: 10px;
	padding: 20px;
	text-align: justify;
	font-weight: bold;
	
	border-radius: 0 15px 15px;
	-moz-border-radius: 0 15px 15px;
	-webkit-border-radius: 0 15px 15px;
	-o-border-radius: 0 15px 15px;
	
	border-color: #000;
	border-style: solid;
	border-width: 0 4px 4px 0;
}
#contact_page_form {
	background-color: #f4f4f4;
	padding-right: 10px;
	padding-left: 10px;
	width: 300px;
	float: right;
	border: thin solid #CCC;
	text-align: center;
	padding-bottom: 20px;
}
#contact_page_contents {
	background-color: #F4F4F4;
	margin-left: 52px;
	margin-right: 10px;
	padding: 20px;
	text-align: justify;
	font-weight: bold;
	height: 450px;
	
	border-radius: 0 15px 15px;
	-moz-border-radius: 0 15px 15px;
	-webkit-border-radius: 0 15px 15px;
	-o-border-radius: 0 15px 15px;
	
	border-color: #000;
	border-style: solid;
	border-width: 0 4px 4px 0;
}
#contact_page_contents #contact_page_address {
	width: 310px;
	border: thin solid #CCC;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f4f4f4;
	float: left;
}
