body {
	background: #282725;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
a, img, a:hover  {
	text-decoration: none;
	color: #bfbfbe;
	border: none;
}
#all {
	width: 100%;
}
#header, #all, #footer {
	display: block;
	width: 850px;
	margin: 0 auto;
}
#header {
	display: block;
	width: 850px;
	height: 130px;
	font-size:1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#header a:link {
color:#CC3300;
}
#header a:active {
color:#CC3300;
}
#header a:hover {
	color: #CC3300;
}
#header a:active {
	color: #000000;
}

#header img {
	float: left;
	margin-top: 46px;
}
#header ul {
	float: right;
	list-style-type: none;
	margin: 105px 20px 10px 0;
}
#header ul li {
	display: inline;
	width: 50px;
	padding-left: 45px;
}
#text, #text1 {
	display: block;
	width: 850px;
	height: 215px;
	background: url('images/text_bg.jpg') no-repeat;
	font-family:Tahoma;
	font-size:1em;
	text-align:justify;
}
#text1 {
	height: 350px;
}
#text h3, #text p, #text1 h3, #text1 p {
	width: 570px;
}
#text1 img {
	margin-left: 225px;
}
#text1 p {
	text-align: center;
}
#text h3, #text1 h3 {
	padding: 3px 0 0 40px;
	margin-bottom: 10px;
	color: #b1b1b0;
}
#text p, #text1 p {
	font-size: 0.9em;
	color: #858483;
}
#footer {
	font-size: 0.9em;
	color: #6f6e6d;
	background: url('images/footer.jpg') no-repeat;
}
#footer p {
	padding: 25px 0 0 0;
}

