#metro_wrapper {
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #333333;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
body {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #333333;
}
.header_left {
	float: left;
	height: 178px;
	width: 172px;
}
.header_right {
	height: 178px;
	width: 578px;
	float: left;
}
.myclear {
	clear: both;
}
.metro_nav {
	height: 35px;
	width: 750px;
}
.metro_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	background-image: url(images/footerbg.jpg);
}
.prod_left {
	float: left;
	height: auto;
	width: 475px;
	padding-left: 25px;
}
.page_title {
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	font-variant: small-caps;
	background-color: #666666;
	color: #FFCC33;
	margin-top: 10px;
	margin-bottom: 30px;
}
.prod_right {
	float: left;
	height: auto;
	width: 200px;
	margin-right: 0px;
	margin-left: 25px;
}
.content_container {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.title_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFCC33;
	background-color: #666666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: large;
	margin-bottom: 25px;
}
.content_right {
	float: right;
	margin-left: 25px;
	width: 200px;
	border: thin solid #FFCC33;
	background-color: #FFCC33;
}
.content_left {
	height: auto;
	width: 450px;
	float: left;
}
.contactbox1 {
	float: left;
	height: auto;
	width: 250px;
}
.contactbox2 {
	float: right;
	height: auto;
	width: 400px;
}

