body, html {
	font-family: tahoma, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;	
	background-color: #ffdda9;
}
#header
{
	width: 100%;
	height: 213px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	background-position: left 41px;
}
#header #header-spacer
{
	height: 12px;
}
#header #header-top
{	
	width: 780px;
	height: 29px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header-top.gif);
}
#header #header-top a.language
{
	width: 23px;
	height: 18px;
	background-color: #ff0000;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 22px;
	padding-top: 5px;
	text-align: center;
}
#header #header-top #menu
{
	float: right;
	margin-right: 15px;
	height: 20px;
}
#header #header-top #menu a
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;	
	display: block;
	height: 20px;
	padding-top: 5px;
	float:left;
	
}
#header #header-top #menu a:hover
{
	color: #FF9900;
}
#header #header-top #menu a.active
{
	color: #FF0000;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF0000;
	padding-top: 3px;
}
#header #header-top #menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#header #header-top #menu ul li 
{
	position: relative;
}
#header #header-top #menu ul a
{
	float:none;
}
#header #header-top #menu ul ul {
	position: absolute;
	z-index: 500;
	display: none;
	margin-left: 15px;
	left: 0px;
	top: 22px;
}

#header #header-top #menu ul li:hover ul
{
	display: block;
}
#header #header-top #menu ul ul a
{
	height: 16px;
	padding-left: 5px;
	padding-top: 2px;
	background-color: #ffdda9;
	border: 1px solid #ff9900;
	width: 200px;
}

#header #header-top #menu img
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;	
}
#header #banner
{
	width: 780px;
	height: 170px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/header-middle.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#header #banner #banner-inner
{
	margin-left: 3px;
}
#header #banner img
{
	border: 0px;	
}
#middle
{
	width: 100%;	
	background-color: #ff9900;
}
#middle #content
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/middle.gif);
	background-repeat: repeat-y;
	min-height: 290px;
}
#middle #content #adverts
{	
	margin-left: 2px;
	width: 200px;
	float: left;
	background-color: #cccccc;
	min-height: 290px;
}
#middle #content #adverts img
{
	margin-top: 1px;
	width: 199px;
	height: 65px;
	border: 0px;
}
#middle #content #main
{
	float: left;
	padding: 6px;
	text-align: left;
	font-size: 11px;
	color: #333333;
	width: 550px;
}
#footer
{
	width: 100%;
	height: 108px;
	background-color: #ffdda9; 
	clear: both;
}
#footer #footer-content
{
	width: 780px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-align: left;
}
#footer #footer-content #footer-top
{
	margin-left: 2px;
	width: 200px;
	background-color: #cccccc;
	height: 20px;
}
#footer #footer-content #footer-bottom
{
	height: 20px;
	width: 767px;
	background-color:#ff9900;
	margin-left: 2px;
	border: solid 1px #ff9900;	
}
#footer #footer-content #footer-menu
{
	background-color: #fff;
	padding-top: 3px;
	width: 500px;
	height: 17px;	
	font-size: 11px;
	color: #333333;
}
#footer #footer-content #footer-menu a
{
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
}
#footer #footer-content #footer-menu a:hover
{
	color: #000000;
}
#footer #copyright
{
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color: #333333;
	text-align:center;
	padding-top: 5px;
}
#footer #copyright a
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#footer #copyright #goonys {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
p, form
{
	margin: 0px;
}
#middle #content #main a
{
	font-size: 11px;
	color: #0000CC;
	text-decoration: none;
}
#middle #content #main a:hover {
	color: #FF0000;
	text-decoration: none;
}

#middle #content #main h1
{
	margin: 5px 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-transform: uppercase;
	
}
#middle #content #main .line
{
	border-bottom: 1px solid #000;
	line-height: 1px;
	font-size: 1px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 555px;
	clear: both;
}
#middle #content #main .paging
{
	text-align: right;
}
#middle #content #main .gray
{
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#middle #content #main .red
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
#middle #content #main .orange
{
	font-size: 12px;
	color: #FF9900;
	font-weight: bold;
}
#middle #content #main .blue
{
	font-size: 11px;
	color: #000099;
}
#middle #content #main .title {
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/title-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 13px;
	padding: 3px 0px 0px 20px;
	border-bottom: 1px solid #FF9900;
	font-weight: bold;
	text-transform: uppercase;
}
#middle #content #main .box {
	float: left;
	padding-bottom: 5px;
	width: 176px;
	margin-left: 3px;	
	margin-right: 2px;
}

#middle #content #main .box-content {

	padding-bottom: 5px;	
	margin-right: 5px;
}

#middle #content #main .box-content .more
{
	margin-left: 10px;
	clear: both;
}
#middle #content #main .box-content img.main-image
{
	float: left;
	margin: 3px;
}
#middle #content #main .box-content #gallery
{
	width: 258px;
	float: left;
}
#middle #content #main .box-content #gallery img
{
	margin: 0px 6px 5px 2px;
}
#middle  #content #main #mail 
{
	float: right;
	width: 330px;
	
}
#middle  #content #main #mail input {
	color: #333333;
	text-decoration: none;
	border: 1px solid #FF9900;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#middle #content #main #mail textarea {
	color: #333333;
	text-decoration: none;
	border: 1px solid #FF9900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
