body
{
    background: #000000 url(../layout/body.png) repeat-x 0px 0px;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    font-family: arial, tahoma, verdana, helvetica;
    font-size: 12px;
    line-height: 150%;
    color: #A4AAB4;
}

h1
{
	margin: 0px;
	padding: 12px 0px 20px 0px;
	font-size: 23px;
	font-weight: normal;
	color: #F4E00D;
	clear: both
}

h2
{
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-size: 17px;
	font-weight: normal
}
h3
{
	margin: 0px;
	padding: 3px 0px 10px 0px;
	font-size: 20px;
	font-weight: normal
}

	h3 a
	{
		font-size: 20px;
		color: #D7D9DF;
		font-weight: normal
	}

.text ul
{
	padding: 3px 30px 15px 30px;
	list-style: disc url(../layout/pointer.png) outside
}
	
img
{
    border: 0px
}

a
{
    text-decoration: none;
    font-weight: lighter;
    color: #FAE67A
}

a:hover
{
    color: #F8A800
}

ul
{
	list-style: disc outside;
	padding: 3px 5px 3px 15px;
	margin: 0px
}


.toolbar
{
	width: 960px;
	height: 19px;
	padding: 3px 0px 0px 0px;
    overflow: hidden;
    position: relative;	
    text-align: center;
    margin: 0px auto;
    font-size: 11px;
    color: #999999
}

	.toolbar a
	{
		font-weight: bold;
	    font-size: 11px;
	    color: #999999
	}
	.toolbar a:hover
	{
	    color: #BBBBBB
	}	
	
#container
{
    width: 960px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    padding: 0px 0px 0px 0px
}

#header
{
    width: 960px;
    height: 258px;
    overflow: hidden;
    position: relative
}

.footerBody
{
	background: url(../layout/footer.png) repeat-x 0px 0px;
    height: 62px;
    width: 100%;
    margin: 0px auto 10px auto;
    padding: 10px 0px;
    overflow: hidden;
    position: relative
}

	.footer
	{
	    width: 860px;
	    margin: 0px auto 0px auto;
	    padding: 10px 0px 10px 0px;
	    overflow: hidden;
	    position: relative
	}
	
	.footer img
	{
	    float: left
	}
	
	.footerContent
	{  
		width: 695px;
		height: 19px;
		padding: 3px 0px 0px 0px;
		margin: 0px 20px;
	    overflow: hidden;
	    position: relative;	
	    text-align: left;
	    float: left;
	    display: inline;
	    font-size: 11px;
	    color: #999999
	}
	
		.footerContent a
		{
			font-weight: bold;
		    font-size: 11px;
		    color: #999999
		}
		.footerContent a:hover
		{
		    color: #BBBBBB
		}	

#content
{
    float: left;
    width: 928px;
    position: relative;
    margin: 0px 0px;
    padding: 24px 16px 20px 16px
}

.text
{
	width: 468px;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	padding: 0px 19px 10px 19px;
	float: left;
	position: relative;
	overflow: hidden
}
	
.sidecolumn
{ 
    width: 174px;
    float: left;
    display: inline;
    margin: 0px 0px;
    padding: 0px 18px;
    position: relative;
    overflow: hidden
}

.emptyBlock
{
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: center
}

	.emptyBlock img
	{
	    margin: 0px auto
	}

.block
{
    width: 100%;
    float: left;
    margin-bottom: 5px
}

	.blockHead
	{
		background: url(../layout/bhead.png) no-repeat bottom left;
	    height: 26px;
	    width: 116px;
	    padding: 10px 20px 0px 38px;
	    margin: 0px;
	    text-align: left;
	    position: relative;
	}
	
	
		.blockHead h2 
		{
			font-size: 13px;
			font-weight: bold;
			color: #000000;
			padding: 0px;
			margin: 0px;
		}
	
	
	.blockBody
	{
	    float: left;
	    width: 158px;
	    padding: 15px 8px;
	}
		
	.blockFoot
	{
		background: url(../layout/boxfoot.png) no-repeat bottom left;
		width: 156px;
		height: 5px;
	    float: left;
	}	



.logoright
{
	float: right;	
}

.logoleft
{
	float: left;
}


input.inputText
{
	background: url(../layout/inputtext.png) repeat-x bottom left;
	border: 1px solid #656565;
	padding: 3px 5px;
	margin: 5px auto;
	width: 94px;
	display: block;
	font-size: 11px;
	color: #FFFFFF
}
input.inputText:hover
{
	background: url(../layout/inputtext2.png) repeat-x top left
}

a.defButton
{
	background: url(../layout/defbutton.png) no-repeat top center;
	border: 0px;
	width: 106px;
	height: 19px;
	padding: 1px 0px 0px 0px;
	margin: 10px auto;
	text-align: center;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold
}

	.text a.defButton
	{
		margin: 2px auto;
	}
	
