﻿body {
	font-family: Arial;
	margin: 0px;
	text-align:center;
}

#c    {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 950px;
}

#topbar  {
}

#top {
	width: 100%;
	min-width: 1000px;
	height: 90px;
	border-top: 10px solid #2b2b2b;
}

#center {
	background-color:#ebe9e7;
	width: 100%;
	min-width: 1000px;
	text-align:left;
	border-top: 1px solid #ebe9e7;
	border-bottom: 1px solid #ebe9e7;
}

#middledown {
	background-image:url('images/bg.jpg');
	background-color:#ffffff;
	width:950px;
	height:330px;
}

#down {
	background-color:#2b2b2b;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width: 100%;
	min-width: 1000px;
	height: 110px;
	float:left;
	border-bottom: 10px solid #f89520;
}

#downdown {
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 40px 0px;
	width: 100%;
	min-width: 1000px;
	height: 20px;
	float:left;
}

#img1 {
	margin:8px 0px 0px 0px;
	float: left;
}

#img2 {

	margin:0px 0px 0px 0px;
	float: left;
}

#img3 {
	margin:295px 20px 0px 0px;
	float: right;
}

#text1 {
	font-size: 15px;
	margin:63px 5px 0px 0px;
	float: right;
}

#text2 {
	font-size: 25px;
	color:#f89520;
	margin:0px 0px 0px 0px;
	padding:37px 0px 0px 390px;
	text-align:left;
}

#text3 {
	font-size: 15px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 390px;
	text-align:left;
}

#text4 {
	font-size: 14px;
	color:#b5b7b4;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}

#text5 {
	font-size: 11px;
	font-style:italic;
	color:#b5b7b4;
	margin:10px 0px 0px 0px;
	text-align:right;
}

p {
	font-size: 18px;
	color:#f89520;
	margin:0px 0px 0px 0px;
}

#link a:link {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#link a:visited {
	color:#000000;
	font-weight: bold;
	text-decoration: none;
}

#link a:hover {
	color:#f89520;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#link a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

