* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
#container {
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #1A407F;
	background-image: url(../images/backgr.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container #gallery {
	background-color: #1A407F;
	height: 177px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#container #logo {
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	visibility: visible;
	height: 177px;
}
#container #content {
	display: block;
	width: 984px;
	overflow: auto;
	height: 620px;
}
.col-2 {
	padding: 20px;
	float: left;
	width: 440px;
	position: relative;
}

.col-3 {
	padding: 14px;
	float: left;
	width: 290px;
}
.clearboth {
	clear: both;
	float: none;
}
#container #content .col-2 form {
	margin-top: 20px;
}

#container #content  img {
	padding: 8px;
	text-align: center;
	margin: 8px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px; -webkit-border-radius: 5px;
	background-color: #FFFFFF;
}
#container #content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #003366;
	line-height: 24px;
}
#container #content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #990000;
}

#container #content h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #8D2331;
	font-weight: bold;
}
#container #content  h5 {
	font-size: 14px;
	color: #003366;
}


#container #content a {
	color: #0066CC;
	text-decoration: none;
}
#container #content a:hover {
	color: #1A407F;
	text-decoration: underline;
}
#container #content p em {
	padding-left: 5px;
	font-style: italic;
	padding-right: 5px;
}
#container #content  hr {
	color: #CCCCCC;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#container #content  td {
	padding: 3px;
	background-color: #fff;
}

.hide {
	display: none;
}
.text-600 {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#container #footer {
	clear: both;
	float: none;
	height: 26px;
}
#container #music-clip {
	height: 2px;
	width: 483px;
	overflow: hidden;
	background-color: #007EB1;
}
