body {
	background: #9E8413 url(images/background.jpg) no-repeat 100% 100%;
	font-size: 14px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

h1, h2 { 
	font-size: 26px;
	color: #9E8413;
	margin: 22px 0 20px 0;
	padding: 0;
}

h2 { 
	margin: 16px 0 15px 0;
}

p {	
	margin: 0 0 15px 0; 
	line-height: 1.3; 
}

.align {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 1px 0 0 0;
	background: #FFFFFF;
	text-align: center;
}

/*  Header ========================= */

.logo {
	position: absolute;
	width: 622px;
	height: 90px;
	text-align: left;
	margin: 0 auto;
	top: 0;
	left: 0;
	padding: 0;
	background: transparent url(images/top_background.gif) repeat-x 0 0; 
}

.head_right {
	position: absolute;
	width: 158px;
	height: 90px;
	text-align: right;
	margin: 0 auto;
	top: 0;
	left: 622px;
	padding: 0;
	background: transparent url(images/phone.jpg) no-repeat 100% 0;
}

/*  Main */

.wrapper {
	position: absolute;
	width: 780px;
	margin: 90px 0 0 0;
	padding: 0;
	background: transparent;
}

.right {
	position: relative;
	width: 150px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 9px 10px 0 0;
	background: #FFFFFF;
}

.right img {
	margin: 0 0 8px 0;
}

.content {
	position: relative;
	width: 510px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0 20px 10px 90px;
	background: #FFFFFF url(images/side_image.jpg) no-repeat 0 0;
}

.content a {
	color: #505050;
}

.content a:hover, .header a:hover  {
	color: #999999;
	text-decoration: none;
}

.content ul {
	line-height: 2.4;
}

.content ul.small {
	line-height: 1.8;
}

/*  Footer ========================= */

.footer {
	clear: both;
	width: 780px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	padding: 6px 0 18px 0;
	background: transparent; 
	line-height: 20px;
}

.footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
}

.footer a:hover {
	color: #BBBBBB;
}


