* {
	padding: 0;
	margin: 0;
	color: #6A1B20;
	font-size: 12px;
	font-family: Arial, Verdana;
}

a:link, a:active, a:visited {
	color: #6A1B20;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #6A1B20;
	font-weight: bold;
	text-decoration: none;
}

body {
	background: #6A1B20 url(../layout/bg.gif) repeat-x;
	color: #6A1B20;
	font-size: 12px;
	font-family: Arial, Verdana;
	text-align: center;
}

hr {
	border: none 0;
	border-top: 1px solid #6A1B20;
	height: 1px;
}

img {
	border: 0px;
}

p {
	padding: 0 0 10px 0;
}

/* Classes */
.br_0 {
	clear: both;
	overflow: hidden;
	height: 0px;
}

.br_10 {
	clear: both;
	overflow: hidden;
	height: 10px;
}

/* IDs */
#bsbheader {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 366px;
}

#container {
	background: url(../layout/container_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 771px;
	min-height: 234px;
	height:auto !important;
	height: 234px;
}

#container:after{content: '.'; display:block; height: 0; visibility: hidden; clear:both;}

#container_top {
	background: url(../layout/container_top.gif) no-repeat;
	margin: 0 auto;
	width: 771px;
	min-height: 234px;
	height:auto !important;
	height: 234px;
}

#content {
	clear: both;
	float: left;
	width: 610px;
	padding: 0 0 0 48px;
	text-align: left;
}

#footer {
	margin: 0 auto;
	width: 771px;
	color: #FFE6C7;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #FFE6C7;
	font-size: 10px;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFE6C7;
	font-size: 10px;
	text-decoration: none;
}