* {
	margin: 0 auto;
	padding: 0;
}

html {
  	margin: 0 auto;
	padding: 0;
	min-height: 100%; /* forces scroll bar in Firefox */
	margin-bottom: 1px; /* forces scroll bar in Firefox */
}

body {
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/binary.gif);
	background-repeat: repeat;
	margin: 0 auto;
	text-align: center;
	}

#wrapper {	
	width: 800px;
	background-color: #000000;
	margin-top: 20px;
	}
  
#header {
	width: 800px;
	height: 275px;
	background-color: #000000;
	background-repeat: repeat;
	background-image: url(images/head.jpg);
	}

#content {	
	width: 800px;
	overflow: auto;
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(images/mid.jpg);
	}

#contentleft {	
	width: 545px;
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #000000;
	background-repeat: repeat-y;
	background-image: url(images/mid.jpg);
	float: left;
	overflow: hidden;
	}

#contentright {	
	width: 200px;
	margin-top: 40px;
	float: right;
	overflow: hidden;
	}

#footer {
	width: 800px;
	height: 99px;
	background-color: #000000;
	background-repeat: repeat;
	background-image: url(images/foot.jpg);
	}

#footright {
  float: right;
  font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	margin-top: 40px;
  }

#footleft {
  float: left;
  font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	margin-top: 60px;
	margin-left: 200px;
  }
  
#navdiv {
  width: 702px;
  padding-left: 98px;
  }

#flashcontainer {
  width: 450px;
  height: 252px;
  text-align: center;
  padding: 2px; 
  border: 1px solid #fff;
  }

#paypalbox {	
	width: 150px;
	text-align: center;
	}
  
ul#navbar {
  margin:0;
  list-style-type:none;
  height:31px;
  }

ul#navbar li {
  float:left;
  }

ul#navbar li a {
  display:block;
  padding:5px 15px 4px;
  font:bold 16px "Trebuchet MS";
  text-decoration:none;
  color:#000000;
  letter-spacing: -0.1em;
  }

ul#navbar li a:hover {
  background-image: url(images/transparentnav.png);
  background-repeat: repeat-x;
  }

ul#navbar li a#current {
  color:#900500;
  }

ul.rates {
  text-align: left;
  margin-left: 40px;
  font-family: "Trebuchet MS";
  font-size: 14px;
	color: #ffffff;
  }
 
ul.links {
  text-align: left;
  margin-left: 40px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  }
  
img	{
	border: 0px;
	vertical-align: bottom;
	}

h1 {
  font-family: "Trebuchet MS";
  font-size: 18px;
	color: #ffffff;
	padding: 15px;
	text-align: center;
}

h2 {
  font-family: "Trebuchet MS";
  font-size: 15px;
  color: #ffffff;
  padding: 15px;
  text-align: center;
}
	
p{
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #ffffff;
	padding: 15px;
	text-align: left;
	line-height: 20px;
		}

p.form{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #ffffff;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
	line-height: 20px;
	}

a:link {
	color: #ffffff;
	font-weight: bold;
		}

a:visited {
	color: #ffffff;
	font-weight: bold;
		}

a:active {
	text-decoration: none
		}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
		}

.narrowpage {
	width: 200px;
	margin: 0 auto;
		}

/* Styling for form layout */

#estimator label, #estimator input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

textarea {
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}


label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	}

br {
	clear: left;
}

/* End of styling for form layout */
