body {
	font-size: 12px;
	color: #d5b782;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 18px;
}

#header {
	background-image: url(img/header.gif);
	background-repeat: repeat-x;
	background-color: #e3cd9a;
	text-align: center;
	height: 296px;
}

.headcontent {
	width:500px;
	margin: 0px auto;
}
.bbros {
	width: 220px;
	float:left;
}
.logo {
	width: 240px;
	float:left;
	
	
}

#container {
	width: 540px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

h3 {
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c64815;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;

}

b {
	color: #d87625;
}


a:link {
	color: #d87625;
	text-decoration: underline;
}

a:visited {
	color: #d87625;
	text-decoration: underline;
}

a:hover {
	color: #d87625;
	text-decoration: none;	
}

hr {
		color: #e3cd9a;
		background-color: #e3cd9a;
		height: 1px;
		border: 0;
		margin-bottom: 40px;
}

img {
		margin-top: 10px;
		margin-bottom: 10px;
}






/* ROUND CORNERS */
.box { margin-bottom: 15px; }
.colx {
	display: block;
	padding: 0 10px 1px;
	margin: 0 0;
	background-repeat: repeat-y;
	background-image:url("../images/border/back.png")
}



/* ROUND CORNERS BW */
.rounded { margin-bottom: 15px; }

.rounded .border {
	display: block;
	line-height: 1px;
}

.rounded .tl, .rounded .tr, .rounded .bl, .rounded .br {
	display: block;
	float: left;
	height: 16px;
	width: 50%;
	background-repeat: no-repeat;
}
.rounded .tl, .rounded .bl {
	background-position: left top;
}
.rounded .tr, .rounded .br {
	background-position: right top;
}

/* WHITE BOX */
.border .tl { background-image:url("../images/border/tl.png") } 
.border .bl { background-image:url("../images/border/bl.png") }
.border .tr { background-image:url("../images/border/tr.png") } 
.border .br { background-image:url("../images/border/br.png") }
.rounded .col {
	margin: 0;
}



.rounded .content {
	padding: 10px;
	margin-top:10px;
	background-image: url("../images/border/back.png");
	background-repeat: repeat-y;
}
