@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	font:13px calibri;
	color:#000;
	letter-spacing:0.7px;
}
.clr {
	clear:both;
}
.Main {
	width:1000px;
	float:left;
}
.top {
	width:1000px;
	float:left;
	height:178px;
}
.Logo {
	width:220px;
	float:left;
	height:100px;
	margin-left:10px;
	margin-top:50px;
	text-align:center;
	font:12px calibri;
	color:#666666;
}
.RightTop {
	width:277px;
	height:178px;
	background:#e77910;
	float:right;
}
.Menu {
	width:1000px;
	height:34px;
	float:left;
	background:#e77910;
}
.Middle {
	width:1000px;
	float:left;
}
.Footer {
	width:1000px;
	height:30px;
	float:left;
	background:#000;
	bottom:0px;
	position:fixed;
}
.footer_punchline {
	font-family:Calibri;
	font-size:16px;
	text-decoration:none;
	color:#939393;
}
.footer_punchline_one {
	font-family:Calibri;
	font-size:16px;
	text-decoration:none;
	color:#E77817;
	font-style:italic;
}
.footer_copyright {
	font-family:calibri;
	font-size:12px; 
	color:#797979;
}
.footer_companyname {
	font-family:calibri;
	font-size:12px;
	color:#E77817;
}
.contentbtm {
	height:50px;
	width:1000px;
	float:left;
}
.PageName {
	width:91px;
	padding-top:20px;
	float:left;
}
.Content {
	width:600px;
	float:left;
	padding-right:10px;
	padding-top:10px;
	text-align:justify;
	padding-bottom:30px;
	line-height:20px;
	letter-spacing:0.7px;
	margin-bottom:20px;
}
.Gallery {
	width:280px;
	height:200px;
	float:right;
	margin-top:20px;
}
.title {
	font:bold 25px calibri;
	color:#e77910; 
}
h1 {
	font:18px calibri;
	color:#e77910;
	margin-bottom:0px;
}
.BottomDiv {
	font:10px calibri;
	color:#000;
}
.blacktitle {
	font:bold 25px calibri;
	color:#000;
}
.OrangeText {
	color:#e77910;
}
.link {
	color:#0000FF;
	text-decoration:underline;
}
.link:hover{
	color:#FF3300;
	text-decoration:underline;
}