* {
	margin: 0px;
	padding: 0px;
}

body {
	no-repeat center top;
	font: .81em/150% "Lucida Grande", Arial, "Lucida Sans Unicode", sans-serif;
	word-wrap: break-word;
	background-image: url(image/websiteBackgroundImage.jpg);
	color: #000;
}

a {
	color: #639;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f4a308;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 10px 0px 11px;
	text-align: justify;
	line-height: 16px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}


#body_wrapper {
	width: 851px;
	margin: 0 auto;
}


/* Page Header */

#page_header {
	width: 851px;
	height: 315px;
	overflow: hidden;
	text-align: left;
	margin-top: 60px;
	background: url(image/websiteBanner.jpg);
	no-repeat center top;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

/* Menu Bar */
#menu_bar {
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	float: center;
	text-align: left;
	width: 851px;
	height: 50px;
	text-height: 10px;
	background-color: #999;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}


#menu_bar li {
	padding-top: 10px;
	padding-left: 20px;
	height: 23px;
	background: inherit no-repeat 0% 0%;
	float: left;
}

#menu_bar li a {
	display: block;
	padding-left:5px;
	padding-right:0px;
	padding-top:6px;
	padding-bottom:0px;
	text-decoration: none;
	color: #FFF;
}

#menu_bar li a:hover {
	color: #FF9933;
	background-color: inherit;
}

/* Main Content */

#maincontent_1 {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	text-align: left;
	width: 851px;
	font-size: 14px;
	color: #000;
	background-image:url(image/websiteBackground.jpg);
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 15px;
	border-radius: 15px;

}


#maincontent_LT {
	float: left;
	background-color: inherit;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#maincontent_RT {
	width: 250px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 20px;
	float: right;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	background-color: #FFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#contact {
	float: left;
	background-color: inherit;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* Page Footer */

#page_footer {

	text-align: center;
}

#copyright_info {
	margin-left: 0px;
	padding-top: 25px;
}

