html, body
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
	height: 100%;
	
	background-color: #e8e7dc;
	
	font-family: Arial;
}

*
{
	outline: 0;
}

#container
{
	width: 1024px;
	
	margin: auto;
	
	position: relative;
	
	background-color: #c6c59c;
}

#header
{
	width: 1024px;
	height: 153px;
	
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	
	position: relative;
}

#topButtons
{
	width: 1024px;
	height: 27px;
	
	position: relative;
	
	z-index: 1;
}

#topLeftButton
{
	display: block;
	
	position: absolute;
	top: 0;
	left: 0;
	
	width: 513px;
	height: 27px;
	
	background-image: url('images/LeftBtn.png');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#topLeftButton:hover
{
	background-image: url('images/LeftBtnHover.png');
}

#topRightButton
{
	display: block;
	
	position: absolute;
	top: 0;
	right: 0;
	
	width: 513px;
	height: 27px;
	
	background-image: url('images/RightBtn.png');
	background-repeat: no-repeat;
	
	z-index: 1;
}

#topRightButton:hover
{
	background-image: url('images/RightBtnHover.png');
}

#SubContainer
{
	width: 100%;

	border: none;
}

#menu
{
	width: 160px;
	
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.clear
{
	clear: both;
}

.menuBtn
{
	display: block;
	
	width: 160px;
	height: 52px;
	
	margin-bottom: 3px;
	
	text-align: center;
	vertical-align: middle;
	
	color: #fcf20a;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	
	line-height: 52px;
	
	text-decoration: none;
	
	background-image: url('images/Btn.png');
	background-repeat: repeat-x;
}

.menuBtn:hover, .active
{
	background-image: url('images/BtnHover.png');
}

#contentTD
{
	padding-top: 0;
}

#content
{
	/*background-color: #b8b79c;*/
	padding-left: 5px;
	padding-top: 40px;
}

#picsTD
{
	width: 173px;
	
	padding-right: 25px;
}

#pic1
{
	display: block;
	
	width: 185px;
	height: 205px;
	
	background-image: url('images/Pic1.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#pic1:hover
{
	background-image: url('images/Pic1Hover.jpg');
}

#pic2
{
	display: block;
	
	width: 185px;
	height: 205px;
	
	background-image: url('images/Pic2.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#pic2:hover
{
	background-image: url('images/Pic2Hover.jpg');
}

#pic3
{
	display: block;
	
	width: 185px;
	height: 205px;
	
	background-image: url('images/Pic3.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#pic3:hover
{
	background-image: url('images/Pic3Hover.jpg');
}

.arial
{
	font-family: Arial;
}

.bigBlue
{
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	
	text-align: center;
	
	color: #2520bf;
	
	margin-top: 0;
	margin-bottom: 10px;
}

.underline
{
	text-decoration: underline;
}

.bigRed
{
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 30px;
	
	text-align: right;
	
	color: #fb1706;
	
	padding-right: 20px;
	
	margin: 0 0 0 0;
}

#bus
{
	
	text-align: center;
	position: relative;
}

#bus2
{
	position: absolute;
	
	left: 210px;
	top: 485px;
	
	z-index: 99;
}

#footer
{
	text-align: center;
	
	font-size: 12px;

	background-color: #b8b79c;
}

#footer a, #footer a:hover, #footer a:active, #footer a:visited
{
	color: #000000;
}

#zvezda
{
	position: absolute;
	
	width: 224px;
	height: 120px;
	
	top: 50px;
	right: -10px;
	
	display: block;
	
	z-index: 99;
	
	background-position: center;
	background-repeat: no-repeat;
}

.z1
{
	background-image: url('images/star.gif');
}

.z2, #zvezda:hover
{
	background-image: url('images/starBlink.gif');
}

.partners
{	
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	
	border: none;
	
	margin-bottom: 5px;
	color: #e67817;
}

.fancyboxT
{
	color: #000000;
	display: inline-block;
	
	width: 130px;
	
	font-size: 12px;
	text-align: center;
}

#fancybox-title
{
	font-weight: bold;
	font-size: 14px !important;
}

.fancybox
{
	text-decoration: none;
	
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.fancybox img
{
	border: none;
}
