body {
	background-color: #555555;
	background-image: url(images/grey777.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
}

h3 {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
}
h4 {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	}

a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF5094;
}
a:active {
	color: #000000;
}

#centered{
	margin: 0px auto;
	width: 700px;
	/*border: 1px solid #CC6600;*/
	/*center the whole site in the browser*/
}

#menu{
	text-align:right;
	margin:0px 0px 20px 0px;
	/*border: 1px solid #336600;*/
	/* bottom margin here changes how close the main body text is*/
}
#menu ul {
	margin:0px 0px;
	padding:34px 0px 0px 0px;
	/*top padding here pushes the main links to line up at bottom of dark grey bar*/
	}
#menu li {
	list-style:none;
	display:inline;
}
#menu a {
    padding-left:13px; 
    padding-right:13px; 
}



#logo{
	width:275px;
	height:62px;
	margin:0px;
	padding:0px;
	background:url(images/jansen_header_logo.gif) no-repeat;
	float: left;
	/*border: 1px solid #669933;*/
	/*float here allows logo to be on same row as links*/
	
}
#logo h1{
	display:none;
	/*this works in conjunction with #logo to hide h1 tag and replace with an image*/
}
#footer{
	font-size: 10px;
	color: #333333;
	
}
#footer a{
	color: #333333;
}
#footer a:hover{
	color: #000000;
}

#gallerybody{
	font-size:10px;
	margin:0px auto;
	text-align:center;
}

#gallerybody img{
	border:1px solid #000;
}

#floatme {
	float: right;
	margin-left: 20px;
	/*border:1px solid #000;*/
}
#floatme img{
	margin:15px 10px 10px 0px;
	border:1px solid #000;
}
.quote {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#homequote{
	color:#999;
	background-color:#333;
	margin:15px 10px 10px 0px;
	padding:5px 10px 5px 10px;
	border:1px solid #999;

}

