body {
	background: #CCCCCC;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	background-position:top center;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: justify;
	color: #333333;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding-bottom: 10px;
}

dl{
	margin-top: -30px;
	}
	
dt {
	font-weight:bold;
	color:#000066;
	padding-top: 15px;
	}

dd {
	margin-left: 20px;
	margin-right: 20px;
	}

.ad {	
	text-align:center;
	border: 2px solid #CC0033;
	margin: 15px 15px 15px 0;
	padding: 15px;
	float: left;
	line-height: 100%;
	color:#000099;
	background-color: #CCCCCC;
	font-size: smaller;
	}

.ad a {
	color:#000000;
	}

/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	color: #000066;
}

#header h1 {
	float: left;
	margin: 20px 0 0 0px;
	font-size: 50px;
	letter-spacing: -4px;
	line-height: 25px;
}

#header h2 {
	float: right;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}

#headimg {
	width: 800px;
	height: 175px;
	background: url(images/headersmall2.png) top left no-repeat;
	}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #555E4F;
	text-decoration: none;
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	color: #323B2E;
	
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 15px 0px;
	background-image:url(images/button.png);
	background-position: 0% 0%;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #B5B5B5;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	border-right: 3px solid #CC0000;
}

#menu1 a:hover {
	width:190px;
	background-position: -193px 0%;
	border-top: 1px solid  #666666;
	border-bottom: 1px solid #009900;
	border-left: 1px solid #000000;
	color: #FFFFFF;
	border-right: 3px solid #00CC00;
}

/* Content */

.title {
	width:800px;
	height:69px;
	border: none;
	margin: 0 auto -5px auto;
	background-repeat:no-repeat;
	background-image:url(../images/title.png);

	}

#content {
	width: 800px;
	margin: 0 auto;
	border: 10px solid #000066;
	background-image:url(images/contentbg.png);
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
}

#colTwo {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	width: 475px;
	padding: 10px 30px 10px 30px;
	background-color:#FFFFFF;
	border: 1px dotted #333333;
	
}

.helpme {
	border: none;
	float: right;
	padding-left: 20px;
	padding: -25px 0 15px 20px;
	margin: -25px -45px 0 0;
	}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #CC0000;
}


#footer {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}


#footer p {
	text-align: center;
	padding: 0;
	font-size: 12px;
	line-height: .5;
}

.footmenu {
	font-variant:small-caps;
	font-weight: bold;
	}
	
/*form css*/
#formDiv {
	padding: 15px 5px 15px 10px;
	border: 3px solid #000066;
	z-index:3;
	width: 90%;
	line-height:.75;
	}
#formdiv td{
	line-height:normal;
	}

.required {
	color:#FF0000;
	}
/*end form*/

.price {
	color:#339900;
	font-weight:bold;
	font-size:large;
	}
	
ul.service {
	float: left;
  	width: 475px;
  	margin: 0;
  	padding: 0;
  	list-style: none;
	line-height: 2.25em;
	}
	
ul.service li{
	text-align:center;
	float: left;
	width: 158px;
	margin: 0;
	padding: 0;
	}

.errblock {
  position:relative;
  width:75%;
  background-color:#F0F0F0;
  margin:10px;
  margin-left:25px;
  padding:10px;
  padding-left:25px;
  border-style:ridge;
  border-color:#FF0000;
  border-width:3px;
	font-size:11px;
  font-weight:bold;
  color:#6A0000;
}


