img { border: 0px; }

body {
	margin: 0px;
	padding: 0px;
	background: #7b4a1e url('images/bgtile.gif') repeat-x;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial;
	color: #333;
}

/*scroller styles*/
#mycustomscroll {
margin: 0px;
/* Typical fixed height and fixed width example */
/* width: 224px; */
height: 340px;

/* IE overflow fix, position must be relative or absolute*/
position: relative;
}





#container {
	margin: 0px auto;
	width: 800px;
	background-color: #fff;
	text-align: left;
}

#header {
}

#nav {
	height: 48px;
	background: url('images/navtile.gif') repeat-x;
}

#nav img { 
	border: 0px;
	margin-left: 32px;
}
#contentContainer{ 
	
}

#leftContent {
	margin-left: 40px;
	float: left;
	width: 260px;
	display: inline;
}

#leftContent span {
	color: #a1a1a1;
	font-weight: bold;
}

#leftContentSubs { 
	display: inline;
	margin-top: 20px;
	margin-left: 40px;
	float: left;
	width: 720px;
}

#leftContentSubs span {
	color: #a1a1a1;
	font-weight: bold;
}

#rightContent {
	display: inline;
	margin-right: 30px;
	float: right;
	width: 450px;
}

#topRight {
	width: 441px;
	border-bottom: 1px solid #d7c8bb;
	padding-bottom: 20px;
}

#topRight INPUT, #topRight select {
	color: #adadad;
	font-size: 10px;
	border: 1px solid #989898;
	padding: 3px;
	height: 12px;
}

#rightRight {
	text-align: center;
	float: right;
	display: inline;
	
	
}

#rightRight img {
	border: 0px;
	margin-top: 20px;
}

#rightLeft {
	width: 224px;
	float: left;
	color: #6c6c6c;
	font-size: 10px;
	border-right: 1px solid #d7c8bb;
	padding-right: 20px;
	display: inline;
}

#rightLeft span {
	color: #824611;
	font-size: 16px;
}

#rightLeft p {
	border-bottom: 1px solid #e5dbd2;
	padding-bottom: 10px;
}

a:link, a:visited { color: #824611; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
