@charset "utf-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 11px;
	background-image: url(../images/bg-body.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	background-color: #000000;
	line-height: 15px;
	color: #666666;
}
.oneColFixCtrHdr #container {
	text-align: center;
	height: auto;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/bg-container.gif);
}
.oneColFixCtrHdr #header {
	height: 337px;
	background-image:url(../images/bg-body.gif);
	background-position:center top;
	background-repeat:repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.oneColFixCtrHdr #menu-wrapper {
	background-repeat: repeat-x;
	background-position: center center;
	background-image: url(../images/bg-menu-wrapper.gif);
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}	
.oneColFixCtrHdr #menu{
	margin:0px auto;
	width: 800px;
}
.oneColFixCtrHdr #mainContent {
	width: 740px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	background-image: url(../images/bg-gallery.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 16px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 13px;
}
.oneColFixCtrHdr #mainContent h3 {
	font-size:	11px;
}
.oneColFixCtrHdr #mainContent a:link {
	color: #666666;
}
.oneColFixCtrHdr #mainContent a:visited {
	color: #666666;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #00CC00;
}
.oneColFixCtrHdr #footer-wrapper {
	height: 175px;
	clear:both;
	background-image:url(../images/bg-footer-wrapper.gif);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.oneColFixCtrHdr #footer {
	width: 800px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-image:url(../images/themika-logo.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:70px;
	font-size: 10px;
	color: #000000;
}
.oneColFixCtrHdr #footer a:link {
	text-decoration: none;
	color: #000000;
}
.oneColFixCtrHdr #footer a:visited {
	color: #000000;
	text-decoration:none;
}
.oneColFixCtrHdr #footer a:hover {
	color: #000000;
	text-decoration:underline;
}
.oneColFixCtrHdr #footer a:active {
	color: #000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
	height: 138px;
}
.oneColFixCtrHdr #footer h6 {
	font-size: 10px;
	color: #000000;
	font-style: normal;
}

