body {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background: #ffddff;
	color: #000;
	text-align: center;
}

.quote { color: #d22f8e; font-style: bold}

h1 {font-size: 14pt}
div.main {
	background: #fff;
	width: 75%;
	margin: 0 auto;
	line-height:120%;
	text-align: left;
}
  div.content2 {	background-color: #fff;
	padding: 20px 10px 0px 10px;
	height: 300px;
	line-height: 2;
	font-size: 14px
}


table { font-size: smaller}

div.outline { 	border: 7px dashed black;
   	
}
	
div.header,div.footer
{	background-color: #fff;
	padding:00px;
	color:black;
	clear:left;
	text-align: center;
	margin:0;
}
div.header { padding-top: 5px; padding-bottom: 15px; font-size: 14px; }
div.footer {padding-bottom:15px; clear:both }

h1.header
{	
	padding:0;
	margin:0;
}

div.left
{	background-color: #fff;
	float:left;
	width:20%;
	padding: 0px 5px 0px 20px;
	line-height: 150%;
	font-size: 18px;
	}

div.content
{	background-color: #fff;
	padding: 20px 10px 0px 10px;
	height: 300px;
	line-height: 125%;
	font-size: 16px
}

div.content_Test
{	background-color: #fff;
	padding: 20px 10px 0px 15px;
	height: 300px;
	line-height: 125%;
	font-size: 12px
}

div.photos
{	background-color: #fff;
	padding: 0px 0px 0px 0px;
	height: 300px;
	width: 80%;
	line-height: 125%;
	font-size: 16px
}

div.footer { font-size: 10px;
	height:50px;
	vertical-align: bottom;
		
		 }
		 
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #C0C0C0;
background-color: #ffeeff;
border-bottom-width: 0;
width: 120px;
text-align: center;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: 16px Tahoma;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: black;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: white;
font-size: 17px;
color: black;
}		 


