* { margin: 0px; padding: 0px; }
body {
	background-color: #4C4C4C;
}
html {
	color: #000000;
	font-family: arial, sans-serif;
	font-size: 14px;
	align: center;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
div#wrap { margin: 0 auto; width: 970px; text-align: center;}
h1#header { width: 970px; height: 156px; 
					background-image: url('images/head.gif'); text-indent:-9000px;}
div.tabwrap {
	width: 880px;
	margin: 0 auto;
}
div.tab { height: 55px; }
div.tab h2 { height: 55px; padding-left: 25px; margin-left: 10px;
				background: url('imag/arrow.gif') no-repeat center left; 
				line-height: 55px; font-size: 28px; font-weight: lighter;
				float: left;}
div.links {
	float: left;
	font-weight: bold;
	line-height: 35px;
	margin-right: 15px;
	padding-top: 0px;
	padding-right: 0px;
	width: 880px;
}
div.right {float: right;}


div.links a {
	margin-left: 5px;
	padding-left: 15px;
	font-family: "Sans MS";
	font-size: large;
}
span.enddot {background: url('imag/dot.gif') no-repeat 100% 57%; width: 7px;}
div.gallery { background: url('imag/bg_gallery.jpg'); repeat-y; width: 100%; }
div.gallery-content {padding: 0px; width: 100%;}
div.gallery-content img { border: 1px solid #000000; margin: 1px; width: 170px; height: 230px;}
.clear { clear: both; }
