html {background:url(images/body_bckg.jpg) center repeat-y #1f0100;}
body {margin:0; font-size:15px; line-height:18px; font-family:"Comic Sans", Comic Sans MS, cursive; background:url(images/head_bckg.jpg) no repeat ; padding-top:80px;}
a {color:#775b30;}
a:hover {text-decoration:none;}

#container {width:1000px; margin:0 auto;}

#header {margin:0 20px; background:url(images/main_top.jpg) no-repeat #FFFFFF; height:80px;}
#logo {float:left; height:30px; padding:30px 0 0 20px;width:320px;}
#logo a {color:#000000; font-size:23px; text-decoration:none; text-transform:uppercase;	color:#342D7E}
#menu {float:left; height:30px; padding:50px 0 0 0; width:580px;}
#menu ul {margin:0; padding:0;}
#menu ul li {display:inline; list-style:none;}
#menu ul a {display:block; float:left; font-size:16px; text-decoration:none; padding:0 10px 2px 10px; color:#000000;}
#menu ul a:hover {background-color:#F7F2EE;}

#main {margin:0 20px; background-color:#FFFFFF; float:left;}
#text {float:right; width:550px; padding:10px 20px 0 20px;}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text ul li {padding-left:20px; background:url(images/li.gif) no-repeat; list-style:none;}
h1 {margin:20px 0 0 0; text-transform:uppercase; font-size:19px; font-weight:normal;}
h2 {margin:20px 0 0 0; font-size:18px; font-weight:normal;}
#text p {margin:10px 0;}
#sidebar {float:left; width:270px; background:url(images/sidebar_image.jpg) no-repeat 0 10px; padding:300px 50px 20px 50px; color:#4E387E; font-size:20px;}

#footer {height:149px; clear:both; background:url(images/footer_bckg.jpg) no-repeat; text-transform:uppercase; font-size:10px; color:#5c5c5c;}
#left_footer {float:left; padding:40px 0 0 50px;}
#right_footer {float:right; padding:40px 50px 0 0;}
img.floatLeft {float: left; margin: 10px; 
}

 /* ---------- gallery container ---------- */
.gallery {
position:relative;
width:520px;
height:520px;
margin:1em auto;
}

/* ---------- opacity ---------- */
.gallery a img {opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.6;}
.gallery a:visited img {opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.6;}
.gallery a:hover img {opacity:0.9; filter:alpha(opacity=90); -moz-opacity:0.90; -khtml-opacity:0.9;}

/* ---------- thumbnail images ---------- */
.thumb, .no-thumb {
float:left;
width:90px;
height:90px;
margin:2px;
}
.thumb {
border:1px solid #000;
}

}
.thumb a img {display:block;}
.thumb a span {display:none;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}

/* ---------- preview image ---------- */
.gallery a:hover span {
display:block;
position:absolute;
width:400px;
height:240px;
top:390px;
left:84px;
}

/* ---------- preview image title block ---------- */
.thumb em {
position:absolute;
width:200px;
top:250px;
left:50px;
-moz-border-radius:12px;
background:#ab5;
color:#036;
font:normal 12px/20px verdana;
text-align:center;
opacity:0.8;
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity:0.8;
}
.thumb a {
text-decoration:none;
}

/* ---------- no border on images ---------- */
a img {border:0;}

/* ---------- clear floats ---------- */
.clear {
height:0;
line-height:0px;
font-size:0;
clear:both;
}