@charset "UTF-8";

body {
	background-color:#355a6a;
	
	margin-top:30px;
	
	background-image:url(images/bk-gradient.png);
	background-position:top;
	background-repeat:repeat-x;
}
#gallery {
	color:#cee3eb;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:200;
}
.gallery {
	padding-right: 20px;
	color:#cee3eb;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:200;
}
.test {
	display:inline;
}
img
{  border-style: none;
}

.smallPicture {
	margin-left:20px;
	margin-bottom:20px;
	margin-right:3px;
	float:right;
}

table {
  border-collapse: collapse;
}

h2 {
	margin:0;
	padding:0;
	
	color:#cee3eb;
	
	margin-top:0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:22px;
	
	font-weight:200;
}

h3 {
	color:#cee3eb;
	
	margin-top:0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	
	font-size:22px;
	
	font-weight:200;
}

h4 {
	color:#cee3eb;
	
	font-weight:normal;
	
	font-size:small;
	
	font-family:Arial, Helvetica, sans-serif;
	
}

h5 {
	color:#cee3eb;

}

/* footer type*/
h6 {
	color:#cee3eb;
	font-size:0.75em;
	
	font-family:Arial, Helvetica, sans-serif;

}


a:link {
	color:#cee3eb;
	text-decoration: none;
	font-weight:800;
}
a:visited {
	text-decoration: none;
	color:#cee3eb;
	font-weight:800;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:800;
}
a:active {
	text-decoration: none;
}




.footer a:link {
	color:#cee3eb;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color:#cee3eb;
}
.footer a:hover {
	text-decoration: none;
	color:#cee3eb;
}
.footer a:active {
	text-decoration: none;
}


.websiteWrapper {
	
	width:800px;
	
	text-align:left;
	
	margin-left:auto;
	margin-right:auto;
}


.contentWrapper {
	
	
	width:800px;
	
	text-align:left;
	
	margin-left:auto;
	margin-right:auto;
	
	/*
	I removed this CSS as transparent PNGs are a bit temperamental in IE6, easier to go with a GIF instead.
	
	background-color:#2593c0;
	background-image:url(images/bk-content.png);
	background-position:top;
	background-repeat:repeat-x;
	*/

	background:#2593c0 url(images/bk-content.gif) repeat-x left top;

	padding-right:20px;

}
.hat {
	position: fixed;
	margin-left: 195px;
	margin-top: -53px;
}
.header {
	height:150px;
	width:800px;
	
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	
}

.navLine {
	background-color:#9ac1d2;

}


.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
		
	font-weight:900;
	
	color:#FFFFFF;
	
	width:153px;
	
	
	margin-top:0;
	
	padding-left:22px;
	padding-right:22px;
	
	
	vertical-align:top;
	
	
}

.special {
	text-align:center;
	
	margin-top:30px;

}

hr {
color: #85a7b6;
background-color: #85a7b6;
height: 1px;
border:none;

padding:0;
margin:1px;
	
}



.content {

	width:560px;
	
	padding-right:20px;
	
	vertical-align:top;
	
	border:none;
	
	margin-left:0;
	padding-left:0;
	border:none;
			
}

.themed_party {
	width:500px;
	text-align:left;
	
	margin-left:60px;
	vertical-align:top;
	
	margin-top:-50px;
	
}

.contentLine {
	width:99%;
	background-color:#72a1b5;
	
	margin-bottom:20px;
}

.footer {	
	
	margin-left:auto;
	margin-right:auto;
	
	width:800px;
	height:150px;
	
	margin-top:70px;	

}

.footerLine{

	width:800px;
	
	background-color:#cee3eb;
	
}

.footerAddress {

	width:150px;

}


.footerNav {
	width:650px;
	text-align:right;
	
	vertical-align:top;
	
}









.imgSection {
	width:280;
	height:150px;
	border:none;
	padding:0;
	margin:0;
}





.sectionsWrapper {

	width:580px;

	border:none;
	padding:0;
	margin:0;
	
	vertical-align:top;
	text-align:left;
	
	
	margin-bottom:50px;
}


.sections {
	width:280px;

	
	border:none;
	
	padding-top:0;
	padding-left:0;
	padding-right:0;
	padding-bottom:20px;
	
	margin-left:0;
	
	vertical-align:top;
	text-align:left;
}


.sectionsSpacer {
	width:20px;
	
	border:none;
	margin:0;
	padding:0;
}

.lineSection {
	width:100%;
	
	margin-bottom:5px;
	
	background-color:#9ac1d2;

}

.sectionTitle {
	padding-top:5px;
	padding-bottom:0;
	
	margin-bottom:7px;
	
	font-weight:900;
}



/* contact form styles */
.info {
 	margin:0;
	padding:0;
	
	text-align:left;
}


