* {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
p {
	color: #666666;
	margin-bottom: 8px;
}
body {
	font-family: verdana, sans;
	font-size: 12px;
	padding-bottom: 5px;
	background:  #f9f9f7 url("images/bg.gif") repeat-x;
	color: #666666;
}
h1 {
	font-size: 15px;
	margin: -5px 0px 3px 0px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 3px;
	color: #333333;
	font-family: trebuchet MS, sans;
}
#container {
	width: 760px;
	background-color: #ffffff;
	margin: 0px auto 5px auto;
	padding: 7px;	
	border: 2px solid #dcdcd0;
	border-top: none;	
}
#header {
	width: 760px;
	height: 120px;	
	margin-bottom: 5px;
	background-image: url("./images/header.jpg");	
}
#banner {
	position: relative;
	left: 284px;
	top: 53px;
	width: 468px;
	height: 60px;
	background-color: #eeeeee;
}
#left {
	width: 191px;	
	float: left;
	text-align: center;
	margin: 3px 3px 3px 0px;	
	padding-bottom: 6px;
}
#menu { 
	text-align: left;
	list-style: none;
	margin-bottom: 10px;		
}
#menu li a {	
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 1%;
	font-size: 10px;
	padding: 4px;
	font-weight: bold;
	background-color: #2c90bf;
	border-bottom: 2px solid #ffffff;	
}
#menu a:hover {
	background-color: #87adbf;
}
#content {
	padding: 8px;
	float: left;
	width: 348px;	
	margin: 3px 0px 12px 0px;		
}
#content ul {
	margin: 6px 0px 6px 0px;
}
#content li {
	margin-left: 25px;
}
#quote {
	padding: 10px;
	background-color: #87adbf;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 0px;
}
#contentText {
	margin-top: 15px;
}
#right {
	width: 200px;
	float: right;
	font-size: 7pt;
	text-align: center;
	margin: 3px 0px 3px 0px;	
	padding: 26px 0px 6px 0px;	
}
#right img {
	margin-top: 5px;
	border: 5px solid #efefef;
}
#footer {
	background-color: #87adbf;
	float: left;
	width: 760px;
	margin: 0px 3px 0px 0px;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
	padding: 3px 0px 5px 0px;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
