/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x #ecdec4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.cl {
	clear: both;
	}
	h3 {
		margin-top: 15px;
		}
#main {
	width: 800px;
	margin: 0 auto;
	}
a:link, a:visited, a:active {
	color: #765926;
	font-weight: bold;
	}
a:hover {
	color: #c7a460;
	text-decoratione: underline;
	}
#navigation {
	width: 800px;
	margin: 0 auto;
	margin-top: 15px;
	}
.footer {
	clear: both;
	background: #d9b271;
	}
.footer_links {
	font-size: 11px;
	text-align: center;
	}
.menu_item:link, .menu_item:visited, .menu_item_selected  {
	border-top: 1px solid #4b240b;
	border-left: 1px solid #4b240b;
	border-bottom: 1px solid #fbbf82;
	border-right: 1px solid #fbbf82;
	background: #8b5526;
	padding: 2px 5px 2px 5px;
	.padding: 3px 5px 2px 5px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	text-decoration: none;
	margin-right: 7px;
	}
	.menu_item:hover, .menu_item_selected  {
		padding: 3px 5px 2px 5px;
		background: #d9b271;
		color: black;
		}
.sec_img {
	border: 1px solid black; 
	margin: 15px; 
	padding: 10px; 
	background: #a45131; 
	float: left;
	}
/* old */
.curlycontainer{
border: 1px solid #923f1f;
margin-bottom: 1em;
width: 800px;
}
.curlycontainer .innerdiv{
background: transparent url(/images/brcornerb.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 8px 15px 5px 5px;
}
.polaroid {
padding:15px 15px 55px 15px;
border:2px solid black;
background:white;
text-align:center;
}
.polaroidtext {
color:black;
position:relative;
top: -50px;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	