html{color:#fff;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}h1{font-size:138.5%;line-height:110%;}h2{font-size:123.1%;}h3{font-size:108%;}h2,h3{margin:1em 0.2em;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}.clr{clear:both;}object{outline:0;}.nobr{white-space:nowrap;}

html {
        height: 100%;
}
body {
        font-family: Arial, Helvetica, sans-serif;
}
#wrap {
        width: 800px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        background: #000;
        color: #fff6dd;
}

a {
        color: #ffe88b;
        text-decoration: none;
}
        a:hover {
                color: #ffe88b;
                text-decoration: underline;
        }

h1 {
	font-size: 150%;
	margin: 0 0 0.5em;
}

#logo {
	width: 660px;
	height: 277px;
	margin-left: 70px;
	text-align: center;
}

#content {
	padding: 10px 80px;
	min-height: 200px;

	color: #
}

.menu {
	margin: 0 auto;
	width: 620px;
	padding: 0 0 0 40px;
	height: 35px;
	background: url(../images/menu.png) 0 0 no-repeat;
	font-size: 15px;
}
	.menu li {
		list-style: none;
		float: left;
		height: 35px;
		position: relative;
	}
	.menu a {
		display: block;
		-float: left;
		height: 35px;
		line-height: 35px;
		padding: 0 10px;
		text-decoration: none;
		color: #ffe88b;
	}
	.menu li.active a {
		background: #3d1212;
	}
	.menu a:hover {
		background: #321111;
		text-decoration: none;
	}



.footer {
        padding: 103px 70px 0;
        margin: 0 auto;
        background: url(../images/footer.jpg) 0 0 no-repeat;
        height: 93px;
        color: #505050;

}
				.footer .tel {
					font-size: 24px;
					color: #383838;
					line-height: 24px;
					padding-top: 10px;
					margin-bottom: 0;
					padding-bottom: 14px;
					padding-left: 25px;
				}
				.footer .tel strong {
					font-weight: normal;
					color: #666;
				}
        .footer .copy {
                float: left;
                padding-left: 20px;
        }
        .footer .bws {
                float: right;
                 padding-right: 20px;
        }











table {
        border-collapse: collapse;
        border-spacing: 0;
}
td {
        padding: 0;
}

        #content table {
                margin: 0 0 1em;
        }
        #content table td {
                padding: 2px 5px;
                font-size: 78.58%;

                line-height: 120%;
        }
                #content table td.pad {
                        padding-left: 20px;
                }
        #content table tr.header td {
                font-weight: bold;
                vertical-align: top;
        }


#content a img {
  border: 2px solid #ffe88b;
}
  #content a:hover img {
    border-color: #ffe88b;
  }

img.left {
  float: left;
  display: block;
  margin: 0.2em 10px 3px 0;
}

img.right {
  float: right;
  display: block;
  margin: 0.2em 0 10px 3px;
}


img.icon {
  border: none !important;
  vertical-align: middle;
  margin-right: 1em;
}

.pagenumbers {
	margin-bottom: 1em;
	text-align: center;
}
.thumbs {
        margin: 0 0 0 50px;
        zoom: 1;
}
.thumbs li {
        list-style: none;
        float: left;
        padding-right: 10px;
        padding-bottom: 10px;
}
.thumbs li img {
	display: block;
}