html {
	font-size: 12px;
	}
body {
	margin: 0px 10px 20px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	font-weight: normal;
	}
#wrapper {
	margin: 0 auto;
	width: 702px;
	padding: 0px;
	background-image:  url(../res/bg_content.gif);
	background-position: center;
	background-repeat: repeat-y;
	}
#header {
	text-align: center;
	background-image:  url(../res/bg_header.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	}
#header .right {
	float: right;
	}
#header .left {
	float: left;
	}
#navigation {
	text-align: center;
	padding: 10px 0px;
	margin: 0px;
	}
#navigation img {
	padding: 0px 20px;
	}
#content {
	width: 670px;
	padding: 0px;
	margin: 0 auto;
	}
#contentPad {
	padding: 0px 20px 10px;
	margin: 0px;
	position: relative;
	}
#leftContent {
	width: 300px;
	float: left;
	}
#graphic {
	margin: 0px;
	float: right;
	width: 280px;
	}
#footer {
	background-image:  url(../res/bg_footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 25px;
	font-size: 10px;
	height: 38px;
	}
.imgright {
	float: right;
	}
a:link {
	color:#0D19A3;
	text-decoration: none;
	}
a:visited {
	color:#0D19A3;
	text-decoration: none;
	}
a:active {
	color:#0D19A3;
	text-decoration: none;
	}
a:hover {
	color:#0D19A3;
	text-decoration: underline;
	}
h1 {
	color:#0D19A3;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: normal;
		margin-bottom: 0px;
		margin-top: 25px;
}

.product_nav {
		font-family: Arial;
		font-size: 12px;
		font-weight: normal;
}

a.product_nav:link {
	color:#ff0033;
	text-decoration: none;
	}
a.product_nav:visited {
	color:#ff0033;
	text-decoration: none;
	}
a.product_nav:active {
	color:#ff0033;
	text-decoration: none;
	}
a.product_nav:hover {
	color:#181ea4;
	text-decoration: underline;
	}