body {
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

	}

a:link, a:visited { 
	text-decoration: underline; 
	color: #006699
}


#container {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	/* margin-top:15px; */
	background-color: #ffffff;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	padding:25px;
}


#leftcol {
	padding-top:15px;
	width:140px;
	float:left;
	margin-left:10px;

}



#rightcol {
	padding-top:15px;
	margin-left: 190px;
	width:660px;
	padding-bottom:10px;

}




#leftcol ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

#leftcol ul li {
	text-align:center;
	line-height:220%;
}

#leftcol ul a:link,
#leftcol ul a:visited {
	background-image:url(images/nav-bg.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-decoration:none;
	display:block;
	color:#FFFFFF;

}

#leftcol ul a:hover {
	background-image:url(images/nav-bg-hover.gif);
	color:#8D2F59;
	
	}


.maintext {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 30px;
	margin-top: 10px;
	line-height: 18pt;
	margin-right: 10px;
	color: #333333;
}

li, textarea {
	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 18pt;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #8D2F59;
	margin-top: 20px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 0px;

}

p {

	font-family: Georgia, Verdana, Helvetica, sans-serif;
	font-size: 85%;
	margin-left: 15px;
	margin-top: 10px;
	line-height: 180%;
	margin-right: 10px;
	color: #333333;
}

table.prices  {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:80%;
	border-left:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-left: 15px;
	width:80%;
	margin-bottom:10px;

	}

table.prices th {  
	background-color:#8D2F59;
	color:#FFFFFF;
	border-right:1px solid #EEEEEE;

}

table.prices th.alt {
	background-color:#A35075;
}

table.prices td {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	}

table.prices th em {
	font-weight:normal;
	font-style:normal;
	font-size:70%;
}

table.prices th,
table.prices td {  
	text-align:center;
	padding:4px;
	padding-left:12px;
	padding-right:12px;
}


div.imagegallery {
	margin-left:15px;
}

div.imagegallery img {
	border:5px solid #F5F5F5;
	float:left;
	height:175px;
	margin-bottom:9px;
	margin-right:9px;
	width:140px;
}



.button {  
	color: #FFFFFF; 
	background-color: #DE9AB1; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	}
	
#footer {
	border-top:1px solid #DDDDDD;
	clear:both;
	margin-top:40px;
	font-size:70%;
	color:#666666;
	padding-top:15px;
	padding-bottom:15px;
	}
