@charset "utf-8";
html, body {
	height:100%;
}
input {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: B88A3F;
	background-image: url(../images/bg3.jpg);
	background-position: center center;
}

body {
	background:#dddad7 url(../images/bg2.jpg) repeat-x center left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#B88A3F;

	
 scrollbar-face-color: #E8E1B3; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff;
scrollbar-3Dligh-color: #ffffff; scrollbar-arrow-color: #B88A3F; scrollbar-darkshadow-color: #ffffff;
scrollbar-base-color: #ffffff;
}

a {
	outline:none;
	color:#625728;
}
#outer, .outer {
	width:100%;
	height:100%;
	border-collapse:collapse;
}
#outer {
	background:transparent url(../images/shadow.png) no-repeat center center;
}
#entrance_shell {
	position:relative;
	width:1000px;
	height:500px;
	margin:auto;
	background:#f4d489;
	border-bottom:5px solid #965c48;
}
#shell {
	position:relative;
	width:1000px;
	height:550px;
	margin:auto;
	background:#dcdac6;
	border-bottom:5px solid #3e3734;
}

#main {
	position:relative;
	width:500px;
	height:550px;
	float:left;
	background:transparent url(../images/main_bg.png) no-repeat top left;
}
.clr {
	clear:both;
}
#content {
	position:relative;
	width:83%;
	height:460px;
	margin:50px 0 0 40px;
	line-height:1.5em;
	font-size:.8em;
	overflow:auto;
	outline:none;
}
#content p, #content ul, #content ol, #content table, #content h1, #content h2, #content h3, #content h4, #content h5, #content blockquote {
	margin-bottom:15px;
	}
#content ul, #content ol {
	margin-left:25px;
	}
#content blockquote {
	width:80%;
	margin:auto;
	text-align:center;
	font-size:.85em;
	font-weight:bold; 
	font-style:italic;
	color:#000;
}
#footer {
	position:relative;
	width:1000px;
	margin:auto;
	font-size:11px;
	color:#9D9588;
	padding-top:8px;
}
#footer a {
	color:#9D9588;
	text-decoration:none;
}
#calendar_shell {
	position:relative;
	width:750px;
	height:360px;
	margin:auto;}
	
	img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
