* {
	padding: 0;
	margin: 0;
}
body {
	/*background: #FFF;*/
	color: #000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	font-size: 90%; /* 1.65em */
	padding: 0;
	min-width: 1024px;
}

h2, h3, h4, h5 {
	color: #1F5385;
}
h2 {
	font-size:14px;
	border-bottom: 1px double #ffb73b;
}
h3 {
	font-size:12px;
	color: #c60101;
}
h4 {
	font-size:11px;
	color: #14398a;
}
h5 {
	font-size: 13px;
	color: #000000;
	font-style: none;
}

p {
	font-size:11px;
}

ul {
	padding-left: 95px;
}
li {
	font-size:13px;
	text-indent: 5px;
}

#wrapper {
	margin: 0 auto;
	width: 729px;
	
}


#contentholder {
	background-image:url(images/bg02.gif);
	background-repeat:repeat-y;

}

#topimage {
	background-image:url(images/topimage02.jpg);
	background-repeat:no-repeat;
	width:729px;
	height:336px;
	
}

#content {
	margin:0 auto;
	width:470px;
	padding:20px 125px 20px 120px;
}

#left {
	width: 230px;
	float: left;
}

#right {
	width: 230px;
	float: right;
}

#product {
	margin:10px 5px 10px 5px;
	padding:5px;
	
}

#product a{
	border:none;
	margin:3px;
	
}
#product a img{
	border:none;
	margin:3px;
	
}

#product img {
	float:left;
	border:2px solid #14398A;
	margin-right:25px;
	padding:4px;
}

#footer {
	background-image:url(images/footer02.gif);
	background-repeat:no-repeat;
	width:729px;
	height:15px;
	text-align:center;
}
#footer p {
	padding-top: 15px;
}

