/*#############################################################




#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #4d2042;
	border-bottom: dotted 1px #4d2042;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #B40B0C;
	border-bottom: dotted 1px #B40B0C;
}

body {
	background: #686666;
	color: #272626;
	font-size: 62.5%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}


p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 1.7em;
	text-align: justify;
}

h2	{text-indent: -9999px;
	height: 80px;
	padding-bottom: 12px;
	
	}

#gallerylink	{
	margin: 10px 0 20px;
	height: 36px;
	}

#gallerylink a	{
	padding: 10px;
	display: block;
	background:  #4d2042;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	width: 400px;
	}
	
#gallerylink a:hover	{
	background:  #724665;
	}



.thinner	{
	width: 450px;
	}
	
	
h2#home	{
	background: url(../img/h2_home.gif) top left no-repeat;
	height: 80px;
	width: 680px;
	}
	
h2#gallery	{
	background: url(../img/h2_gallery.gif) top left no-repeat;
	height: 55px;
	width: 360px;
	float: left;
	clear: none;
	display: inline;
	}
	


/* misc */

.clearer {
	clear: both;
}

.homephoto	{
	float: right;
	margin-top: -20px;
	}
	

/* structure */

.container {
	margin: 0 auto;
	width: 860px;
}

/* header */

.header {
	background: url(../img/header.jpg) top left no-repeat;
	height: 114px;
	margin: 0 auto;
	width: 100%;
}

.header h1 {
	text-indent: -9999px;
	height: 1px;
}

/* navigation */
.navigation {
	background: url(../img/navbg.jpg);
	width: 100%;
	height: 62px;
	float: right;
}

.navholder	{
	width: 300px;
	float: right;
	padding: 15px 5px 0 0;
	}

.navholder a {
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	padding: 6px 8px;
	text-align: center;
	display: block;
	width: 100px;
	float: left;
	margin-left: 8px;
	border: 1px solid #724665;
}

.navholder a:hover,.navholder a.selected {
	background: #724665;
	color: #fff;
	border: 1px solid #fff;
}


/* main */
.main {
	clear: both;
	background:  #c7c7c7 bottom left no-repeat;
}


/* content */

.content {
	background: url(../img/contenttop.jpg) #c7c7c7 top left no-repeat;
	float: left;
	width: 780px;
	padding: 100px 40px 20px 40px;
}

.contenthome {
	background: url(../img/contenttophome.jpg) #c7c7c7 top left no-repeat;
	float: left;
	width: 780px;
	padding: 100px 40px 20px 40px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 28px;
}

/* footer */

.footer {
	background: url(../img/footerbg.jpg) top left no-repeat;
	color: #FED;
	margin: 0 auto;;
	width: 100%;
	height: 140px;
}
