body 
{
	background: #ffffff;
	border: none;
	margin:0 auto;
	width: 800px;
}

.container 
{
	width:800px;
	margin:0 auto;
}

.header 
{
	clear: left;
	height: 65px;
}

#logo 
{
	float: left;
	width: 253px;
	margin: 0;
	margin-left: 20px;
	margin-top: 22px;
	padding: 0;
}

#logo a img
{
	border: none;
}

.nav 
{
	padding-top: 43px;	
	margin-left: 270px;
}

.nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.nav ul li
{
	position: relative;
	display: inline;
	float: left;
	
}

/*Top level menu link items style*/
.nav ul li a
{
	display: block;
	padding: 2px 8px 0 5px;
	margin-right: 10px;
	margin-left: 0;
	border-left-width: 0;
	text-decoration: none;
	color: #a0a0a0;
	font: bold 8pt 'Trebuchet MS';
}

.sel
{
	padding: 2px 8px 0 5px;
	margin-right: 10px;
	margin-left: 0;
	border-left-width: 0;
	text-decoration: none;
	color: gray;
	font: bold 8pt 'Trebuchet MS';
}

.nav ul li a:hover
{
	color: Gray;
	font-weight: bolder;
}

#about 
{
	clear: left;
	border-left: solid 3px gray;	
	border-right: solid 2px gray;
	width: 798px;
	height: 450px;
	margin: 0;
	padding: 0;
}

.swfabout
{
	float: left;
	margin-left: 0;
	margin-right: 0;
	height: 450px;
}

#textabout 
{

	float: left;
	width: 441px;
	height: 450px;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
	background: white url(../img/BG.jpg) no-repeat;
	background-position: -80px 80px;
	color: #a0a0a0;
	font: bold 8pt 'Trebuchet MS';
	letter-spacing: 1px;
}

#textabout p a
{
	color: gray;
	text-decoration: none;
}

#textabout2 
{

	float: left;
	width: 421px;
	height: 450px;
	margin: 0;
	padding-right: 20px;
	padding-left: 40px;
	padding-top: 60px;
	background: white url(../img/BG.jpg) no-repeat;
	background-position: -80px 80px;
	color: #a0a0a0;
	font: bold 10pt 'Trebuchet MS';
	letter-spacing: 1px;
}
#textabout2 p
{
	width: 391px;
}

#mailto
{
	margin-left: 495px;
}

#mailto a 
{
	display: block;
	padding: 2px 8px;
	margin-right: 10px;
	color: #a0a0a0;
	font: bold 8pt 'Trebuchet MS';
	text-decoration: none;
}

#mailto a:hover
{
	color: Gray;
	font-weight: bolder;
}

.news
{
	margin: 0;
	border-left: solid 3px gray;	
	border-right: solid 2px gray;
	background: white url(../img/BG.jpg) no-repeat;
	background-position: -80px 80px;
	height: 450px;
	width: 798px;
	overflow: auto;
	padding-top: 0px;
}

.news ul
{
	margin: 0;
	padding-left: 160px;
	padding-top: 10px;
	list-style-type: none;
}

/*Top level list items*/
.news ul li
{
	padding: 0px;
	margin: 0;
	float: left;
}

.news ul li div
{
	display: block;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 5px;
	margin-top: 0;
	width: 160px;
}

.news ul li div div
{
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.news a
{
	color: #a0a0a0;
	font: bold 8pt 'Trebuchet MS';
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.news ul li a img
{
	border: solid 1px gray;
		margin: 0;
	padding: 0;
}

