body {
margin: 0px;
padding: 0px;
background-image: url(../images/bg-top.jpg);
background-repeat:repeat-x;
}
a:link { 
color: #b26900; 
text-decoration: none; 
} 
a:visited { 
text-decoration: none; 
color: #b26900; 
} 
a:hover { 
text-decoration: underline; 
color: #b26900; 
} 
a:active { 
text-decoration: none; 
}
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium
}
div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium
	font-weight:bold;
}
p {
	font-family:Arial, Helvetica, sans-serif
	font-size:medium
}
h3 {
	font-family:Arial, Helvetica, sans-serif
	font-size:medium
}
h2 {
	font-family:Arial, Helvetica, sans-serif
	font-size:medium
}
img {
	border-style:none
}
hr {
	color:#f11105
}
#pricing {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
}
#right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
}
input {
	background-color:EEE19A;
	color:#000
}
select {
	background-color:EEE19A;
	color:#000
}
textarea {
	background-color:EEE19A;
	color:#000
}
html, body {height: 100%;}

#wrap {min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 71px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -71px; /* negative value of footer height */
	height: 71px;
	clear:both;} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#footer {background: #e5d999 url('../images/footer.jpg') repeat-x;
	color:#000000;
	font-size:9px;
	font-family:Verdana, Arial, sans-serif}