body {
	background-color: #525252;
	background-image: url(../img/bg_main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:13px;
	color:#ffffff;
}


#header {
	height: 120px;
	width:800px;
}
#content {
	width:800px;
}

#header #logoarea {
	float:left;
	height: 120px;
	width: 500px;
}
#header #navarea {
	float:right;
	height: 120px;
	width: 300px;
	padding-top: 60px;
	font-size:1px;
	background-image: url(../img/bg_nav.jpg);
	background-repeat: no-repeat;
}

#header #logoarea #home-bt {
	float:left;
}
#header #logoarea #logo {
	float:right;
}


#maincontent {
	float:left;
	width:598px;
}

#left{
	float:left;
	width:278px;
}
#center{
	float:right;
	width:320px;
	height: 260px;
	background-image: url(../img/bt_content-center.jpg);
	background-repeat: no-repeat;
}
#right{
	float:right;
	width:200px;
}

#left .txt {
	margin-left: 64px;
	padding-right:10px;
}
#center .txt {
	padding-left: 20px;
	padding-right:20px;
}
#right .txt {
	padding-left: 10px;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

