#menu {
	padding:0;
	margin:0;
	height:20px;;
}
#content {
height:450px;
overflow:auto;
text-align:left;
padding:20px;
font-size:12px;
margin:0;
background:#D4D4D4 url(/img/body.jpg) top left repeat-x;
}
#menu {
width:500px;
	font-size:80%;
	list-style:none none outside;
	text-align:center;
}
#menu ul {
	padding:0 100px;
	list-style:square none inside;
margin:0 auto;
}
#menu li {
float:left;
text-transform:uppercase;
font-weight:bold;
color:#CCCCCC;
width:100px;
}
#menu li a:hover {
color:#FFCC33;
}
li li {
	padding:0;
}
#wrapper {
	margin:0 auto;
	padding:0;
	width:1000px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
background:#000 url(/img/head.jpg) center top no-repeat;
}
h1 {
	width:1000px;
	color:#FFFFFF;
	height:67px;
	margin:0 auto;
	padding:0;
}
#pic {
	float:right;
	padding-right:5em;
	margin-bottom:5px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	font-weight:bold;
	margin:1em 0 0 0;
	padding:0;
}
.quote {

font-size:80%;
background:#fff url(/img/quote.jpg) top left no-repeat;
border:1px solid #CCC;
padding:1em;
margin:1em;
width:20em;
float:left;
height:20em;
overflow:auto;
}
.quote h4 {
margin:0;
padding:0;
font-size:120%
}
a {
color:#666;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.quotes {
display:block;
clear:both;
float:none;

}