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

* {
	margin:0;
	padding:0;
}

body {
	background:#292929 url(../images/bg-main.jpg) repeat-x 0 top;
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:11px;
	color:#4d4d4d;
}
.a:link {
	font-family:Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#989898;
	text-decoration:none;
}
img {
	border:none;
}

.clr {
	clear:both;
}

#container {
	width:781px;
	margin:auto;
}

#header {
	height:231px;
	background:#ccc;
}

#header h1 {
	float:left;
	
}

#topNav {
	background:url(../images/bg-topNav.jpg) no-repeat;
	width:184px;
	height:231px;
	float:left;
	list-style:none;
}

#topNav a {
	display:block;
	height:35px;
	line-height:35px;
	padding-left:45px;
	text-decoration:none;
	color:#afafaf;
}

#topNav a:hover {
	color:#d7d7d7;
	background:url(../images/topNav-bgHover.png) no-repeat;
	_background:none;
}

#gallery {
	float:left;
	width:334px;
	height:231px;
	overflow:hidden;
}

#content {
	background:url(../images/bg-content.gif) repeat-y;
	width:781px;
}

#leftCol {
	width:298px;
	float:left;
}

#leftCol .address {
	background:url(../images/bg-address.jpg) no-repeat;
	width:298px;
	height:109px;
	color:#989898;
	text-align:center;
	font-size:12px;
}

#leftCol .address p {
	padding:12px 50px 0 0;
	line-height:1.4em;
}

#leftCol .img-ad {
	margin:20px 0 20px 25px;
	width:200px;
	height:150px;
	overflow:hidden;
}

#rightCol {
	float:left;
	width:463px;
	padding:10px;
	line-height:1.4em;
}

#rightCol h1 {
	font-size:12px;
	margin-bottom:10px;
	text-transform:uppercase;
}

#rightCol p {
	margin-bottom:10px;
}

#footer {
	background:#666;
	padding:10px;
	color:#ccc;
	text-align:center;
	font-size:11px;
	line-height:16px;
}

#footer a {
	color:#ccc;
	margin:0 3px;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;

}


