@charset "utf-8";
/* CSS Document */
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font,  ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, ul, li{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*vertical-align: baseline;*/
}

p{margin:0px; padding:0px;}

fieldset{ border: 2px solid #cccccc;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

color: rgb(255, 255, 255);

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p{
	margin: 0px;
	padding: 0px;
}


#container
{
	margin: 0 auto;
	width: 990px;
	background:#fff;
	color:#666666;
}

#header
{
	background-image:url(../images/header-bg.jpg); background-repeat:repeat-x; height:164px;
	position:relative;
}

/*#header h1 { margin: 0; background-image:url(../images/title.gif); background-repeat:repeat-x }*/
#header h1 a{
	position:absolute;
	top:35px;
	left:17px;
	background:url(../images/title.gif) no-repeat;
	height:125px;
	width:809px;
	text-indent:-9999px;
}

#navigation
{
	float: left;
	width: 990px;
	height:20px;
	background:#333 url(../images/menu.jpg) repeat-x;
	font-family: "Copperplate Gothic Light"; 
	font-size:18px;
	text-transform: uppercase;
}

#navigation ul
{
	margin: 0px;
	padding: 0px;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 4px 35px 0px 65px;
	color:#fff;
	text-decoration: none;
	margin-left:0px;
	margin-right:0px
}

#navigation li a:hover { color:#E3D9CD; }

#home
{
	clear: left;
	padding:10px 0px 10px 0px ;
}

#contact
{
	clear: left;
	padding:5px 0px 5px 0px ;
}

#content
{
	clear: left;
	padding: 20px;
	text-align:justify;
}

#content h2
{
	color:#000;
	font-size: 160%;
	margin: 0 0 .5em;
}

#content-container
{
	width: 990px;
}


#left-side{
	float: left;
	width: 302px;
	padding: 20px 0;
	margin: 0;
	display: inline;

}

#right-side{
   float: right;
	width: 640px;
	padding: 30px 0px 20px 0px;
	margin: 0 20px 0 0;
	display: inline;
}

#photo-gallery
{
	width:990px;
	height:auto;}

#photo{
	float: left;
	width: 590px;
	padding:0;
	margin: 20px 0px 20px 20px;
	display: inline;

}

#thumb{
   float: right;
	width: 360px;
	padding:0px 0px 0px 0px;
	margin:20px 0px 0px 0px;
	display: inline;
}


 h1{ color:#C69C6A; font-size:18px;}

.home-img{margin:40px 0px 0px 60px; padding:0px;}

#footer
{
	background-image:url(../images/footer.jpg); background-repeat:repeat-x; height:55px;
	text-align: right;
	padding: 20px;
	height: 1%;
	color:#783635;
}


/* image gallery */
#image{background-color:#000000; width:549px; height:442px;}

.thumb{ border:2px inset #393939; width:63px; height:45px; background-color:#E6E6E6; font-size:9px;}

#t2{font-size:10px;}

.t{padding-left:0px;}

a.image:link,a.image:visited{ font-size:11px; text-decoration:none; color:#666666;}
a.image:hover{ font-size:11px; text-decoration:none; color:#666666;}



