/* faux 3 column fixed width layout */

/* Zero down margins and padding on all elements */

* {
	margin: 0;
	padding: 0;
}

/* The Core Technique
================================= */

body {
	background: #ffffff;
	text-align: center;
	margin: 0;
	color: #878787;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	text-align: left;
/*	background: #fff url(img/img_column_bg.gif) repeat-y left top;*/
}

#top {
	background:url(img/img_pix_top.jpg) repeat-y;
	height: 13px;

}
#toplogo {
	width: 860px;
	height: 70px;

}

#navtop{
	height: 20px;
	padding:0 7px 0 10px;
	}
#nav 
{
	list-style: none;
	margin: 0 0 0 0;
}

#nav li
{
	float: left;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 13px 0 13px;
	background: transparent url(img/img_nav_sep2.gif) no-repeat right top;
}

#nav li.last
{
	background: transparent none;
}
#home-content {
	border:#f7ccc1 solid 1px;
	width:858px;
	height: 340px;
	background:url(img/img_pix_mid.jpg) repeat-y;
	margin-bottom:68px;

}
#home-content-pic {
float:left;
width: 530px;
}
#home-content-logo {
float:left;
width: 325px;
padding: 42px 0 0 0;

}
#inner-content {
	border:#f7ccc1 solid 1px;
	width:858px;
	background:url(img/img_pix_mid.jpg) repeat-y;
	height:400px;
	margin-bottom:68px;

}
#inner-content-about {
	border:#f7ccc1 solid 1px;
	width:858px;
	background:url(img/img_pix_mid.jpg) repeat-y;
	height:579px;
	margin-bottom:68px;

}
#inner-content-gallery {
	border:#f7ccc1 solid 1px;
	width:858px;
	background:url(img/img_pix_mid.jpg) repeat-y;
	height:1185x;
	margin-bottom:68px;

}
.inner-content-left {
	width:153px;
	background:#fce8e3;
	padding: 40px 0 0 17px;
	vertical-align:top;

}
.inner-content-mid {
	width: 641px;
	background:#fefbfa;
	padding: 40px 0 0 17px;
	vertical-align:top;
}

.inner-content-right {
	width: 30px;
	background:#FEF4F1;
}
.innertable{
	height:400px
	}

#footer-col {
	background:url(img/img_pix_bot.jpg) repeat-y;
	height: 36px;
	margin-bottom:10px;
}

#footer
	{
	padding: 8px 0 10px 0;
	color: #EE947E;
	text-align: center;
	font-size: 92%;
}

#footer a:visited, #footer a:link
{
	color: #EE947E;
}


/* Pretty Stuff
================================== */


p {
	margin:0 0 15px 0;
}

h1 {
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-weight: bold;
	color:#ED8E77;
	font-size: 11px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color:#01325d;
}

a, a:link, a:active, a:visited {
	color:#ED8E77;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#branding {
	height: 89px;
	padding:5px;
	background-color:#FFFFFF;
}

#logo{
	width:195px;
	float:left;
}



	/* CLEAR   */
div.brclear{
	clear:both;
	line-height:0px;
	height:0px;
	border:0;
	margin:0;
}
.clearit:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearit { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearit {height: 1%;}
.clearit {display: block;}
