@font-face {
 font-family: Edwardian Script ITC;
 src: url("fonts/ITCEdscr.eot") /* EOT file for IE */
}
@font-face {
 font-family: Edwardian Script ITC;
 src: url("fonts/ITCEdscr.TTF") /* TTF file for CSS3 browsers */
}
body{
	margin:0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
	color:#333;
	background-color: #fff;
	background-image: url(layout_images/background.png);
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
}
a:link {
	color: #660000;
	text-decoration:none;
}
a:visited {
	color: #660000;	
	text-decoration:none;
}
a:hover {
	color: #ccc;
	text-decoration:none;
}
a:active {
	color: #660000;
	text-decoration:none;
}
.container{
	width:980px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	min-height:500px;
}
.header{
	width:960px;
	height:300px;
	display:block;
	overflow:hidden;
	background:url(layout_images/header_bg.png) top left no-repeat;
}
.header-top{
	height:0px;
	width:960px;
	display:block;
	overflow:hidden;
	background-color: #3B3531;
}
.header-mid{						
	height:300px;
	width:960px;
	display:block;
	overflow:hidden;
	float:left;
}	
.header-bottom{
	height:54px;
	width:960px;
	display:block;
	overflow:hidden;
	background:url();
}
.header-top-right{
	width:675px;
	height:300px;
	display:block;
	overflow:hidden;
	float:right;
	padding-top:15px;
}
.header-top-left{
	width:285px;
	height:300px;
	display:block;
	overflow:hidden;
	float:left;
	padding-top:0px;
}
.project{
	width:263px;
	height:194px;
	background:url(images/bg.jpg);
	background-repeat: no-repeat;
	padding:7px;
	margin-bottom:30px;
}
.midcontent{
	width:850px;
	display:block;
	overflow:hidden;
	margin-bottom:5px;
	margin-left:-6px;
	
}
.nav-button{
	padding-left:17px;
}
.content{
	padding:0px;
	width:980px;
	min-height:500px;
	display:block;
	overflow:hidden;
	background:none;
	position:relative;
	background-color:#660000;
}
.content-top{
	padding:0px;
	width:980px;
	height:8px;
	display:block;
	overflow:hidden;
	background:url(layout_images/content_top_bg.jpg);
	position:relative;
}
.content-bottom{
	padding:0px;
	width:980px;
	min-height:15px;
	display:block;
	overflow:hidden;
	background:url(layout_images/content_bottom_bg.jpg);
	position:relative;
}
.content-left{
	width:241px;
	min-height:800px;
	display:block;
	overflow:hidden;
	float:left;
	padding-top:20px;
	text-align:justify;
	background: url(layout_images/left_bg.jpg) top left no-repeat;
	background-color: #660000;
	color:#fff;

}
.text-left {
	padding-left:20px;
}
.content-right{
	width:739px;
	min-height:900px;
	display:block;
	overflow:hidden;
	float:right;
	padding-top:0px;
	background-color: #fff;
	background-image: url(layout_images/content_right_bg.jpg);
	background-position: right;
	background-repeat: repeat-y;

}
.page-content {
	color: #151515;
	padding-left: 20px;
	padding-right: 20px;
}
.page-left {
	width:305px;
	min-height:850px;
	display:block;
	overflow:hidden;
	float:left;
}
.page-right {
	padding-left: 10px;
	width:334px;
	min-height:850px;
	display:block;
	overflow:hidden;
	float:right;
}
.page-left-syttd {
	width:305px;	
	min-height:625px;
	display:block;
	overflow:hidden;
	float:left;
}
.page-right-syttd {
	padding-left: 10px;	
	min-height:625px;
	width:334px;
	display:block;
	overflow:hidden;
	float:right;
	font-style:italic;
}
.title-bg{
	color: #3B3531;
	background-image: url(images/title_bg.png);
	background-position: left;
	background-repeat: no-repeat;
	min-height: 100px;
	font-family: "Edwardian Script ITC", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 50px;
}
.indent{
	padding-left:50px;
}
.smalltext {
	color: #fff;
}
.footer{
	width:960px;
	height:100px;
	display:block;
	overflow:hidden;
	background:#161616;
	float:left;
	padding-top:20px;
	font-size:11px;
	color: #FFF;
	text-align:center;
}
a.foot:link {
	color: #fff;
	text-decoration:none;
}
a.foot:visited {
	color: #fff;	
	text-decoration:none;
}
a.foot:hover {
	color: #fff;
	text-decoration:underline;
}
a.foot:active {
	color: #fff;
	text-decoration:none;
}
