﻿/* Main Site Layout */
body 
{
    background-color:#af8979;
    margin: .8cm auto;
    font: 13px Verdana;
}

tr
{
    vertical-align:top;
}

/* Div Layouts */
#wrapper
{
    margin: -2cm auto;
    width: 827px;
}

#wrapper2
{
    margin: 1cm auto;
    width: 827px;
}

#rotator
{
    width:827px;
    height:296px;
    background-image:url(../images/layout/top-background.jpg);
    background-repeat: no-repeat;
}

#left
{
    width:416px;
    float:left;
    display:inline;
    padding: 7.5px 0px 7.5px 8px;
}

#right
{
    width:395px;
    float:left;
    display:inline;
    padding: 7.5px 8px 7.5px 0px;
}

#menu
{
    height:49px;
    width:800px;
    margin:0cm auto;
}

#body
{
    width:827px;
    margin-top:10px; 
    margin-bottom:0px;
}

#bodytext
{
    width:791px;
    background-image:url(../images/layout/body-background.jpg);
    background-repeat: repeat-y;
    padding:0px 18px 0px 18px;
}

#testimonial
{
    width:827px;
    margin-top:10px; 
    margin-bottom:0px;
}

#testimonialtext
{
    width:827px;
    background-image:url(../images/layout/testimonials-background.jpg);
    background-repeat: repeat-y;
}

#footer
{
    width:827px;
    margin-top:10px;
    font: .85em Tahoma;
    font-variant:small-caps;
    text-align:center;
    color: #ffffff;
}

/* Links */
a.footerlinks:link,a.footerlinks:visited 
{
	color: #ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size: .95em;
}
	
a.footerlinks:hover 
{
	color: #483932;
	text-decoration: underline;
	font-weight:bold;
	font-size: .95em;
}

a.bodylinks:link,a.bodylinks:visited 
{
	color:Maroon;
	text-decoration: none;
	font-weight:bold;
	font-style:italic;
}
	
a.bodylinks:hover 
{
	color: Maroon;
	text-decoration: underline;
	font-weight:bold;
	font-style:italic;
}

/* Form Style */
.label
{
    text-align:right;
    padding-right:20px;
    font-weight:bold;
    font-size:.9em
}

.field
{
}

.Button
{
    font: 13px Verdana;
    text-align:center;
}