/* Betacash Design  18-nasty.com */

body {
	background-color: #ebebeb;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

p {
	padding: 5px 0px;
	margin: 0px;
}

a {color: #512526;}
a:visited {color:#512526;}
a:hover {color: #564b47;}
a:active { color:#512526;}

h1 {
	font-size: 15px;
	text-transform:uppercase;
	margin:0px;
	padding-top:55px;
	text-align:center;
}

h2 {
	color: #512526;
	font-size:20px;
	font-weight: normal;
	text-align:center;
	margin:0px;
	padding:20px;
}

#container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: transparent url('images/background.png') repeat-y top left;
}

#banner {
	height:472px;
	background-color: #e1ddd9;
	padding: 0px;
	margin-left: 25px;
	margin-right:25px;
}

#content {
	background-color: #e8d5d5;
	padding: 0px;
	margin-left: 25px;
	margin-right:25px;
}

.box {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	background:#e8d5d5 url('images/box2.jpg') repeat-y top left;
	min-height: 1px;
	height: 1%;
}

html>body .box {
	height: auto;
}

.box .big {
	float: left;
	margin-right: 30px;
	margin-left: 40px;
}

.box .big img {
	padding: 5px;
	border-color:#512526;
}

.box .right {
	width: 500px;
	float: left;
	margin-bottom:0px;
}

.box .small {
	margin-right:10px;
}

.box .small img {
	border-color:#512526;
	margin-bottom:10px;
}

.boxtitle {
	background:#e8d5d5 url('images/box1.jpg') no-repeat top left;
	height:106px;
}