/* Start of CMSMS style sheet 'Styles' */
body {
	font-size: 12px;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
_behavior: url(csshover.htc);	/* Fix IE6 Hover Behavior For Fancy Popup thingies, relative to base tag because IE is crazy */

}

h1 {
	color:#A3001B;
	font-size:20px;
	border-bottom:2px #700003 solid;
}

a {
	color:#700003;
}

.table_data td, a {
	font-size:11px;
}

.product_header {
	font-size:18px;
}

#wrapper {
	width: 826px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-image: url(images/wrapper_bg.jpg);
}

#header {
	width: 826px;
	height: 104px;
}

#left_column {
	width: 188px;
	background-image: url(images/left_column_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}

#center_column {
	width: 480px;
	float: left;
	margin: 0 4px 0 4px;
}

#right_column {
	width: 130px;
	height: 224px;
	background-image: url(images/right_column_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
        /*position:relative;
        top:-765px;
        left:484px;*/
}

#content {
	padding: 10px;
}

#footer {
	width: 826px;
	height: 77px;
	background-color: #333333;
	clear: both;
	border-top: 2px #ffffff solid;
	color: #ffffff;
	position: relative;
	text-align: center;
}

#address1 {
	width: 260px;
	position: absolute;
	top: 10px;
	left: 152px;
}

#address2 {
	width: 260px;
	position: absolute;
	top: 10px;
	left: 474px;
}

#credits {
	width: 826px;
	margin: 0 auto 0 auto;
	text-align: right;
	padding: 10px;
}

#credits a {
	color: #000000;
	text-decoration: none;
}
/* End of 'Styles' */

