html {
	font: 13px Helvetica, Arial, sans-serif;
	color: #454545;
	line-height: 16px;
	background-color: #fff;
}

body {
	width: 1004px;
	margin: 0 auto;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	padding: 6px 0;
}

a {
	color: #454545;
}

a:hover {
	color: #767676;
}

ul {
	padding-bottom: 10px;
}

li {
	list-style-type: disc;
	margin-left: 30px;
	padding: 4px 0;
}

div.wrap {
	margin-top: 30px;	
}

p.logo {
	background: url(images/logo_white.png) no-repeat center left;
	height: 61px;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}

p.logo span {
	display: none;
}

div.content {
	padding-top: 30px;
}

div.intro {
	float: left;
	width: 700px;
}

p.questions {
	padding-top: 28px;
}

div.contact {
	float: left;
	width: 260px;
}

p.phone {
	background: url(images/phone_icon.jpg) no-repeat center left;
	padding-left: 22px;
}

p.email {
	background: url(images/email_icon.jpg) no-repeat center left;
	padding-left: 22px;
}

