@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#wrapper #logo {
	background-image: url(../images/header.jpg);
	height: 350px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bodyArea #left {
	background-color: #FFFFFF;
	width: 230px;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	text-decoration: none;
}
.floatRight {
	float: right;
}

#bodyArea #right {
	background-color: #FFFFFF;
	width: 640px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}
#bodyArea {
	background-color: #FFFFFF;
}

#bodyArea #footer {
	height: 40px;
	clear: both;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 3px;
}

 blockquote {
	font-size:20px;
	float:right;
	width:220px;
	border-left:8px solid #900;
	padding-left:20px;
	line-height:30px;
	padding-top: 20px;
	padding-bottom: 20px;


  }
#bodyArea #left .holder .top h3 {
	color: #FFFFFF;
}



 .holder {
	height:auto;
	width:230px;
	margin-bottom:25px;
	float:left;
	padding-left: 2px;
 
 } 


 .holder p {

  border-left:1px solid #333;
  border-right:1px solid #333;
  padding:10px 15px;
  margin:0;

 } 

 .top {

  width:228px;
  height:30px;
  border: 1px solid #333;
  background:#990000;
  

 } 

 .top h3 {

  margin:0;
  line-height:30px;
  padding:0px 10px;
  font-family:Tahoma, Geneva, sans-serif;
  font-size:15px; 		 
  
   }

 .bottom {

  width:228px;
  height:10px;
  border-bottom: 1px solid #333;
  border-left:1px solid #333;
  border-right:1px solid #333;
       /* -webkit for Safari and Google Chrome */

  -webkit-border-bottom-left-radius:12px;
  -webkit-border-bottom-right-radius:12px;


 /* -moz for Firefox, Flock and SeaMonkey  */

  -moz-border-radius-bottomright:12px;
  -moz-border-radius-bottomleft:12px; 
  
   }
   
   .title {
	background:#990000;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:15px;
	-moz-box-shadow: 9px 9px 5px #000;
	-webkit-box-shadow: 15px 15px 5px #000;
	}.floatLeft {
	float: left;
	padding-right: 10px;
}

