div.main{
	margin: 0 auto;
	width: 960px;
	height: auto;
}

div.top{
	float: left;
	display: inline;
	height: 161px;
	width: 960px;
	margin-top: 20px;
	background-image: url('../images/design/top_bg.jpg');
	background-repeat: no-repeat;
}

div.topLogo{
	float: left;
	display: inline;
	margin-top: 45px;
	margin-left: 3px;
	height: 94px;
	width: 445px
}

div.topImage{
	float: left;
	display: inline;
	text-align: right;
	width: 511px;
	height: 149px;
	margin-top: 13px;
}

div.menu{
	float: left;
	display: inline;
	width: 960px;
	height: 32px;
	margin-top: 10px;
	background-image: url('../images/design/menu.jpg');
	background-repeat: no-repeat;
	color: #666666;
	text-transform: uppercase;
}
	div.menuText{
		float: left;
		display: inline;
		width: auto;
		height: 16px;
		margin-top: 8px;
		margin-left: 8px;
	}
	
	div.rssMenu{
		float: right;
		display: inline;
		margin-right: 8px;
		margin-top: 8px;
		text-align: right;
		height: 20px;
		padding: 0px;
		width: 200px;
		overflow: hidden;
	}

div.imageBox{
	float: left;
	display: inline;
	width: 280px;
	height: 230px;
	margin-top: 10px;
	margin-right: 3px;
	border: 3px solid #515151;
	background-color: #232323;
	background-position: center center;
	background-repeat: no-repeat;
}

	div.imageBoxText{
		float: left;
		display: inline;
		width: 260px;
		height: auto;
		padding: 10px;
		color: #c5c5c5;
	}

div.galleryLink{
	float: left;
	display: inline;
	width: 89px;
	margin-top: 10px;
	height: 237px;
}

div.indexNews{
	float: left;
	display: inline;
	width: 960px;
	height: auto;
	margin-top: 20px;
}

div.indexNewsHeadline{
	float: left;
	display: inline;
	width: 944px;
	height: 17px;
	padding: 8px;
}

	div.indexNewsHeadlineDate{
		float: left;
		display: inline;
		width: 150px;
		height: 17px;
	}
	
	div.indexNewsHeadlineText{
		float: left;
		display: inline;
		width: 500px;
		height: 17px;
	}
	
	div.indexNewsHeadlineMore{
		float: right;
		display: inline;
		text-align: right;
		width: 200px;
		height: 17px;
	}
	
	
div.contentContainer{
	float: left;
	display: inline;
	width: 960px;
	height: auto;
	margin-top: 20px;
}	

div.contentTop{
	float: left;
	display: inline;
	width: 960px;
	height: 7px;
	background-image: url('../images/design/content_top.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

div.contentBottom{
	float: left;
	display: inline;
	width: 960px;
	height: 7px;
	background-image: url('../images/design/content_bottom.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}

div.contentContent{
	float: left;
	display: inline;
	width: 960px;
	height: auto;
	color: black;
	background-image: url('../images/design/content_content.jpg');
	background-repeat: repeat-y;
}
	
	div.contentText{
		float: left;
		display: inline;
		width: 450px;
		height: auto;
		margin-left: 30px;
	}
	
	div.contentImages{
		float: left;
		display: inline;
		width: 250px;
		height: auto;
		margin-left: 160px;
	}
	
	
div.fotter{
	float: left;
	display: inline;
	width: 940px;
	height: 30px;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid gray;
	color: gray;
	font-size: 10px;
}

div.galleryContainer{
	float: left;
	display: inline;
	width: 140px;
	height: 164px;
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: left;
}

div.galleryCat{
	float: left;
	display: inline;
	width: 140px;
	background-position: center center;
	height: 140px;
	border: 2px solid gray;
}	

h2{
	text-transform: uppercase;
}

a{
	color: #7b7b7b;
	text-decoration: none;
}

a.indexNews{
	text-decoration: none;
	color: white;
}

a:hover{
	color: #c6811e;
}
