html
{
	margin: 0;
	padding:0;
	height: 100%;
	width: 100%;
}
body
{	
	background: #ffffff url(../images/bottom_bgr.jpg) no-repeat bottom right;
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}
p
{ 
	margin-top: 0; 
	text-align: justify;
}
h3
{ 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}
a
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
}
a:hover
{ 
	text-decoration: underline; 
	color: #9685BA;
}
.number
{
	font-family: Arial, Helvetica, sans-serif;
}
/* specific divs */
#maincontainer
{
	background: url(../images/body_bgr.jpg) no-repeat top left; 
	padding: 45px 50px 0px 50px;  
	margin: 0;
}
#rightcontainer
{
	
}
#contentcolumn
{
	margin-left: 266px;
}
.gallerycontainer
{
	width: 500px;
	margin: 0 auto 0 auto;
	float:none;
	display:block;
}
#leftcolumn
{
	float: left;
	/*margin-left: -100%;*/
	width: 230px;
	padding: 12px 20px 0 16px;
}

/* intro */
#intro 
{
	color: #9685BA;
}
#intro h1
{ 
	background: transparent url(../images/h1.gif) no-repeat top left;
	margin: 0;
	width: 230px; 
	height: 40px;
	display: block;
	float: left;
}
#intro h1 span
{
	display: none;
}
#intro-div p
{
	font: italic 10pt/22pt georgia; 
	text-align:center;
	font-weight: bold;
}
.title
{
	background: url(../images/dot.gif) repeat-x left bottom;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: georgia, sans-serif;
	font-style: italic;
	color: #a1af8e;
}
.floral
{
	background: url(../images/grey_grass_button.gif) no-repeat bottom right;
	display: block;
	padding: 25px 0 0 0;
}
.p2
{
	margin: 15px 0;
}
#intro-content
{	
	margin: 0px 20px 0 30px;
	padding: 0;
}
/* navigation */
#navigation
{
	background: #eff4ed; 
	/*margin: 0 auto 40px auto;*/
	/*width: 230px;
	/*float: left;*/
	border: 1px solid #a1af8e;
}
ul#nav-list
{
	list-style: none;
	margin: 7px;
	padding: 0;
	background: url(../images/dot.gif) repeat-x left top;

}
ul#nav-list li
{
	margin:0;
	padding: 5px;
	background: url(../images/dot.gif) repeat-x left bottom;
}
ul#nav-list li a
{
	padding: 5px 5px 5px 30px;
	background: url(../images/green_grass_button.gif) no-repeat left center;
	color: #a1af8e;
}
/* end navigation */
/* end intro */

.thumbnail img{
border: 1px solid #cccccc;
margin: 0 3px 3px 0;
}
.thumbnail:hover img{
border: 1px solid #999999;
}
.gallery
{
	border: 1px solid #ffffff;
	padding: 2px; 
}