* {
	margin: 0;
	padding: 0;
}
body {
	background: #9DB8D0 url(../images/bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	width: 780px;
	height: auto;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
#header {
	height: 226px;
	background: #FFFFFF url(../images/bg_header.jpg) no-repeat;
}
#nav {
	width: 52px;
	height: 26px;
	margin: 0 0 0 315px;
	padding-top: 50px;
}
#content {
	width: 580px;
	float: left;
	background: #FFFFFF url(../images/bg_content2.jpg) top left no-repeat;
}
#content h2 {
	color: #2F4867;
	font-size: 16px;
	margin: 5px 0 0 10px;
}
#content p {
	line-height: 18px;
	margin: 12px 8px 0 10px;
}
#news {
	width: 200px;
	height: 630px;
	float: left;
	background: url(../images/bg_news.gif) repeat-y;
}
#news img {
	margin: 0 0 10px 10px;
}
#news p {
	line-height: 18px;
	margin: 10px 8px 2px 16px;
	color: #FFFFFF;
	}
#news h2 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 0 0 16px;
}
#footer {
	width: 780px;
	height: 25px;
	background: url(../images/bg_footer.gif) no-repeat;
	clear: both;
	text-align: center;
}
#footer p {
	padding-top: 8px;
	font-size: 10px;
}
.right {
	float: right;
	margin: 5px 10px 0 0;
}
#galleryTable {
	margin-left: 0px;
}
#galleryTable td {
	padding: 5px;
	text-align: center;
}
#galleryTable td img {
	padding: 4px;
	border: 1px solid #666;
}
