html, body {
	margin:0;
	padding: 0;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	background-image:url(img/bg.gif);
	background-repeat: repeat;
	min-height:100%;
}
img {border:none}
p {margin:0; padding:0;}
#wrap {
	width:100%;
	margin:0 auto;
	background-image:url(img/bg-top.gif);
	background-repeat: repeat-x;
}
#header {
	width:800px;
	height:145px;
	margin:0 auto;
	
}
#info {
	width:225px;
	height:80px;
	float:left;
	padding-top:65px;
	text-align:center;
}
#logo {
	width:350px;
	height:107px;
	margin-top:10px;
	float:left;
	padding-top:28px;
	text-align:center;
	background:url(img/logo.gif) no-repeat;
}
.logo {
	width:329px;
	height:118px;
}
#callback {
	width:225px;
	height:80px;
	float:left;
	padding-top:65px;
	text-align:center;
}
#menu {
	width:801px;
	height:45px;
	margin:0 auto;
	padding:0;
	clear:both;
	background:url(img/menu-border.gif) no-repeat left;
	font-weight:bold;
}
#menu ul {
	list-style:none;
	padding:0;
	margin:0;
	height:45px;
	}
#menu li {
	float:left;
	display:block;
	height:30px;
	width:89px;
	padding-top:15px;
	padding-bottom:0;
	text-align:center;
	margin:0;
	background:url(img/menu-border.gif) no-repeat right;
	}
#menu a:link {text-decoration:none; color:#ffffff}
#menu a:visited {text-decoration:none; color:#ffffff}
#menu a:hover {text-decoration:none; color:#336666}
#menu a:active {text-decoration:none; color:#336666}
#content {
	width:796px;
	min-height:415px;
	margin:0 auto;
	padding:4px 2px 2px 2px;
	clear:both;
	background-color:#FFFFFF;
}
#footer {
	width:100%;
	height:60px;
	margin:0 auto;
	clear:both;
	background:url(img/footer.gif) repeat-x;
}
#contact {
	width:790px;
	height:25px;
	padding-right:10px;
	padding-top:5px;
	
	margin:0 auto;
	text-align:right;
	color:#FFFFFF;
}
#contact a:link {text-decoration:none; color:#ffffff}
#contact a:visited {text-decoration:none; color:#ffffff}
#contact a:hover {text-decoration:none; color:#CCCCCC}
#contact a:active {text-decoration:none; color:#CCCCCC}
.contact-blue {
	color:#4096ee;
	}
#contact-page-left {
	width:533px;
	min-height:300px;
	float:left;
	text-align:right;
	line-height:22px;

}
#contact-page-right {
	width:263px;
	min-height:300px;
	float:left;
	text-align:center;

}
#contact-page-middle label {line-height:30px; display:block; height:12px; margin:1px 0; padding:2px 0;}
#tag {
	width:800px;
	height:24px;
	padding-top:6px;
	margin:0 auto;
	text-align:center;
	color:#aa77aa;
	font-size:13px;
	letter-spacing:5px;
}
.left {text-align:left}
.right {text-align:right}

a:link {text-decoration:none; color:#660066}
a:visited {text-decoration:none; color:#660066}
a:hover {text-decoration:none; color:#336666}
a:active {text-decoration:none; color:#336666}
.active a:link {text-decoration:none; color:#336666 !important}
.active a:visited {text-decoration:none; color:#336666 !important}