/*----------------------general styling for this example--------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
	padding: 20px;
		background: #fff url(../images/logo2.png) center top no-repeat;
	text-align: center;
	color: #999;
	font: 80%/140% georgia, serif;
	height:100%;
}


html
{
height:100%;

}


#content
{
	width: 750px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -1em; /* the bottom margin is the negative value of the footer's height */

}




/*---------------------------nav styling ---------------------------------*/


h3 {
	font-size: 130%;
	}

.container {
	padding: 30px;
	margin: 40px 0 10px 0;
	
	text-align:center;
	
	}

#miniflex {

	width: 100%;
text-align:center;
	font-size: 1.5em; /* could be specified at a higher level */
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #221;
	
	}

#miniflex li {
text-align:center;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style: none;
	}
	
#miniflex a:link, #miniflex a:visited {
	text-align:center;
	font-size: 85%;
	line-height: 20px;
	font-weight: bold;
	margin: 0 10px 0 0px;
	text-decoration: none;
	color: #999;
	}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
	text-align:center;
	}

/*-----------------------------end nav-----------------------------*/

.floatleft
{
float:left;
margin-right:10px;
}

.clear
{
clear:both;
}

#content img 
{
margin-bottom:10px
}

/*---------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0
}


.invisible
{
display:none;
}

h1, h2 {
	font: bold 80% 'helvetica neue', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
	clear:both;
}
a {
	color: #89b;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #67a;
}
.caption {
	font-style: italic;
	color: #887;
}
.demo {
	position: relative;
	margin-top: 0em;

	

}
.gallery_demo {
	width: 702px;
	margin: 0 auto;

}
.gallery_demo li {
	width: 68px;
	height: 50px;
	border: 3px double #111;
	margin: 2px 2px;
	background: #fff;


}
.gallery_demo li div {
	left: 240px;
	

	
}
.gallery_demo li div .caption {
	font: italic 0.7em/1.4 georgia, serif;
}
#main_image {
	margin: 0 auto 60px auto;
	height: 438px;
	width: 700px;
	background: #fff;
	
}
#main_image img {
	margin-bottom: 10px;
	
}
.nav {

	padding-bottom: 5px;
	clear: both;
	font: 80% 'helvetica neue', sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.info {
	text-align: left;
	width: 700px;
	margin: 30px auto;
	border-top: 1px dotted #221;
	padding-top: 30px;
	clear:both;
	
}
.info p {
	margin-top: 1.6em;
}



.push
{
clear:both;
height: 2.5em;
}


.footer 
{
height: 2.5em; /* .push must be the same height as .footer */

	border-top: 1px dotted #221;

width:750px;
margin:30px auto;
}


.signature
{

font-style: italic;
margin-top:1em;
}

.abouttext
{
margin-left: 40%;
}

#switchform
{
float:left;
text-align:left;


}


div.aboutimages
{
width:715px;
margin:0 auto;
}


