@charset "utf-8";
/* CSS Document */

body {
	background-color:#3D6E90;
	margin:0;
	padding:0;
}
/* ---------- container -------------*/

#wrapper {
	width:743px;
	height:auto;
	background-color:#3D6E90;
	margin:0 auto;
}
#container {
 c  height:565px;
	background-color:#3D6E90;
	margin:0 auto;
}
/* ---------- header -------------*/


#header {
	height:163px;
	background-image:url(images/index_01.jpg);
	background-repeat:no-repeat;
	width: 743px;
}
/* ---------- sidebar -------------*/

#sideBar {
	height:402px;
	width:210px;
	background-color:#900;
	float:left;
}
#special {
	height:103px;
	width:210px;
	position: relative;
}
#csNav {
	height:299px;
	width:210px;
	padding:0;
	margin: 0;
	overflow: hidden;
}
/* ---------- menu -------------*/
#menu {
	height: 299px;
	margin:0;
	padding:0;
}
#menu ul {
	list-style:none;
}
#menu a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	background-image: url(Website/images/index_05.gif);
}
#menu li {
	display:inline;
	position:relative;
	margin: 0;
	padding:0;
}
#menu li a {
	display: block;
	text-indent: -9999px;
}
#menu li.home a {
	width: 91px;
	height:53px;
	left: 40px;
	top: 5px;
	background:url(images/index_05.gif);
}
#menu li.about a {
	width: 91px;
	height:55px;
	left: 40px;
	top: 70px;
	background:url(images/index_08.gif);
}
#menu li.gallery a {
	width: 90px;
	height:54px;
	left: 40px;
	top: 136px;
	background:url(images/index_11.gif);
}
#menu li.contact a {
	width: 90px;
	height:55px;
	left: 40px;
	top: 203px;
	background:url(images/index_13.gif);
}
/* ---------- main content -------------*/

#mainContent {
	width:533px;
	height:402px;
	float:left;
}
#indexImage {
	background-image:url(images/index_03.jpg);
	width:533px;
	height:321px;
	background-repeat:no-repeat;
	float:left;
}
#subContent {
	width:533px;
	float:left;
	height:81px;
}
#subBlue {
	width:533px;
	height:40px;
	float:left;
	background-color:#2E536B;
}
h1 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 8px;
	padding: 0;
	text-align:center;
}
h1 span {
	font-weight: bold;
	display:block;
	font-size:18px;
	color: #fff000;
}
#subOrange {
	width:533px;
	height:41px;
	background-color:#FFC05C;
	float: left;
}
.blackText {
	font-weight: bold;
	display:block;
	font-size:16px;
	color: #000;
	margin:10px;
	text-align:center;
}
#footer {
	width:743px;
	margin:0 auto;
	float:left;
}
#copyrights {
	width:743px;
	margin:15px 0 0 0;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	text-align:center;
}
.clear {
	clear:both;
}

/*About Page Styles*/

#aboutText p {
	font-size:13px;
	padding:10px;
	margin:0;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
	display:block;	

}

#aboutHeader {
	height:163px;
	background-image:url(images/test_01.jpg);
	background-repeat:no-repeat;
	width: 743px;
}

#aboutImage {
	background-image:url(images/test_03.jpg);
	width:533px;
	height:321px;
	background-repeat:no-repeat;
	float:left;
}

/*Gallery Page Styles*/

#galleryHeader {
	height:163px;
	background-image:url(images/test_01.jpg);
	background-repeat:no-repeat;
	width: 743px;
}


/*Contact Page Styles*/

#contactText p {
font-size:14px;
padding:5px;
margin:0;
font-family:Arial, Helvetica, sans-serif;
text-align:center;


}

#galleryImages {


margin-bottom:0px;
padding-top:18px;
height:321px;

}

