html,body {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	height:100%;
	}
body {
	font-family: tahoma, arial, verdana;
	font-size: 12px;
	background: #fff url('media/bg.gif') repeat-y top center;
	}
.c {
	clear: both;
	}
	
img {
	border: 0;
	}

a {
	color:#309dcf;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}

.innerHolder {
	height:auto !important;
	height:100%;
	min-height:100%;
	position: relative;
	}

.holder {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 30px;
	}
	
#footer {
	height: 28px;
	background: url('media/footer_bg.gif') repeat-x top left;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	}
	
#top {
	height: 110px;
	background: url('media/top_bg.gif') repeat-x top left;
	position: relative;
	}
	
#logo {
	width: 250px;
	height: 30px;
	position: absolute;
	left: 20px;
	top: 55px;
	}
	
#leftSide {
	width: 260px;
	float:left;
	padding: 0px 10px;
	}
	
#content {
	width: 670px;
	float: right;
	color:#656B6F;
	font-size: 13px;
	padding: 0 10px 20px 0;
	margin-right: 10px;
	overflow: hidden;
	}
	
.input {
	border: 1px solid #c0c0c0;
	padding: 2px;
	font-size: 11px;
	font-family: tahoma;
	margin-bottom: 1px;
	}
	
.button {
	background: #fff;
	border: #fff;
	color:#3a6cb5;
	font-family: tahoma;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #3a6cb5;
	padding: 3px 5px;
	margin-top:2px;
	}
	
.title {
	margin: 0 0 5px 0;
	font-size: 16px;
	color:#148db7;
	font-weight: normal;
	}
	
#mainPic {
	height:187px;
	overflow:hidden;
	border-bottom:2px solid #fcba47;
	margin-bottom:20px;
	}
	
.contactBox {
	border-left: 3px solid #ffc828;
	padding: 3px 3px;
	margin-top: 20px;
	}
	
.bigTabs {
	float: left;
	width: 325px;
	height: 25px;
	background: url('media/tab_off.png') no-repeat;
	color:#7e8489;
	font-size: 16px;
	text-decoration: none;
	padding-top:4px;
	padding-left: 10px;
	}

.tabSelected {
	background: url('media/tab_on.png') no-repeat;
	color:#218de1;
	}

#contentBox {
	border: 1px solid #bcbec0;
	border-top: 0;
	padding: 15px 10px 10px 10px;
	position: relative;
	}
	
.subItemHolder {
	width: 180px;
	margin: 0 15px 20px 15px;
	float: left;
	}
	
.subItemHolder .picture {
	width: 180px;
	height: 180px;
	overflow: hidden;
	}
	
.subItemHolder .text p {
	margin: 0;
	}
.subItemHolder .text {
	background:#dbdcdd;
	padding: 5px 5px;
	font-size:11px;
	color:#000;
	height: 210px;
	overflow: hidden;
	}
	
.text a {
	display: block;
	background: url('media/dot.png') no-repeat center left;
	padding: 1px 0 2px 10px;
	}
	
.galleryHolder {
	float: left;
	width: 120px;
	height: 80px;
	margin: 0 3px 3px 0;
	overflow: hidden;
	}

.galleryTitle {
	font-size: 14px;
	margin: 0 0 5px 0;
	}
	
#topMenu {
	position: absolute;
	top: 65px;
	right: 20px;
	color:#aaa;
	}
	
#topMenu a {
	color:#000;
	font-size: 12px;
	}
