body
{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, arial, helvetica, sans-serif;
	font-size: 90%;
  padding: 10px;
  background-color: white;
}
#container
{
	width: 840px;
	margin: 0px auto;
}

#top
{
	color: #FFFFFF;
	width: 221px;
	height: 140px;
  float:left;
}

#topright
{
	height: 140px;
	width: 510px;
  text-align:right;
  float: right;
}

.cl
{
/* clear:both;*/
}

#gallery
{
	width: 673px;
	padding-top: 5px;
}

#news
{
	width: 225px;
	margin-top: 5px;
	background-color: #778CB3;
	color: #FFFFFF;
	padding: 4px;
  float:left;
}

#menu
{
	width: 574px;
	background-color: #F7CB33;
	padding: 13px;
  margin-top: 13px;
	border-bottom: 5px solid #FFFFFF;
  float:left;
}

#menu a:link, #menu a:visited, #menu a:active
{
	padding: 13px 10px;
	background-color: #F7CB33;
	text-decoration: none;
	color: #000000;
}

#menu a:hover
{
	background-color: #F01E1E;
	text-decoration: none;
	color: #FFFFFF;
}

#content
{
	width: 600px;
	margin-top: 5px;
	background-color: #A0AFCB;
  float:right;
}

pre
{
  font-size: 13px;
}

p
{
  margin: 0 0 0 0px;
  text-align: justify;
}

#pad
{
	padding: 12px;
	color: #000000;
}

#footer
{
	background-color: #F7CB33;
	padding: 12px;
	width: auto;
	color: #000000;
	font-size: 90%;
	text-align: center;
	clear:both;
	border-top: 5px solid #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:hover, #footer a:visited
{
	color: #000000;
}

h2
{
  font-size: 200%;
  font-weight: normal;
}

form
{
  margin-left:10px;
  margin-bottom:10px;
}

