@charset "utf-8";
/* CSS Document */

html {
	min-height: 102%; /* force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
    background: url(../images/body_bg.png) left top repeat-x;
	/*font-family: "Calibri", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;*/
	font-family: "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
         background-color: #1F201B;
}

body>#page {
	height:auto;
	min-height:100%;
}
H3 {line-height: 1.5em;color:#993300; font-style: normal;}
p{color: #fff;text-align: justify;}

#wrapper {
    width: 890px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	min-height: 780px;
}

#header {
    height: 159px;
}
#header span {float: left;}
#header H3 {line-height: 1.0em;color:#993300; font-style: normal;margin: 0 10px;}

#headeRight {
    float: right;
	height: 157px;
	font:small/19px Georgia, Times, serif, "Times New Roman";
}

#headeRight ul {
    display: block;
	padding:15px 0 0 0;
}

#headeRight ul li {
    float: left;
	list-style-type:none;
	margin:0 0 0 6px;
}

#headeRight ul li a {
    color: #2a2a2a;
	text-decoration:none;
	padding:3px 4px 0 16px;
	font-size:16px;
	text-transform:capitalize;
}

#headeRight ul li a:hover {color:#770000;background:url(../images/arrow_menu.gif) no-repeat left 7px;text-decoration: underline;}
#headeRight ul li a.current {color:#770000;background:url(../images/arrow_menu.gif) no-repeat left 7px;text-decoration: none;}

#headerLogo {
    float: left;
	width: 278px;
}

/* ------------------------------------------ end header */

#container {
    height:100%;
	overflow:hidden;
	clear:both;
}

#containeRight {
    float: right;
	width: 600px;
}

#gallery {width: 590px;margin: 5px 10px 5px 0;padding-bottom: 10px;border-bottom:1px solid #2e312a;}
#gallery img {border:3px solid #e8e0b7;}

#containerLeft {
    float:left;
	width: 278px;
}

#containerLeft .box {background: #000;border-top: 1px solid #1e201b;border-left: 1px solid #1e201b;border-right: 1px solid #1e201b;border-bottom: 3px solid #2e312a;padding: 0;}
#containerLeft .boxInner{padding: 7px 7px 10px 7px;border-bottom: 3px solid #770000;}

#containerLeft span {color:#424242;background:url(../images/arrow_menu.gif) no-repeat left 7px;padding-left:17px;}

/* ---------------------------------------- end container */

#footer {height: 110px;background:url(../images/footer_bg.png) repeat-x}

#footerInner {height:110px;margin: 0 auto; width: 890px;background: url(../images/inner.png);}