@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #f1f1f1 url(images/bg.gif) top left repeat-x ;
	}
		
#container {
	padding: 0;
	margin: 0 auto;
	width: 878px;
	}
	
#header {
	background: url(images/bg/bg_02.gif) no-repeat;
	}
	
#logo {
	margin: 18px 0 0 2px;
	}
	
#nav_image{
	background: url(images/bg/bg_04.gif) no-repeat;
	}
	
#site_image {
	margin: 0 auto;
	height: 171px;
	width: 760px
	}
	
#content {
	background: url(images/bg/bg_05_2.gif);
	width: 878px;
	margin: 0;
	padding: 0;
	text-align:left;
	}	
	
body#contact #content{
	background: url(images/bg/bg_05.gif);
	} 	
	
a img {
	border-style:none;
	}
	
#tabs {
	width:210px;
	float: left;
	padding: 20px 0 0 59px;
	}
	
#tabs img {
	margin: 0 0 10px 0;
	}
	

#footer {
	clear: both;
	width: 878px;
	height: 81px;
	background: url(images/bg/bg_06.gif);
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#footer p {
	padding: 10px 0 0 0;
	text-align:center;
	}
	
#footer a {
	text-decoration:none;
	color: #fff;
	}
	
#tag {
	padding: 0;
	margin: 0;
	font-size: 12px;
	}
	
#tag a {
	text-decoration: none;
	color: #000;
	}