body{
	margin:0px auto;
	color:#006699;
	font-size: 0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat;
}

h1{
	font-family: "Arial Black";
	font-size: 2.8em;
	margin-left: 160px;
	margin-top: 10px;
	display: none;

}

h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	display: none;
}

h3{
	font-size:1.3em;
	color: #0066CC;
}

h4{
	font-size:1.1em;
	color: #666666;
}


a:link, a:visited {
	text-decoration: none;
	color: #EF4836;
}

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

#wrapper{
	width: 950px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	border: none;
}
#header {
	background-image: none;
	height: 179px;
	margin-left: 20px;
}
#breadcrumb{
	font-size: 0.85em;
	color: #000000;
	margin-left: 20px;
}
#nav{
	display: block;
	width: 20%;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
}
#nav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li
{
	margin: 0.1em;
	padding: 0.1em;
}

#nav li a
{
	background: #418A7F;
	height: 2em;
	line-height: 1.5em;
	float: left;
	width: 9em;
	display: block;
	text-decoration: none;
	border-top: 0.1em solid #dcdce9;
	border-right: 0.1em solid #dcdce9;
	border-bottom: 0.2em solid #99CC33;
	border-left: 0.1em solid #dcdce9;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#nav li a:hover
{
	background: #fff;
	height: 2em;
	line-height: 1.5em;
	width: 9em;
	display: block;
	color: #418A7F;
	text-decoration: none;
	border-top: 0.1em solid #dcdce9;
	border-right: 0.1em solid #dcdce9;
	border-bottom: 0.2em solid #000000;
	border-left: 0.1em solid #dcdce9;
}

/* Hide from IE5-Mac \*/
#nav li a
{
float: none
}
/* End hide */
#content{
	font-size: 0.95em;
	color: #000066;
}

#content table{
	font-size: 0.75em;
	border: 1px solid #000000;
}

#content h3 a{
	color: #0066CC;
	text-decoration: underline;
}

.month{
background-color: #CCCC99;
}

.c_text{
	display: block;
	width: 50%;
	padding: 5px;
	margin-top: 5px;
	float: left;
}
.c_text2{
	display: block;
	width: 20%;
	padding: 5px;
	margin-top: 5px;
	float: left;
	background-color: #EFEFEF;
}

.c_image{
	margin: 0px;
	float: left;
}
#footer{
	margin: 10px;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCC99;
	border-bottom-color: #CCCC99;
	font-size: 80%;
	text-align: center;
	clear: both;
	background-color: #418A7F;
	color: #FFFFFF;
}
#footer a{
	text-decoration: underline;
	color: #006699;
}

.small{
	font-size: 80%;
	margin-left: 20px;
	text-align:center
}
.superscript{
	font-size: 0.65em;
	vertical-align: top;
	text-decoration: none;
}
.price{
	font-size: 1.1em;
	font-weight: bold;
}
.form{
	float: left;
}

