body {
	background: url(mainbg.gif) 0 0 repeat-x #fff;
	padding: 0px;
	margin: 0px;
	font-size:13px; 
	color:#666;
	font-family: "Lucida Grande","Verdana","Arial","Helvetica",sans-serif;
}
#container {
	width: 708px;
	margin-left: auto;
	margin-right: auto;
}

#spacer {
	margin-top: 20px;
	height: 28px;
	margin-bottom: 19px;
}

#logo {
	float:left;
}

#topNavigation {
	position: relative;
	/*background-color: #FBA01B;*/
	background-color: #5681B6;
	color: #fff;
	#font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	float:right;
}

#topNavigation ul {
	list-style: none;
	margin: 3px;
	height: 20px;
	padding: 0px;
}

#topNavigation ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

#topNavigation a {
	text-decoration: none;
	color: #fff;
}

#topNavigation a:hover {
	color: #000;
}

#topNavigation #active a {
	/*background-color: #FFC750;*/
	/*background-color: #e0e0e0;*/
	color: #000;
}

#header {
	clear: both;
	height: 230px;
	background: url(../images/header.jpg) 0 0 #aaa;
	position: relative;
}

#header h1 {
	position: absolute;
	right: 25px;
	top: 140px;
	color: #fff;
	font: 24px/18px "Trebuchet MS",Arial, Helvetica, sans-serif;
}
#header h1 span {
	font-size: 14px;
}

#subNavigation {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #FBA01B;
	height: 48px;
}

#subNavigation ul {
	list-style: none;
	margin: 3px;
	height: 48px;
	padding: 0px;
}

#subNavigation ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
}

#subNavigation a {
	text-decoration: none;
	color: #fff;
}

#subNavigation a:hover {
	color: #000;
}

#subNavigation #active a {
	/*background-color: #FFC750;*/
	/*background-color: #e0e0e0;*/
	color: #000;
}

#content {
	height:400px;
	margin-bottom: 10px;
}

#content_home {
	background: url(../images/content.gif) 0 0 repeat-y #F0F0F0;
	height:400px;
	margin-bottom: 10px;
}

#content_home #left {
	float: left;
	width: 349px;
	padding-right: 5px;
}

#left h1{color:#FBA01B;}
#left h3{width:192px; height:74px; display:block; background:url(../images/markise.jpg) 0 0 no-repeat #FEFEFE; color:#000; font:18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; margin:25px 0 0 0px; font-weight:bold; text-transform:uppercase; padding:30px 126px 0 14px;}
#left h3 span{ font-size:14px; text-transform:none;}
#content p.more a{width:130px; height:24px; display:block; background:url(../images/mehr.jpg) 0 0 no-repeat #fff; color:#966202; font:16px/24px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 0 0 30px; text-decoration:none;}

#content_home #right {
	float: left;
	width: 349px;
	padding-left: 5px;
}

#right h1{color:#5681B6;}
#right h3{width:192px; height:74px; display:block; background:url(../images/racket.jpg) 0 0 no-repeat #FEFEFE; color:#000; font:18px/20px "Trebuchet MS", Arial, Helvetica, sans-serif; margin:25px 0 0 0px; font-weight:bold; text-transform:uppercase; padding:30px 126px 0 14px;}
#right h3 span{ font-size:14px; text-transform:none;}


#footer {
	
	background-color: #444;
	background: url(../images/footerbg.gif) 0 0 repeat-x #777; color:#fff;
	padding: 10px;
}