<style type="text/css">


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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: #000000;s
	background-color: #828a8c;
}
 #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-bottom: 0px;
}
 #header {
	background-color: #E5232B;
	height: 125px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	vertical-align: text-bottom;
	text-align: center;
	letter-spacing: 0.3em;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-image: url(../images/header-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #E5232B;
}

.header_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5232B;
	display: inline-block;
	width: 100%;
	text-align: center;
}

 #header img {
	background-color: #06151a;
	margin-top: 10px;
	padding: 0;
}

 #catalog {
	width: 200px; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: inline-block;
	line-height: 20px;
	text-align: center;
}
 #catalog2 {
	width: 200px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 250px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #666;
}
 #mainContent {
	padding-top: 0;
	padding-right: 15%;
	padding-bottom: 0;
	padding-left: 16%;
	display: inline-block;
	height: 650px;
}
 #mainContent a{
	color: #FFF;
	text-decoration: none;
}

 #mainContent a:hover{
	color: #FFF;
	text-decoration: none;
}
 #mainContent img {
	text-align: left;
	margin-right: 6px;
	text-decoration: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}


 #mainContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #666;
}

 #mainContent h2 {
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

 #mainContent h3 {
	background: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}

 #mainContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}

 #footer {
	background:#06151a;
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 0px;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

</style>

