@charset 'utf-8';
@import url(reset.css);

body{
	padding: 0;
	margin: 0;
	color: #919291;
	font: 12px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background: url(../media/bg.jpg) repeat-x;
}
#container{
	width: 980px;

	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}
#header{
	background-image: url(../media/header.jpg);
	width: 980px;
	height: 225px;
	float: left;
}
#content{
	float: left;
	clear: left;
	width: 980px;
	background-color: #fffeff;
	padding-top: 40px;
	height: 256px;
}
#footter{
	float: left;
	background-image: url(../media/footer.jpg);
	width: 980px;
	height: 129px;
	clear: left;
}
#body{
	width: 460px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
#support{
	width: 220px;
	padding-right: 20px;
	float: right;
}

span.intent, h1{
		text-indent: -5000px;
}
p{
	padding-bottom: 10px;
}
h2{
	color: #e86530;
	font-weight: bold;
}
h3{
	color: #2a2a2a;
	font-weight: bold;
}
.title-box{
	padding-left: 10px;
	padding-bottom: 20px;
}
.text-box{
	background-color: #eff2f1;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.division{
	padding-bottom: 10px;
}
a{
		color: #919291;
}
