@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper {
	margin: 10px auto 20px auto;
	width:1053px;
	height:768px;
}

#inner_wrapper {
	width:1023px;
	height:768px;
	background:url(../images/bg_home.jpg) center top no-repeat;
	border:solid 1px #000;
	float: left;
}

#header {
	width:1023px;
	height:82px;
	margin-top:74px;
}

#content {
	float:left;
	margin-left: 115px;
	background:url(../images/main_bg.png) repeat-y;
	width:487px;
	height:612px;
	display: inline;
}

#footer {
	text-align:center;
	margin-top: 50px;	
	height:40px;
	text-align:right;
	font-weight: bold;	
}

#footer a{
	color: #000;
}

#vertical_img {	
	width:120px;
	float:left;
	padding-left: 7px;
}

#content_items {
	width:300px;
	float:left;	
	padding: 0 21px 0 26px; 
}

#content_items h3{
	font-size:28px;
	font-family:'Courier New',Courier,monospace;
	font-weight: bold;
	margin: 30px 0 20px;
	color: #827A58;
}

#content_items p{
	text-align:justify;
	padding: 5px 0 5px 0;
	font-size:12px;
}

#menu{
	width:176px;
	float:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}

#menu a:link, #menu a:active, #menu a:visited {
	padding-top:14px;
	text-decoration:none;
	display:block;	
	height:27px;	
	width:141px;
	padding-left: 35px;
	margin-bottom: 5px;
	color:#fff;
	background:url(../images/btn_active.png) left no-repeat;
}

#menu a:hover{
	text-decoration:none;
	background:url(../images/btn_hover.png) left no-repeat;	
	color:#fff;
}

#menu ul {
	padding-left:0;
	margin: 0;
}

#menu ul li{
	list-style-type:none;

}

.blockquote {
	background: url(../images/close-quote.gif) no-repeat right bottom;
}

blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 280px;
  padding-left: 18px;
  margin: 0;
  text-indent: -18px;
  font-style:italic;
  color:#000;
  text-align: justify;
}

blockquote:first-letter {
  background: url(../images/open-quote.gif) no-repeat 5px top;
  padding-left: 28px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

#content_items p.bq {
	font-size: 1.2em;
	text-align: right;
	font-family:'Courier New',Courier,monospace;
	font-weight: bold;
}


