body {
text-align: center;
background-color: #5A5A5A;
margin: 0px;
}


div#container {
width: 760px;
min-height: 1400px;
margin: 0 auto;
text-align: left;
background-color: #5A5A5A;
background: #D7CCBA url(../img/content-bg.jpg) repeat-x top;
}

div#logo {
    margin:  25px 0 0 17px;
    float: left;
    display: inline;
    width: 225px;
    height: 83px;
}

div#nav {
margin:  0 28px 0 0;
float: right;
display: inline;
width: 197px;
height: 371px;
}

div#titlebox{
    float: left;
    width:  428px;
    display: inline;
    clear: left;
    color: #fff;
    background-color:  #7C0000;
    border:  4px solid #420003;
    padding:  15px;
    margin:  28px 0 0 12px;
}


div#wrapper{
    clear: left;
	background-color: #5A5A5A;
}

div.box{
    width:  352px;
    border:  5px solid #060405;
    background-color: #3D3630;
    margin:  12px 0;
}

div#col1{
    width:  362px;
    display: inline;
    float: left;
    margin:  0 0 0 12px;
}

div#col2{
    width: 362px;
    display: inline;
    float: right;
    margin: 0 12px 0 0;
	clear: right;
}

div.top{
    background: #57504A url('../img/quote-left.jpg') no-repeat  top left;
    padding: 35px 0 0 0;
}

div.bottom{
    background: transparent url('../img/quote-right.jpg') no-repeat  top left;
    padding:  40px 0 10px 0;
}

div.bottom p{
    margin-top:  10px;
	padding: 0 12px 0 12px;
	font-size: 13px;
}


p {
margin: 0px;
padding-top: 0px;
padding-bottom: 10px;
font-family: Arial, Verdana, "Trebuchet MS", sans-serif;
font-weight: bold;
font-size: 14px;
color: #D2D2D2;
line-height: 120%;
}

p.testimonial {
padding: 0 12px 0 12px;
font-style: italic;
}

