#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #a24001;
	border-right-color: #a24001;
	border-bottom-color: #a24001;
	border-left-color: #a24001;
	background-color: #FFFFFF;
}
table tr td {
	margin:3px;
	padding:3px;
}
#wrapper #header {
	height: 143px;
	width: 1000px;
	background-image: url(images/logo.png);
	background-position: top;
}
#wrapper #nav {
	height: 30px;
	width: 1000px;
	clear: both;
}
#wrapper #text {
	width: 1000px;
	padding-top: 1px;
	position:relative;
	clear:both;
}
#wrapper #brands {
	height: 135px;
	background-image: url(brands.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #footer {
	height: 30px;
	width: 1000px;
	background-color:#a24001;
}

#wrapper #text #right-column {
	width: 500px;
	padding: 15px;
	border: 1px solid #c54001; /* #0304B4; */
	margin-top: 10px;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 30px;
}

#flash {
	clear:left;
	width:1000px;
	height:300px;
}
#wrapper #text #left-column {
	width: 350px;
	float: left;
	margin-left: 25px;
	border: 1px solid #c54001; /* #0304B4; */
	margin-top: 10px;
	padding: 15px;
	margin-bottom:15px;
	
}
#wrapper #text #right-column div {
	margin-left: 15px;
}
#wrapper #text #left-column .style1 img {
	padding-right: 15px;
}

* {
	margin: 0px;
	padding: 0px;
}
/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	color:#666;	
	background-color:#f5e9e2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#menu{
	width:1000px;
	height:30px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:90%;
		margin:0px;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:30px;
			
			line-height:30px;
			margin:0 5px;
			
		}
			#menu li a{
				display:block;
				float:left;
				height:30px;				
				color:#fff;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 10px;				
			}
				#menu li a:hover{	
					background:url(images/fm_hover_bg.jpg) repeat-x;
					color:#fff;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(images/fm_hover_pointer.jpg) no-repeat top;
						height:30px;
						display:block;
						float:left;
					}
					#menu li .current{
						display:block;
						float:left;
						height:30px;
							
						background:url(images/fm_hover_bg.jpg) repeat-x;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 10px;		
					}
#wrapper #nav #menu a {
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.footer {
	color:#fff;
	padding-top:5px;
	clear:both;
}
.footer a, .footer a:visited {
	color:#fff;
	text-decoration:underline;
}
ol {
	margin-left: 15px;
}

p {
	margin-bottom: 10px;
}

