#container {
	background-color: white;
	padding: 10px;
	border-color: #e6e6e6;
	border-style: solid;
	border-width: 1px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
}

#header {
	text-align: center;
}

#footer {
	clear: both;
	text-align: center;
}

#callout {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	height: 320px;
	background-color: #99cc66;
	margin: 10px;
	border-color: #336600;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	clear: right;
	float: right;
	width: 350px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	}

#callout2 {
	background-color: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	border-color: #336600;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}
#content {
	overflow: hidden;
	width: 500px;
}

body {
	line-height: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #cccc99;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


span {

	color: #336600;

	font-weight: bold;

}

h3,h2,h1 {
	text-shadow: 1px 1px 1px #d8fccc;
	margin-top: 18px;
	margin-bottom: 18px;
	line-height: 18px;
	color: #336600;
}

#footer small {
	color: #999999;
}

#prices {
	margin-left: 10px;
	margin-top: 10px;
	width: 490px;
	padding-right: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	padding-top: 8px;
	height: 327px;
	border-color: #336600;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	}

* {
	padding: 0px;
	margin: 0px;
}

p,small {
	margin-bottom: 18px;
}

.theader {
	text-align: center;
	color: #336600;
	font-weight: bold;
}

#logo {
	margin-bottom: 10px;
	margin-top: 10px;
}

