@charset "utf-8";
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;
	background-color: #FFFFFF;
	background-image: url(../layout/layout_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#row4 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	color: #640D03;
	padding-top: 5px;
}

#row4 a {
	color: #640D03;
	text-decoration: none;
}

#row4 a:hover {
	color: #0099CC;
	text-decoration: none;
}
#row5 p {
	font-size: small;
	color: #333333;
	text-align: center;
}
#row5 a {
	color: #9F3C15;
	text-decoration: none;
}

#row5 a:hover {
	color: #0066CC;
	text-decoration: none;
}

.style1 {
font-size: x-small;
}

#row3 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #E9987C;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 5px;
}
#row3 h3 {
	color: #EAC63E;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
}
#coupon {
	font-size: small;
	color: #CCCCCC;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	width: 180px;
	height: 75px;
	border: medium dotted #CC9966;
	margin-left: 10px;
	margin-right: 20px;
}
#coupon a {
	color: #CCCCCC;
	text-decoration: none;
}

#coupon a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#pricingtable {
	font-size: small;
	color: #E9987C;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
}
#row3 ul {
	color: #E9987C;
	font-size: small;
	text-align: left;
	padding-right: 20px;
	list-style-position: inside;
}
#contactform {
	font-size: small;
	color: #333333;
	text-align: left;
	padding-left: 70px;
	padding-right: 70px;
}
#row3 a {
	text-decoration: none;
	color: #99CCFF;
}

#row3 a:hover {
	text-decoration: none;
	color: #99CC00;
}
#note {
	color: #CCCCCC;
	font-size: x-small;
	text-align: left;
	padding-right: 20px;
	padding-left: 10px;
}
