body {
	background-color: #020A32;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #FFF;
	text-decoration: underline;
}
a:link,a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover,a:active{
	color: #F60;
	text-decoration: underline;
}

#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	height: 199px;
	width: 920px;
}
#content {
	height: 344px;
	width: 920px;
}
#content #left {
	height: 344px;
	width: 296px;
	float: left;
}
#content #right  {
	height: 344px;
	width: 624px;
	float: right;
	background-image: url(../img-index/bg-gallery.jpg);
	background-repeat: no-repeat;
}
#content #right #gallery {
	width: 590px;
	margin-right: 34px;
	margin-left: 0px;
	height: 300px;
	margin-top: 22px;
	margin-bottom: 22px;
}
#footer {
	width: 920px;
	background-image: url(../img-index/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 105px;
}
#footer #flashPlayer {
	height: 65px;
	width: 75px;
	padding-left: 10px;
	float: left;
	padding-bottom: 20px;
	text-align: left;
	padding-top: 25px;
}
#footer #address {
	height: 60px;
	width: 825px;
	float: right;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
}

