body {
	background:#898989;
	text-align:center;
	margin:0;
	padding:0;
	background:url(images/bg.gif) repeat-x;
	
}
#container {
	width:766px;
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#464545;
	text-align:justify;
	
}
#header {
	
	width:665px;
	height:285px;
}
#contact {
	width:206px;
	height:382px;
	background-image:url(images/contact.gif);
	background-repeat:no-repeat;
	text-align:center;
	font-weight:bold;
	background-color:#fff;
	
}

#content {
	width:237px;
	height:368px;
	background-image:url(images/content.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-left:3px;
	padding-right:8px;
	background-color:#fff;
	
}
#contact a {
	color:#699dc3;
}
#content ul {
	margin-top:0;
	padding-top:0;
}
#content li {
	color:#5caf58;
	font-weight:bold;
	padding-bottom:10px;
}
#right {
	width:223px;
	height:382px;
	background-image:url(images/right.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-weight:bold;
	
	
}
#right ul {
	padding:0;
	margin:0;
	padding-left:40px;
	padding-top:20px;
}
#right li {
	padding-bottom:10px;
}
#footer {
	background:url(images/footer.gif) no-repeat;
	width:766px;
	height:30px;
	padding-top:20px;
	text-align:center;
}
#footer a {
	color:#fff;
}
#images {
	padding-top:50px;
	padding-left:35px;
}
#images img {
	padding-bottom:10px;
}
p {
	margin:0;
	padding:0;
	padding-bottom:8px;
}
form {
	width:80%;
}

.image {
	padding:3px;
	margin:5px;
	border:1px solid #666;
}
