body{
    background-color:#fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
    margin: 0;
}
table{border:0;margin:0;border-collapse:collapse;}
table td{padding:0;}
a{
	color: #666666;
	text-decoration: none;
}
h1 {	
	font-size: 38px;
	font-weight: bolder;
	color: #FFFFFF;
}
h2 {
	line-height: normal;
	font-size: 24px;
	font-weight: bolder;
	color: #666666;
	margin: 0;
}
h3 {
	line-height: normal;
	font-size: 20px;
	font-weight: bolder;
	color: #666666;
	margin: 0;
}
ul{
	margin: 5px 0 0 25px;
	padding: 0;
}
li{
	color: #666666;
	list-style-type:square;	
	margin:0 0 5px;
	padding:0 0 0 15px;
}
span#li{
	color: #000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a img{
	border: 0;
}
div#wrapper{
    width: 100%;
    height: 100%;
}
div#center{
	width: 978px;
   	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
div#header{
    	background-image: url(../images/banner.png);
    	background-repeat: no-repeat;
    	width: 971px;
    	height: 105px;
    	padding: 10px 0 0 20px;
    	margin: 20px 0 0 0;
}
div#top_nav{
	height: 24px;
	/* 10 px diff from div#content */
	width: 971px;
	font-size: 13px;
	padding: 0 0 0 8px;
	margin: 5px 0 0 0;
}
div#content{
	background-image: url(../images/content.png);
    	background-repeat: no-repeat;
	width: 981px;
	margin: 0 0 3px 0;
	padding: 17px 0 0 20px;
}
table#content{
	vertical-align: top;
	height: 490px;
	width: 940px;
}
div#content2{
	background-image: url(../images/content2.png);
    	background-repeat: no-repeat;
	width: 981px;
	margin: 0 0 3px 0;
	padding: 17px 0 0 20px;
}
table#content2{
	vertical-align: top;
	height: 917px;
	width: 940px;
}
div#content3{
	background-image: url(../images/content3.png);
    	background-repeat: no-repeat;
	width: 981px;
	margin: 0 0 3px 0;
	padding: 17px 0 0 20px;
}
table#content3{
	vertical-align: top;
	height: 3190px;
	width: 940px;
}
span#note{
	font-size: 12px;
}
div#footer{
	text-align: right;
	color: #666666;
	font-size: 12px;
	padding: 0 10px 0 0;
}
div#footer a{
	color: #666666;
	text-decoration: underline;
}
div#footer a:hover{
	color: #000;
}
tr#contact{
	height: 58px;
	font-size: 20px;
	vertical-align: top;
}
img#map{
	width: 120px;
}
span#question{
	
	font-size: 18px;
}
span#answer{
	color:#fff;
	font-size: 18px;
}
/* START:  Container price Table  */
table#price {
	border-width: 3px;
	border-spacing: 2px;
	border-style: none;
	border-color: #fff;
	border-collapse: collapse;
}
table#price th {
	height: 30px;
	border-width: 3px;
	font-size: 17px;
	padding: 1px;
	border-style: none;
	border-color: #fff;	
	color: #666;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}
table#price td {
	width: 60px;
	font-size: 16px;
	border-width: 3px;
	padding: 1px;
	border-style: none;
	border-color: #fff;
	-moz-border-radius: 0px 0px 0px 0px;
}
/* END:  Container price Table  */