body, div, h1, h2, h3, h4, p, ul, li, img {
    margin: 0px; 
	padding: 0px; 
	border: 0px;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #625843;
	background: #1C1917 url(../images/body-bg.png);
}

.container {
	background: url(../images/body-2-bg.png);
	width: 960px;
	margin: 0 auto;
	height: auto;
	padding: 40px 60px 40px 60px;
	overflow: hidden;
}

.triangle_top {
	background: url(../images/triangles-bg.png);
	width: 1080px;
	height: 10px;
	margin: 0 auto;
	margin-top: 30px;
}

.triangle_bottom {
	background: url(../images/triangles-bg.png);
	background-position: 0 10px;
	width: 1080px;
	height: 10px;
	margin: 0 auto;
	margin-bottom: 30px;
}

#header {
	background: url(../images/header.png);
	width: 960px;
	height: 300px;
}

#info {
	background: url(../images/info.png);
	width: 960px;
	height: 408px;
}

.l_column {
	float: left;
	width: 240px;
	margin-top: 30px;
}

.r_column {
	float: right;
	width: 240px;
	margin-top: 30px;
}

#row_1 {
	width: 960px;
	height: 250px;
}

#row_2 {
	width: 960px;
	height: 120px;
}

.orange {
	color: #8C371F;
}

h1 a  {
	margin: 50px 0 0 0;
	padding: 0;
	width: 960px;
	height: 130px;
	display: block;
	float: left;
}

.hideme {
	display: none;
}

h2 {
	padding-bottom: 0px;
	color: #C9B899;
	font-size: 20px;
	text-transform: capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: normal;
}

h3 {
	padding-top: 5px;
	color: #70695F;
	font-size: 12px;
	text-transform: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}

h4 {
	padding-top: 25px;
	color: #C9B899;
	font-size: 18px;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#middle {
	width: 960px;
	margin-top: 45px;
	height: auto;
}

.l_box {
	float: left;
	width: 300px;
	height: 300px;
	margin-right: 30px;
	text-align: center;
	background: url(../images/img_bg.png) no-repeat center top;
	padding-top: 10px;
}

.r_box {
	float: left;
	width: 300px;
	height: 300px;
	text-align: center;
	background: url(../images/img_bg.png) no-repeat center top;
	padding-top: 10px;
}

#button { 
	background: url(../images/button-bg.png);
	width: 960px;
	height: 161px;
	float: left;
}

#push_the_button {
	width: 350px;
	height: 58px;
	margin: 0 auto;
	margin-top: 50px;
}

#email {
	width: 350px;
	height: 25px;
	margin: 0 auto;
	margin-top: 12px;
	text-align: center;
}


A:link { color: #C5462B; text-decoration: underline; }
A:visited { color: #C5462B; text-decoration: underline; }
A:hover { color: #C9B899; text-decoration: underline; }	
