body {
	margin: 0;
	padding: 0;
	background: #e8edfb url(images/cssback.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d33100;
	font-size:14px;
}

ul {
	list-style-image: url(images/bullet.png);
	list-style-position:outside;
	text-align:justify;
	padding-right:4px;
}
img {
	float:left;
	margin: 2px;
	border: 0;
}
p { text-align:justify; padding:4px; }

/*-------Text----------*/


/* --------------end text----------*/

/* Header */
#wrapper {
	width:902px;
	position: relative;
	left:50%; margin-left:-460px;
	background-image:url(images/contentback.png); background-repeat:repeat-y;
	padding:0;
	background-color:#FFF;
}
#topper {
	background-image:url(images/topper.png);
	background-repeat:no-repeat;
	width: 902px;
	height: 135px;
	margin: 0 auto;
}

#logo {
	width: 260px;
	height: 90px;
	margin: 0 auto;
	float: left;
	padding-left: 20px;
}

#mininav {
	width:145px;
	height:12px;
	padding:2px;
	position: static;
	float: right;
	top:10px;
	font:bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	background-color:inherit;
	text-transform:none;
	left: 1002px;
}
/* --------------end header----------*/

/*----------BANNER--------------------*/
#banner {
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	width: 902px;
	height: 251px;
	margin: 0 auto;
}


/* --------------end banner----------*/

/*----------VIDEO and GALLERY--------------------*/
#video {
	background-image:url(images/video.png);
	background-repeat:no-repeat;
	width: 264px;
	height: 223px;
	padding: 4px 5px 4px 4px;
	margin: 0 auto;
}

#gallery {
	background-image:url(images/gallery.png);
	background-repeat:no-repeat;
	clear:both;
	width: 890px;
	height: 176px;
	padding: 0px;
	margin: 0 auto;
}
#viewmore {
	width:109px;
	height:20px;
	float:right;
}
#photos {
	width:auto;
	height:150px;
	text-align:center;
	margin: 0 auto;
	padding:8px 0 0 10px;
	clear:both;
}
/* --------------end video and gallery----------*/

/* Navigation Menu */

#menu {
	background-image:url(images/navbar.png);
	width: 902px;
	height: 52px;
	margin: 0 auto;

}

#menu ul.nav {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu ul.nav li {
	display: inline;
}

#menu ul.nav a {
	display: block;
	float: left;
	height: 32px;
	padding: 12px 30px 0 40px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#menu ul.nav a:hover {
	text-decoration: underline;
	color: #000000;
}

/* --------------end navigation menu----------*/
#google {
	height:30px;
	padding:4px 0 15px 15px;
}
#googlebottom {
	clear:both;
	height:100px;
	padding:10px;
	text-align:center;
}

/*---------------CONTENT LEFT AND RIGHT----------------*/
#contentback {
	background-image:url(images/contentback.png); background-repeat:repeat-y;

}
#maincontent {
	width: 580px;
	float:left;
	padding:0 0 0 12px;
}
#rightside {
	width:280px;
	float:right;
	padding:0 15px 0 0;
}


/*-------------------end CONTENT--------------*/

/*BANNER*/
#banner {
	background-image:url(images/banner.png);
	background-repeat:no-repeat;
	width: 902px;
	height: 251px;
	margin: 0 auto;
}


/* --------------end banner----------*/

/* Footer */

#footer {
	clear:both;
	width: 902px;
	height:34px;
	margin: 0 auto;
	padding: 0 0;
	background: url(images/footer.png) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFF;
}

#footer a {
	color: #FFF;
}
