@charset "UTF-8";
/* CSS Document */

div.wrapper {
width: auto;
height:auto;
background-color: #ffffff;
text-align: center;
margin-left:auto;
margin-right:auto;

}

div.menu {
	width:auto;
	height: auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}

div.content {
	width:831px;
	height:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

div.footer {
text-align:center;
width:auto;
margin-left:auto;
margin-right:auto;
font-size:10pt;


}

div.about1 {
text-align:left;
width:320px;
height:520px;
float:left;


}

div.about2 {
text-align:left;
width:500;
height:520px;
float:right;
}

div.gallery {
text-align:left;
width:auto;
height:auto;
margin-left:auto;
margin-right:auto;
padding-left: 75px;
}

.subheader {
font-style:italic;
color:#666666;
font-size: 10pt;
}

.contact {
font-style:bold;
font-size: 14pt;
}

body {
	background-color: #ffffff;
	font-family: Minion Pro, Minion, "Times New Roman", serif;
	font-size: 12pt;
	text-align:center;
	color: #000000;	
}

a:link { color:#660000; text-decoration:none; }
a:visited { color:#660000; text-decoration:none; }
a:hover { color:#FF0000; text-decoration:underline; }
a:active { color:#FFFFFF; text-decoration:none; } 
