body {
text-align: center;
background-color: #5A5A5A;
margin: 0px;
}
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: 125%;
}

p.captions {
font-style: italic;
font-size: 12px;
}

p.redtext {
color: #D9D2D2;
}

p.quotation {
font-style: italic;
font-size: 12px;
color: #D2D2D2;
padding: 12px;
}

img.photo {
margin: 0px;
padding: 0px;
border-width:3px;
border-style: solid;
border-color: #060505;
}

div#wrapper {
width: 736px;
height: 1400px;
margin: 0 auto;
text-align: left;
padding-right: 12px;
padding-left: 12px;
padding-top: 0px;
background-color: #5A5A5A;
background: #D7CCBA url(../img/content-bg.jpg) repeat-x top;
}

div#logo {
position: relative;
top: 25px;
left: 5px;
float: left;
width: 225px;
height: 83px;
}

div#nav {
position: relative;
top: 0px;
left: -16px;
float: right;
width: 197px;
height: 371px;
}

div#redbox {
position: relative;
top: 51px;
left: 0px;
float: left;
width: 428px;
height: 200px;
padding: 15px;
background-color: #7C0000;
border-width:4px;
border-style: solid;
border-color: #410000;
}

div#contentbox {
position: relative;
top: 12px;
left: 0px;
float: right;
width: 698px;
/* height: 790px; */
padding: 15px;
background-color: #211C16;
border-width:4px;
border-style: solid;
border-color: #050000;
}

   div#quotationbox{
    background-color: #3C352F;
	float:right;
	width: 190px;
	margin: 0px 0px 15px 15px;
	border:4px solid #060505;
	text-align: left;
   }
   
   div#quotationbox p{
      padding: 12px 12px 40px 12px;
      font-style: italic;
      font-size: 12px;
      color: #D2D2D2;
      background : #564F48 url(../img/99.gif) no-repeat 95% 95%;
      
   }
   
   div#quotationbox p.quotefooter{
   background-color: #3C352F;
   margin: 12px 0;
   padding: 0 12px;
   background-image: none;
   }
   
   div#centerThis {
   margin: 0 auto;
   }
