/* Reset CSS */

/*html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend, table,
    caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed,
    figure, figcaption, footer, header, hgroup,
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    }
    /* HTML5 display-role reset for older browsers */
/*    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
    body {
    line-height: 1;
    }
    ol, ul {
    list-style: none;
    }
    blockquote, q {
    quotes: none;
    }
    blockquote:before, blockquote:after,
    q:before, q:after {
    content: none;
    }
    table {
    border-collapse: collapse;
    border-spacing: 0;
    }*/

 */End of Reset CSS */

html, body{
font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
color:#6c5a41;
font-size:13px;
line-height: 18px;
padding:0em;
}

p {
    padding: 5px;
}	

h1 {
font-size: 1.5em;
font-weight: bold;
color: #800000; 
}

h2 {
font-size: 1.3em;
font-weight: bold;
color: #800000; 
}

h6 {
font-size: 1em;
font-weight: normal;
text-align: center;
color: black; 
}

div#preload {
display: none; 
}

html{
scrollbar-face-color: #5D201A;
scrollbar-arrow-color: #FFFFFF;
scrollbar-track-color: #F2E9D8;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: C1C8CD;
}


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

#wrapper {
    width: 1100px;
    margin: auto;
}

#sitewrap {
	width: 950px;
    margin: auto;
	overflow:hidden;
	min-height:800px;
	background-image: url('../img/shadow_sides.jpg');
    background-repeat: repeat-y;
}

#headerwrap {
    width: 950px;
}

#header {
    height: 170px;
    margin: auto;
}

#titlewrap {
    width: 950px;
    float: left;
    margin: 0 auto;
}

#title {
	height: 94px;
}

#titleleft{
    width: 747px;
    height: 94px;
    float:left;
    background-image: url('../img/titlebar.jpg');
}

#pagetitle{
	font-size: 32px;
    color:#e8e2d5;
    font-weight: normal;
	padding-left:300px;
	padding-top:20px;
}

#titleright{
    width: 190px;
	height: 94px;
    float: left;
}

#contentliquid {
    float: left;
    width: 940px;

}

#contentwrap {
    margin-left: 130px;
    margin-right: 215px;
    float: left;
}

#content {
	height:auto;
	width:600px;
}

#leftcolumnwrap {
    width: 135px;
    margin-left:-100%;
    float: left;
}

#leftcolumn {

}

#rightcolumnwrap {
    width: 200px;
    margin-left: -210px;
    float: left;
}

#rightcolumn {

}

#footerwrap {
    width: 950px;
    float: left;
    margin: 0 auto;
    clear: both;
}

#footer {
    height: 30px;
text-align:center;
}

#bottombanner{
	 height: 60px;
     background-image: url('../img/bottombanner.jpg');
}














#gallery-content{
position:relative;
top: 100px;
padding: 18px 0px 0px 150px;
padding-bottom:25px;
padding-right:20px;
width:770px;
line-height:16px;
text-align:left;
font-size:14px;
color:black;
background-color: olive;
}

#content img{
padding:0px;
display:inline;
background:#cccccc;
color:#303030;
background-color: cadetblue;
}

p{
color:#6c5a41;
}

p.contact{
font-size:10px;
line-height:1.2em;
padding:0;
margin:0;
}

a:link{
text-decoration:none;
color:#cd853f;
}

a:hover{
text-decoration:underline;
color:#800000;
}

a:visited{
text-decoration:none;
}

a img{
border:0;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
margin:10px 10px 5px 0;
float:left;
}

.right{
margin:10px 0 5px 10px;
float:right;
}

.textright{
text-align:right;
}

.center{
text-align:center;
}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}

label{
display: inline-block;
width: 140px;
float: left;
margin-right: 5px;
}
 
input, textarea{
width: 200px;
}