input.defButton
{
	background: url(../layout/defbutton.png) no-repeat top center;
	border: 0px;
	width: 106px;
	height: 19px;
	margin: 10px auto;
	padding-top: 2px;
	text-align: center;
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold
}

a.defButton:hover, input.defButton:hover
{
	background: url(../layout/defbutton2.png) no-repeat top center;
	color: #000000;
}

.subMenu
{
	float: left;
	width: 468px;
	height: 37px;
	overflow: hidden
	
}
a.goldButton
{
	background: url(../layout/goldbutton.png) no-repeat top center;
	border: 0px;
	width: 108px;
	height: 20px;
	padding: 2px 0px 0px 0px;
	margin: 0px 12px 15px 0px;
	text-align: center;
	float: left;
	display: inline;
	color: #000000;
	font-size: 11px;
	font-weight: bold;

}

a.goldButton:hover
{
	background: url(../layout/goldbutton2.png) no-repeat top center;
	color: #000000;
}

a.lastButton
{
	margin-right: 0px
}
	

.defTable
{
	width: 100%;
	position: relative;
	margin: 0px 0px;
	text-align: justify
}

	table.defTable td
	{
		vertical-align: top
	}
	table.defTable h2
	{
		font-size: 18px
	}	
	table.defTable .goldButton
	{
		float: right;
		margin: 5px 0px
	}	
	
	table.defTable .newsPhoto
	{
		width: 154px;
		padding-left: 20px;		
	}

	.newsMainPhoto
	{
		float: right;
		padding: 0px 0px 5px 20px;		
	}	
	
table.galleryPhoto
{
	width: 100%;	
	float: left;
	overflow: hidden;
	margin-bottom: 20px
}

	td.galleryPhoto
	{
		padding-bottom: 10px;
		margin-bottom: 0px;
		text-align: center;
		vertical-align: middle
	}
a.arrowBigLeft
{
	background: url(../layout/leftarrow.jpg) no-repeat top left;
	width: 26px;
	height: 30px;
	float: right	
}

	
a.arrowBigRight
{
	background: url(../layout/rightarrow.jpg) no-repeat top left;
	width: 26px;
	height: 30px;
	float: left	
}


td.galleryArrow
{
	width: 30%;	
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle
}

td.galleryPages
{	
	width: 40%;
	padding: 5px 0px;
	text-align: center;
	vertical-align: middle
}	

td.galleryPhotoThmb
{ 
	background: #434343;
	width: 115px;

	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}


td.galleryPhotoThmb img
{
	padding: 0px;
	margin: 3px 3px 3px 3px
}

	.infoBox
	{
		background: url(../layout/infoboxmid.png) repeat-y 0px 0px;
		width: 468px;
		font-size: 11px;
		float: left;
		margin-top: 17px
	}	
	
	.infoBoxHead
	{
		background: url(../layout/infoboxtop.png) no-repeat top left;
		width: 100%;
		float: left;
	}	
	.infoBoxFoot
	{
		background: url(../layout/infoboxbottom.png) no-repeat bottom left;
		width: 438px;
		padding: 14px 15px 8px 15px;
		float: left;
	}	

		.infoBox div.topic
		{
			width: 438px;
			float: left;
			margin-bottom: 5px;
			font-size: 14px
		}
		
		.infoBox .options
		{
			float: right
		}
		
		.infoBox .options img
		{
			float: left
		}	
			.infoBox .options img.wwwIcon
			{
				margin: 5px 10px 0px 0px
			}	
			
		.infoBox span
		{
			float: right;
			width: 100%;
			font-size: 10px;
			text-align: right;
			color: #AAAAAA
		}	

.miniForm
{
	width: 468px
}
		
td.formLeft
{
	width: 223px;
	padding-right: 10px;
	text-align: right;
	border-right: 1px solid #444444
}	

td.formRight
{
	width: 225px;
	padding-left: 10px;
	text-align: left
}

	td.formRight input
	{
		width: 140px;
		margin: 2px 0px;
	}
		
	td.formRight textarea
	{
		background: url(../layout/inputtext.png) repeat-x bottom left;
		border: 1px solid #656565;
		padding: 3px 5px;
		width: 140px;
		margin: 2px 0px;
		display: block;
		font-size: 11px;
		color: #FFFFFF
	}
	td.formRight textarea:hover
	{
		background: none
	}
	
.miniSideForm
{
	width: 100%;
	margin: 10px 0px;
	
}
		
	.miniSideForm td.formLeft
	{
		width: 35%;
		height: 20px;
		padding: 0px 10px 0px 0px;
		text-align: right;
		border-right: 1px solid #444444
	}	
	
	.miniSideForm td.formRight
	{
		width: 65%;
		height: 20px;
		padding: 0px 0px 0px 10px;
		text-align: left
	}
	
		.miniSideForm td.formRight input
		{
			width: 80%;
			margin: 2px 0px;
		}	
