/* CSS Document */
#wrapper 
{position: relative;
width:920px;
margin-right: auto;
margin-left: auto;}

#header
{height: 270px;
background:url(images/header.png);
background-repeat: no-repeat;
padding: 0px;}

#main 
{position:relative;
background:url(images/tableback.png);
background-repeat:repeat;
padding:10px;}

#contentfull 
{width:840px; 
float: left; 
padding: 30px;}

#footer 
{height:235px;
background:url(images/footer.png);
background-repeat:no-repeat;
padding:5px;
text-align:center;}


.headertitle {font-family: New Berolina, Times New Roman;
font-size:26px;
color:#574233;}

.title {font-family: verdana, tahoma, arial;
font-size:14px;
font-weight:bold;
color:#574233;}

.testimonial {font-family: verdana, tahoma, arial;
font-size:12px;
font-style:italic;
font-weight:bold;
color:#574233;}


.normal{font-family: verdana, tahoma, arial;
font-size:12px;
color:#000000;}

.footerfont{font-family: verdana, tahoma, arial;
font-size:10px;
color:#000000;}

A:link {
color:#574233;}

A:active {
text-decoration: underline;}

A:visited {
color:#574233;}
