body {
	margin: 0;
	padding: 0;
	background: #feecd6 url(../images/bg_body.gif) top center;
/*	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 13px;
	color: #9E1E21;
}


p:first-letter  {
	font-weight: bold; 
	font-size: 1.2em;
}

a {
	
}

img {
	border: none;
}

p {
	line-height: 1.2em;
	margin: 0.5em 0 0.8em 0;
	text-indent: 15px;
}
#wrapper {
	width: 980px;
	margin: 10px auto;
}
#b_line {
	background: url(../images/bg_bottom.png);
	height: 7px;
	overflow: hidden;
	margin: -7px 30px 0 295px;
}

#counters {
	margin: -50px 30px 0 320px;	
}

#main {
	background: url(../images/bg_main2.png) left top repeat-y;
}

#left_column{
	width: 297px;
	background: url(../images/corner_b_l.png) left bottom no-repeat;
	vertical-align: top;
}

#left_column .padding {
	background: url(../images/tortilla.jpg) left top no-repeat;
	padding: 417px 50px 60px 45px;	
} 
#menu {
	height: 1%;
	overflow: hidden;
	width: 165px;
	margin: -20px 0 0 0;
}


#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;	

}

#menu ul li{
	margin: 0;
	padding: 0;
	line-height: 0;
}

#menu ul li a{
	color: #9e1e21;
	font-size: 1.2em;
	display: block;
	padding: 5px 10px;
	margin: 5px 0;
	line-height: 1em;
	text-align: center;
	font-style: italic;
	border-bottom: 1px dashed #9e1e21;
	text-decoration: none;

}
#menu ul li a:hover, #menu ul li#current a{
	color: #feecd6;
	background: #9e1e21;
	border-bottom: 1px dashed transparent;
}

#main_column{ 
	vertical-align: top;
	background: url(../images/corner_b_r.png) right bottom no-repeat;
	width: 696px;
	padding-bottom: 100px;
	
}



#header{
	background: url(../images/corner_t_r.png) top right no-repeat;
	height: 180px;
	position: relative;	
}

#phone {
	font-size: 1.2em;
	position: absolute;
	top: 0px;
	left: 50px;
	color: #bd5914;
	width: 350px;
}

#phone span{
	font-size: 1.7em;
}
#content {
	overflow: hidden;
	height: 1%;
	margin: 10px 30px 0 0;
}

#content.scroll {
	height: 450px;
	overflow: auto;
}

#header h1{ 
	text-indent: -9999px;
	background: url(../images/slogan.png);
	margin: 0;
	padding: 0;
	width: 161px;
	height: 74px;
	position: absolute;
	top: 69px;
	left: 435px;
	overflow: hidden;
}

#logo {
	background: url(../images/logo.png) no-repeat;
	width: 372px;
	height: 120px; 
	text-indent: -9999px;  
	position: absolute;
	left: 0;
	top: 45px;
	overflow: hidden;
}

.photo {
	text-align: center;
}

.photo img{
	margin: 2px;
	padding: 1px;
	border: 1px solid #9e1e21;	
}
