body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	background-repeat: repeat-x;
	background-color: #5F70C0;

}
div#container {
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;


}
div#header {
	height: 128px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;

}
#columnProduct {
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}



#columnProduct a:link, #columnProduct a:visited {
	color: #003366;
}
#columnProduct a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #5F70C0;


}
#columnLeft {
	float: left;
	width: 180px;
	text-align: center;
	font-style: italic;
	padding: 1em;
	margin-left: 1em;

}

#columnLeft a:link, #columnLeft a:visited {
	color: #000099;

}
#columnLeft a:hover {
	color: #0000CC;
	text-decoration: underline;
}

#columnRight {
	padding: 1em;
	margin: 0em;
	float: right;
	width: 500px;

}
#columnRight a:link, #columnRight a:visited {
	color: #003366;

}
#columnRight a:hover {
	color: #FFFFFF;
	background-color: #5F70C0;


}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	text-align: center;
	font-size: 80%;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 80px;

}


#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333333;

}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

h2 {
	font-size: 1.5em;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	line-height: 1.5em;


}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
}



#columnRight p {
	text-align: left;
}
.red {
	color: #F00;
}
