body {
	background-image: url(images/back.jpg);
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica;
	font-size: 76%;
	text-align: center;
}

#pagewidth{ 
width:768px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#header{
	position:relative;
	height:212px;
	width:100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
} 
 
#leftcol{
	width:190px;
	float:left;
	position:relative;
	left: 04px;
}
 
#maincol{
	float: right;
	display:inline;
	position: relative;
	width:570px;
	padding: 0px;
}
 
#footer{
	height:20px;
	clear:both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 0.9em;
	color: #B775CA;
	text-align: center;
} 
 

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
#tbl_back {
	background-image: url(images/tbl_back.png);
	background-repeat: repeat-y;
}
#topmenu {
	background-image: url(images/menu_back.png);
	background-repeat: no-repeat;
	height: 55px;
	padding-left: 22px;
}
#topmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#topmenu li {
	float: left;
}
#topmenu li a {
	display: block;
	padding-top: 14px;
	padding-left: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 10px;

}
#topmenu li a:hover {
	background-image: url(images/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	color: #41101A;
}
#header h1 {
	display: none;
}
#maincol h1 {
	margin: 0px;
	color: #924378;
}
#maincol p {
	color: #333333;
}
#leftcol ul {
	margin: 0px;
	padding: 0px;
}
#leftcol li {
	list-style: none;
	margin-bottom: 4px;
}
#leftcol li a {
	display: block;
	background-color: #E9D3EF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8B1E2;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #9B4680;
	text-decoration: none;
	font-weight: bold;
}
#leftcol li a:hover {
	border-bottom-color: #933EA8;
	background-color: #CF9FDD;
	color: #FFFFFF;
}
.gallery img {
	border: 3px solid #CF9FDD;
}
.gallery {
	float: left;
	width: 130px;
	margin: 5px;
}
#tbl_back a {
	color: #9B46A7;
}
.clear {
	clear: both;
}

