@font-face{
	font-family: ('CabinSketch-Bold');
	src: ('../font/CabinSketch-Bold.ttf') format('truetype');
}
body {
	background-image: url(../images/layout/top_box_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #817076;
	padding: 0px;
	margin: 0px;
}
.header {
	margin: 0px;
	height: 85px;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(../images/layout/header_bg.png);
	background-repeat: repeat-x;
}
.header .nav {
	height: 30px;
	width: 960px;
	margin: auto;
}
.header .logo {
	height: 55px;
	width: 960px;
	margin: auto;
	padding-top:5px;
}
#top_nav tr td a {
	color: #feec7a;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-style: oblique;
}
#top_nav tr td a:hover {
	text-decoration: underline;
}
#top_nav tr td a:active {
	color: #FFF;
}
.constrict {
	width: 960px;
	margin: auto;
}
.constrict .top_box .top_text {
	margin: auto;
	padding: 20px;
	text-align: center;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
.constrict .mid_bar {
	line-height: 50px;
	background-image: url(../images/layout/index/mid_bar_bg.png);
	height: 35px;
	padding-top: 15px;
}
.constrict .bottom_box {
	background-color: #FFF;
	text-align: center;
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
}
.footer {
	clear:both;
	background-image: url(../images/layout/footer_bg.png);
	background-repeat: repeat-x;
	height: 35px;
	bottom: 0px;
}
.footer .footer_constrict {
	width: 960px;
	margin: auto;
}
#copyright {
		color: #FFF;
	font-size: x-small;
}
.constrict .bottom_box .bottom_box_left {
	width: 600px;
	padding: 10px;
}
.constrict .bottom_box .bottom_box_right {
	text-align: right;
	padding: 10px;
}
.box {
	background-color: #FFF;
	padding: 10px;
	min-height: 760px;
}
#team {
	font-family:Verdana, Geneva, sans-serif;
}
.services {
	font-family:Verdana, Geneva, sans-serif;
}
