/* CSS Document */

body {
	background: #231F20;
	margin: 0px 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	color: #660000;
	font-size: 14px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
hr {
	color: #660000;
}
#main {
	background: #d7d7ae url(../../images/bg.jpg) no-repeat center bottom;
	width: 610px;
	margin: 0px auto;
}
#content a {
	color: #660000;
}
#content {
	font-size: 13px;
	padding: 40px 30px 0px 30px;
}
#home #main {
	background: #d7d7ae url(../../images/bg_home.jpg) no-repeat center bottom;
	width: 610px;
	height: 289px;
	margin: 0px auto;
	padding: 0px;
}
#home #content {
	font-size: 13px;
	padding: 40px 30px 0px 30px;
}
#about-us #main {
	background: #d7d7ae url(../../images/bg_about.jpg) no-repeat center bottom;
	width: 610px;
	height: 534px;
	margin: 0px auto;
	padding: 0px;
}
#about-us #content {
	font-size: 13px;
	padding: 40px 30px 0px 30px;
	width: 330px;
}
#partners #content {
	padding: 40px 30px 0px 30px;
	height: 900px;
}

#about-you #main {
	background: #d7d7ae url(../../images/bg_about2.jpg) no-repeat center bottom;
	width: 610px;
	height: 387px;
	margin: 0px auto;
	padding: 0px;
	vertical-align: top;
}
#about-you #content {
	font-size: 13px;
	padding: 40px 30px 0px 30px;
	width: 330px;
}
#footer {
	padding: 25px 12px;
	font-size: 11px;
	text-align: center;
}
#footer a{
	color: #660000;
}
#home #footer, #about-us #footer, #about-you #footer {
	display: none;
}
.photo {
	 margin: 0px 0px 10px 15px;
}