/* CSS Document */

body { margin: 0; padding: 0; text-align: center; font: 75% verdana, arial, helvetica, sans-serif; color: #ffffff;}

div.banner { float: inherit; padding: 10px; }

ul#navigation { margin: 0; padding: .1em 1em; list-style-type: none; background: #ff0044; display: inherit; width: 100%; }
ul#navigation a { display: inherit; float: inherit; padding: .1em 1em; text-decoration: none; color: #fff; background: #ff0044; border-left: 1px solid #fff; }
ul#navigation a:hover { background: #ff9331; }
ul#navigation li { display: inline; }

#content h3{ margin-top: 0; text-align: left; color: #ff9330; }
#content { text-align: justify; color: #004400; margin: 1em 3% 1em 3%; width: 54%; float: left; display: inline; }
#content address { font-style: normal; }
#content a {text-decoration: none; color: #ff9330; font-weight: normal; }
#content a:hover { text-decoration: underline; font-weight: bold; }

#graphics { margin: 2em; width: 34%; float: left; }

#footer { clear: both; background: #ff0044; color: #ffffff; padding: 2.5px 5px; text-align: right; font-size: 80%; }
#footer a { text-decoration: none; color: #ffffff;}
#footer a:hover { background: #ff9329; } 

#content2 {
	text-align: left;
	color: #004400; 
	margin: 1em 3% 1em 3%;
	width: 80%; 
	float: left; 
	display: inline;
	 
	}

.imgoffer {
	float:right;
	width: 100px;
	height: 100px;
	padding-left: 10px;	
	padding-top: 5px;
	}
	
	
/* Copyright 3tc, February 2007 */