@charset "UTF-8";
/* CSS Document */

body {
	background: #f9f9f9;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #55554b;
	font: 9pt Arial;
}

#container {
	width: 900px;
	text-align: left;
	height: 530px;
	margin-bottom: 10px;
	
	background-image: url(../images/feature_bg.jpg);
	background-repeat: repeat-x;
}

#image {
	width: 600px;
	float: left;
}
		#image img{
			width: 600px;
			height: 530px;
			border-right: solid 2px #cfcfcd;
		}

#info {
	width: 250px;
	text-align: left;
	float: right;
	padding: 20px;
}

			#info h1{
				text-transform: uppercase;
				font-family: "Futura LT Book", Futura, "Century Gothic", Arial;
				font-size: 12pt;	
				font-weight: normal;
				color: #a57d1e;
				letter-spacing: 1px;
				margin: 0;
			}
					#info h3{
						text-transform: uppercase;
						font-family: "Futura LT Book", Futura, "Century Gothic", Arial;
						font-size: 12pt;	
						font-weight: normal;
						color: #a57d1e;
						letter-spacing: 1px;
						margin: 0;
					}
			
			#info .italic{
				text-transform: none;
				font-family: Garamond, Times New Roman, Times, serif;
				font-size: 12pt;
				font-style: italic;
				text-align: left;
				color: #212121;
				margin: 0;
			}
			
			#info h2{
				text-transform: uppercase;
				font-family: "Futura LT Book", Futura, "Century Gothic", Arial;
				font-size: 10pt;	
				font-weight: normal;
				color: #212121;
				letter-spacing: 1px;
				margin: 20px 0 3px 0;
			}
			
			#info ul{
				margin: 0px;
				padding: 0 25px;
			}
			
			#info p{
				margin: 20px 0;
			}
			
			


a:link { 
	color: transparent;
	text-decoration: none;
	border: 0px #191919;
	}
a:visited { 
	color: transparent;
	text-decoration: none;
	border: 0px #191919;
	}
a:hover { 
	color: transparent;
	text-decoration: none;
	border: 0px #191919;
	}
a:active { 
	color: transparent;
	text-decoration: none;
	border: 0px #191919;
	}