* {
	padding:0;
	margin:0;
}

body {
	
margin-top:14px;
	
background:url('../images/bg.jpg') top center 
no-repeat #5a0101;
	color:#38280c;
	
font-size:11px;
	font-family:'Arial';
}

.wrapper {
	position:relative;
	
width:616px;
	margin:0 auto;
	
text-align:left;
}

.header {
	width:572px;
	
float:left;
}

.logo {
	position:absolute;
	
left:225px;
	top:15px;
}

img {
	
vertical-align:top;
}

a img {
	border:0;
}

.navbar {
	position:relative;
	
z-index:0;
	height:35px; /* 57-22 */
	
width:700px;
	float:left;
	left:-36px;
	
padding-top:22px;
}

*html .navbar {
	
left:10px;
}

.navbar .link {
	
font-family:'Georgia', 'Times New Roman';
	
color:#5a0000;
	margin:0px 9px;
	
text-decoration:none;
	font-weight:bold;
}

.menuDiv { display:inline; width:68px; 
padding-top:10px; position:relative; z-index:20; 
padding-bottom:20px; }
*+ html .menuDiv { 
padding-bottom:40px; }
.menuOver {
	
position:absolute;
	top:0px;
	
z-index:20;
	left:-6px;
	width:68px;
	
height:49px;
}

.fade {
	z-index:0;
	
width:572px;
	height:73px;
	
position:relative;
}

*+ html .fade {
	
float:left;
}

.page {
	width:552px; /* 572 - 20 
*/
	padding:0px 10px 0px 10px;
	
min-height:480px;
	position:relative;
	
background:url('../images/page_bg.jpg') 
repeat-y;
}

*html .page {
	height:480px;
}

.sidebar {
	width:191px;
	height:394px;
	
position:absolute;
	top:-10px;
	
left:-90px;
}



.sidebar-nav {
	width:149px;
	
height:263px;
	position:absolute;
	
text-align:center;
	left:19px;
	
top:56px;
}

*html .sidebar {
	top:-30px;
}

.sidebar-nav .link {
	
margin:15px 0;
}

.sidebar-right {
	
width:270px;
	height:578px;
	
position:absolute;
	z-index:80;
	
right:-165px;
	top:-95px;
}

*html 
.sidebar-right {
	right:-205px;
}

.content {
	position:relative;
	
width:340px;
	left:119px;
}

.text {
	
line-height:15px;
}

.title {
	
margin-bottom:15px;
}

.footer {
	
width:572px; /*572 - 20*/
	height:87px;
	
position:relative;
	bottom:0;
	
z-index:10;
	margin-bottom:10px;
}

*html 
.footer-img {
	position:relative;
	
z-index:0;
}

.footer a {
color:#5a0000;
}

.footer-content {
	position:absolute;
	
z-index:10;
	bottom:0px;
	width:512px; /* 
572 - 60 */
	padding:30px 30px 25px 30px;
	
color:#7a6032;
	font-size:10px;
}

.menuOpen {
	
z-index: 50;
	position:relative;
	
top:208px; /* 223-15 */
	left:144px;
	
float:left;
	width:185px;
	height:58px;
}
*html .menuOpen {
	left:190px;
}
.ddback {
	
position:absolute; left:0; top:0;
}
.menuOpen 
.links a { z-index:51; position:relative;}
.menuOpen .links{
	z-index:51;
	
position:relative;
	padding:20px 20px 20px 
25px;
}

.menuOpen .links a {
	
font-family:'Georgia', 'Times New Roman';
	
color:#91794b;
	text-decoration:none;
	
font-weight:bold;
}

.content a {
	
color:#5a0000;
}

.content .input {
	
width:300px;
	padding:2px;
	
background-color:#fbf5eb;
	border:1px solid 
#e1cba2;
}

#CalcForm label {
	display:block;
	font-weight:bold;
	padding-top:10px;
}

#CalcForm input { width:auto; }

#CalcForm select {
	font-size:10px;
	background-color:#fbf5eb;
	border:1px solid #e1cba2;
	padding:3px;
}

#CalcForm .lr {
	position:relative;
}
#CalcForm .lr .input {
float:right;
position:relative;
right:20px;
}
#CalcForm .lr span {
float:left;
position:relative;
top:3px;
}
#CalcForm p {
	padding-top:3px;
}