* {
	padding: 0;
	margin: 0;
	border: 0;
}

p {
	padding: 5px 0;
}

ul {
	padding: 20px;
}

body {
	background:url(../img/bg.jpg) repeat-x #064d8f;
	margin: 0;
	padding: 0;
}

h2 {
	font: 24px Arial;
	padding: 15px 0;
}

h3 {
	font: 18px Arial;
	padding: 10px 0;
}

#container {
	width: 929px;
	margin: 40px auto 0 auto;
}

#content {
	width: 929px;
	background: url(../img/content_bg.jpg) repeat-x bottom white;
	border: 0px solid red;
	float:left;
	clear:both;
}
#gallery {
	width:310px;
	height:400px;
	border: 0px solid red;
	background: url(../img/wave.jpg) no-repeat;
	float: left;
}

#text_control {
	float:left;
}

#text {
	width: 400px;
	float: left;
	font: 12px Arial;
	color: #003e98;
	text-align: justify;
/*	overflow: hidden;
	height: 350px;*/
}

#nav {
	clear:both;
	width: 200px;
	padding: 10px 0 0 80px;
	display: none;
}

#footer {
	font: 9px Arial;
	color: #3485b0;
}
#foot_left {
	width: 400px;
	text-align: left;
	float: left;
}
#foot_right {
	width: 529px;
	text-align: right;
	float: left;
}
#footer a {
	text-decoration: none;
	color: #3485b0;
}
