body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	text-align: center;
	margin: auto;
	background-image:url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

img, div { behavior: url(iepngfix.htc) }

ul {
	list-style-type: square;
	color: #f12199;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	margin: 0px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #34ad8f;
	margin: 0px;
	padding-bottom: 10px;
}

a img {
	border: 0;
}

a {
	text-decoration: none;
	color: #cccccc;
}

a:hover {
	color: #34ad8f;
}

#outer {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
}

#container {
	text-align: left;	
	margin: auto;
	width: 960px;
	left: 0;
/*	overflow: auto; */
}

#top {
	width: 960px;
	height: 80px;
	float: left;
	display: inline;
	/*	background-color: #00FF00; */
	background-image: url(../images/bg-top.jpg);
	overflow: hidden;
}

#nav {
	width: 590px;
	height: 12px;
	float: right;
	display: inline;
	text-align: right;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 13px;
}

#image {
	width: 960px;
	height: 467px;
	float: left;
	display: inline;
/*	background-color: #0000FF; */
}

#content-main {
	width: 960px;
	float: left;
	display: inline;
	height: 282px;
	height: auto!important;
	min-height: 288px;
	background-color: #313237; 
}

#content-LHS {
	width: 476px;
/*	height: 282px;
	height: auto!important;
	min-height: 288px; */
	float: left;
	display: inline;
	background-color: #313237; 
	padding-left: 10px;
}

#content-mid {
	width: 28px;
/*	height: 288px;
	height: auto!important;
	min-height: 288px; */
	float: left;
	display: inline;
	background-color: #313237; 
}

#content-RHS {
	width: 446px;
/*	height: 288px;
	height: auto!important;
	min-height: 288px; */
	float: left;
	display: inline;
	background-color: #313237; 
}

#footer {
	width: 960px;
	height: 40px;
	float: left;
	display: inline;
	padding-top: 16px;
}

#address {
	width: 850px;
	height: 56px;
	float: left;
	display: inline;
}

#siteby {
	width: 110px;
	height: 56px;
	float: left;
	display: inline;
	text-align: right;
}

/*/////////////////////////////////////////////////*/

.nav-item {
	float:left;
	display:inline;
}

.rhs-item {
	float:left;
	display:inline;
	padding: 5px;
}

.footer-item {
	float:left;
	display:inline;
}

.text-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262b2c;
}

.kids-text {
	font-family:"Comic Sans MS", "Trebuchet MS", Verdana, Arial;
	color:#ffffff;
	font-weight:normal;
}
	
