body {
	background-color: #C2CBA5;
	margin: 15px 0px 10px 0px;
	padding: 0px;
}
.mainbg {
	background-color: #F1F0DE;
}
.flowerbg {
	background-color: #F1F0DE;
	background-image: url(images/flowerbgtrick.jpg);
	background-repeat: no-repeat;
	background-position: bottom;

}

#bg {
	width: 670px;
	
	border: 1px solid #D7A87E;
	background-color: #FBFBEF;
	background-image: url(images/bggradienttrick.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	align:center;
	}
	
#transbox {
	width: 670px;
	margin: 0 0px;
	}
	
#transbox div {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
.footertxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #716809;
}
.nav {
	font-family: arial;
	font-size: 12px;
	color: #FFF;
}

.nav a:link {
	COLOR: #FFF; 
	TEXT-DECORATION: none;
}
.nav a:visited {
	COLOR: #FFF; 
	TEXT-DECORATION: none;
}
.nav a:hover {
	COLOR: #FFF; 
	TEXT-DECORATION: underline;
}
.nav A:active {
	COLOR: #FFF; 
	TEXT-DECORATION: underline;
}
#list-menu {
width: 110px;
/* this width value is also effected by
the padding we will later set on the links. */
}
#list-menu a {
	display: block;
	width:130px;
	padding: 3px 2px 3px 5px;
	background: #D7D6A6;
	text-decoration: none;
	filter:alpha(opacity=90);
	opacity: 0.9;
   -moz-opacity: 0.9;
   	border-top: 1px solid #CC8A56;
	border-bottom: 1px solid #CC8A56;
	border-right: 1px solid #CC8A56;
	border-left: 1px solid #CC8A56;

} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #333333;
}

#list-menu a:hover {
background: #666632;
color: #FFF;
} 
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: arial;
font-size: 11px; 
} 

#list-menu li {
margin: -2px 0 0;
}
.title {
	font-family: arial narrow, arial, helvetica;
	font-size: 26px;
	color: #7A2817;
	font-weight: normal;
}

.smalltext {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	font-weight: 300; 
	
}

.smalltexttitle {
	font-family: arial narrow, arial, helvetica;
	font-size: 12px;
	color: #7A2817;
	line-height: 18px;
	font-weight: bold; 
	
}
.maintext {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	color: #663300;
	line-height: 20px; 
	font-weight: 400;
}

.maintext a:link {
	COLOR: #F57C03; 
	TEXT-DECORATION: underline;
}
.maintext a:visited {
	COLOR: #502801; 
	TEXT-DECORATION: underline;
}
.maintext a:hover {
	COLOR: #502801; 
	TEXT-DECORATION: none;
}
.maintext A:502801 {
	COLOR: #F57C03; 
	TEXT-DECORATION: none;
}
.rightbox {
	background-color: #E8E6CD;
	border: 1px solid #C8CEA6;
}
