* {
	margin:0px;
	padding:0px;
}
body {
	background-color: #565656;	
}
#wrap {
	width:780px;
	margin:auto;
}
#banner {
	width:780px;
	height:314px;
	background:url(images/banner_bg.jpg) no-repeat;
}
#menu {
	width:730px;
	height:44px;/*68px*/
	padding:24px 0px 0px 50px;
	background:url(images/menu_bg.jpg) no-repeat;
}
#menu {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
}
#menu li{
	display:inline;
	color:#FFFFFF;
	font-weight:bold;
	padding:0px 56px 0px 0px;
}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;
}
#menu li a:hover{
	color:#999999;
	text-decoration:none;
}
#menu li a#active{
	color:#999999;
	text-decoration:none;
}
#content {
	width:750px;/*760px*/
	background:url(images/content_bg.jpg) no-repeat;
	background-color:#cfcfcf;
	padding:15px;
	font-family:Arial;
	font-size:12px;
	color:#222222;
}
#content p {
	margin:0px 0px 14px 0px;
}
#footer {
	width:780px;
	height:130px;
	background:url(images/footer_bg.jpg) no-repeat;
}
#f_left {
	float:left;
	width:375px;/*400px*/
	height:80px;/*110px*/
	padding:50px 0px 0px 25px;
}
#f_left {
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
}
#f_right {
	float:right;
	width:355px;/*380px*/
	height:114px;/*110px*/
	padding:16px 25px 0px 0px;
}
#f_right {
	font-family:Arial;
	font-size:10px;
	color:#FFFFFF;
	text-align:right;
}




/*home page containers*/

#left {
	float:left;
	width:208px;/*228px*/
	margin:10px 10px 10px 12px;
	padding:49px 10px 10px 10px;
	background:url(images/title_welcome.jpg) no-repeat;
}
#left a {
	font-family:Arial;
	font-size:12px;
	color:#0c3888;
	font-weight:bold;
	text-decoration:none;
}
#left a:hover {
	text-decoration:underline;
}
#center {
	float:left;
	width:208px;/*228px*/
	margin:10px 10px 10px 11px;
	padding:49px 10px 10px 10px;
	background:url(images/title_services.jpg) no-repeat;
}
#center li{
	padding:5px 0px 8px 0px;
	margin:0px 0px 0px 15px;
}
#center a {
	font-family:Arial;
	font-size:12px;
	color:#0c3888;
	font-weight:bold;
	text-decoration:none;
}
#center a:hover {
	text-decoration:underline;
}
#right {
	float:left;
	width:226px;/*228px*/
	margin:10px 12px 10px 10px;
	padding:49px 1px 0px 1px;
	background:url(images/title_gallery.jpg) no-repeat;
}

#clear {
	width:100%;
	clear:both;
}
