* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Georgia, Times, sans-serif;
	background: #fff;
	
}

body.section-1 { 
	
}
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none; 
	outline: none;
	color: #000;
}
a:active { text-decoration: none; outline: none;}
a:visited { text-decoration: none; color: #000; 
	
}
a:hover,
li.active a{ 
	/* text-decoration: underline; */ 
	background: fuchsia;
	color: #fff;
}

a img { border: none; }

h2.headerTitle{
	
}
.ShopTitle{
	margin: 18px 0;
	border-bottom: 1px dotted #000;
	padding-bottom: 9px;
	width: 600px;
}
.ShopTitle input, select{
	margin: 5px 0;
}
#menu {
    width: 195px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	border-left: 20px solid #000;
	padding-right: 20px;
	opacity: .75;
}

/*#menu ul {
	list-style: none;
	margin: 0;
	display: none;
}*/
#menu ul.BioMenu{
	display: block;
	margin-top: 20px;
}

#menu ul li{ 
	text-align: left;
	list-style-type: none;
}
#menu ul li a{
	line-height: 18px;
}


#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
}

#menu ul li.section-title {
	text-align:right;
	font-weight:bold;
	border: 1px dotted #000;
	border-top: none;
	border-left: none;
	border-right: none;
	color: black;
	margin:0pt 0pt 5px;
	padding-bottom:5px;
	cursor: pointer;
}


#content {
    height: 100%;
    margin: 0 0 0 235px;
    padding: 30px 0 0 0;
    top: 0;
}
#big-images{
	height: 620px;
	width: 800px;
	margin-bottom: 10px;
}

.container{
    padding: 5px 0 0 5px;
}

a.blog-title{
	font-weight: bold;
	border: 1px dotted #000;
	border-left: none;
	border-right: none;
	border-top: none;
	line-height: 18px;
	text-align: right;
	display: block;
}
a.blog-title:hover{
	background: none;
	color: #000;
}
.pics{
	height: 620px;
	display:block;
}

.BioPic{
	float: left;
	margin: 0 15px 15px 0;
}

.clearfix{
	clear: both;
}

#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

.BioMenu p{
	line-height: 18px;
	margin: 0;
	padding: 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ 
	width: 450px; 
	margin: 0; 
	padding: 0 0 12px 0; 
}
#img-container p.description	{ 
	width: 450px; 
	margin: 0; 
	padding: 0 0 12px 0; 
	float: left;
	margin-right: 50px;
}
#img-container p.nav	{ 
	width: 200px; 
	margin: 0; 
	padding: 0 0 12px 0; 
	float: left;
}
#once { clear: left; }