@charset "utf-8";

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-top: 0;
 margine-bottom: 0;
 background-color: #e3decf;
 background-image: url(images/background.jpg);
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 780px;
}
#header {
 color: #333;
 width: 780px;
 float: left;
 border: 0px solid #ccc;
 height: 173px;
 margin: 0px 0px 0px 0px;

}
#navigation {
 float: left;
 width: 780px;
 hight: 62px;
}
#leftcolumn { 
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 245px;
 float: left;
}

#middlecolumn {
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: auto;
 width: 250px;
 float: left;
}

#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: auto;
 width: 245px;
 display: inline;
 position: relative;
}

#rightcolumnlong { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: auto;
 width: 510px;
 display: inline;
 position: relative;
}

#leftcolumnlong { 
 margin: 0px 5px 5px 0px;
 padding: 5px;
 height: auto;
 width: 770px;
 float: left;
}

#testimonial1 {
 background: url(images/top-corner.jpg) no-repeat right top;
 height: auto;
 width: 780px;
}

#testimonial2 {
 background: url(images/bottom-corner.jpg) no-repeat right top;
 height: auto;
 width: 780px;
}

#testimonialmiddle {
 padding:5px;
 background-image: url(images/middle-corner.jpg);
 background-repeat: repeat-y;
 height: auto;
 width: 770px;
 clear: both;;
}

#footer {
 margin-top:10px;
  padding:5px;
 height: auto;
 width: 770px;
 float: absolute;
}

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #003399;
}

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

a:active {
	text-decoration: underline;
	color: #003399;
}

.read a	{
	color:#0000CC;
	font-size:13px;
	text-decoration:none;
	background:url(images/bg_hover.gif) left bottom repeat-x;
}
.read a:hover	{
	color:#DD1200;
	font-size:13px;
	text-decoration:none;
	background:bottom;
}

.heading1 {
	color: #FFFFFF
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: underline;
	color: #000000;
	text-align:left; 
}

h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
}

h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
