@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	margin: 0px;
}
#main {
	height: 720px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#ints {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 30px;
}
#ints .info {
	float: right;
	width: 490px;
}
#ints .image {
	height: 400px;
	width: 400px;
	float: left;
}
#menu {
	height: 70px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#ints .titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: ccc600;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
}
#ints .info .text a {
	color: #FFFFFF;
	text-decoration: none;
}
#ints .info .text {
	float: left;
	width: 490px;
}
.gallery {
	margin-right: 7px;
	margin-top: 10px;
}
#ints .info .textg {
	float: left;
	width: 490px;
	background-image: url(../images/gallerybg.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 341px;
}
#ints .info .textg .backnext {
	clear: both;
	float: right;
	margin-top: 9px;
	margin-right: 6px;
}

#ints .info .textg a {
	color: #FFFFFF;
	text-decoration: none;
}

