body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/bodybg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#wrapper {
	width: 750px;
	margin-left: 100px;
}

#header {
	width: 620px;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	padding-bottom: 5px;
}

#nav {
	width: 620px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #999999;
	border-bottom-style: double;
	border-bottom-width: 3px;
	border-top-color: #999999;
	border-top-style: double;
	border-top-width: 3px;
}

#nav a {
	border-bottom-color: #999999;
	border-bottom-style: double;
	border-bottom-width: 3px;
	text-decoration: none;
	padding: 5px;
	color: #999999;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
}

#nav a:hover {
	border-bottom-color: #d38b00;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-decoration: none;
	padding: 5px;
	color: #d38b00;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d38b00;
}

#nav a:active {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	text-decoration: none;
	padding: 5px;
	color: #999999;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}

#content {
	width: 600px;
}

h1 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	padding-top: 10px;
}

.p1 {
	padding: 10px;
	text-align: justify;
}

.p1 a {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.p1 a:hover {
	color: #d38b00;
	text-decoration: none;
	border-bottom-style: none;	
}

.p1 a:active {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #333333;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.testimonial {
	padding: 10px;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
	color: #666666;
	font-size: 11px;
	font-style: italic;
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(images/testimonial-bg.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/testimonial-bg.png');
}

.testimonial a {
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}

.testimonial a:hover {
	color: #d38b00;
	border-bottom-color: #666666;
	border-bottom-style: none;
	text-decoration: none;
}

.testimonial a:active {
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #999999;
}

#footer a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #d38b00;
	text-decoration: none;
	border-top-color: #d38b00;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #d38b00;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#footer a:active {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

