@charset "utf-8";
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image: url(images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#333333;
	line-height: 1.5;
}
#sidebar1 {
	margin: 20px 100px 10px 20px;
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border-width:6px;
	border-color:#CCCCCC;
	border-top-style:inset;
	border-right-style:inset;
	border-bottom-style:inset;
	border-left-style:inset;
	text-align:right;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	margin: 0;
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 90px;
}

#testimonial {
	padding-top: 10px;
	padding-left: 60px;
	padding-right: 100px;
	font-weight:400;
	color: #660000;
}

.navigation {
	margin: 0;
	padding: 0 0 0 20px;
}

.footer {
	padding-top:6px;
	padding-bottom: 6px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}
.footer a:link{
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
.footer a:hover{
	font-size:10px;
	color:#FFFFFF;
	text-decoration:underline;
	text-align:center;
}
.footer a:visited{
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
}
#sidebar1 .subnav {
	padding-right: 10px;
	font: Arial;
	font-size: 12px;
}
h1 {
	font: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}