/* global */
html, body {
	background: url(../im/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0;
}

ul li {
	margin-left: -1em;
}



/* fonts */
h1 {
	color: #000000;
	font-size: 32px;
	line-height: 48px;
	margin: 0;
	padding: 0 0 26px 0;
}

h2 {
	color: #646464;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 30px 0;
	text-transform: uppercase;
	text-decoration: underline;
}

h3 {
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	text-decoration: underline;
}

.lead_in {
	color: #000000;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 40px 0;
}

.grey {
	color: #646464;
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 15px 0;
}



/* containers */
#page_container {
	width: 990px;
	background: url(../im/bg_page_container.jpg) repeat-y;
}

#header_1 {
	background: url(../im/header_1.jpg) no-repeat;
	height: 200px;
}

#header_2 {
	background: url(../im/header_2.jpg) no-repeat;
	height: 200px;
}

#header_3 {
	background: url(../im/header_3.jpg) no-repeat;
	height: 200px;
}

#sidebar {
	background: top url(../im/bg_sidebar.jpg) no-repeat;
	float: right;
	width: 346px;
}

#sidebar .padding {
	padding: 318px 55px 32px 0;
}

#sidebar #advantages {
	background: #87c5da;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 25px 0;
	padding: 20px;
}

#content {
	background: top url(../im/bg_content.jpg) no-repeat;
	margin-right: 346px;
	padding: 32px 30px 32px 61px;
}