﻿#left_column
{
	float: left;
	width:326px;
	height:514px;
}

#right_column
{
	width:653px;
	float: left;
	border-left:#dbdada solid 1px;
	min-height:514px;
	height:auto;
	_height:514px;
}

.picture_box
{
	margin:0 auto;
	margin-top:38px;
	background-repeat:no-repeat;
	text-align: center;
}

.quote_box
{
	background:url(../images/quote_bg.png) no-repeat;
	width:286px;
	height:111px;
	margin:0 auto;
	margin-top:70px;
}
.quote_text 
{
	font-family:Verdana;
	font-size:13px;
	padding:14px;
	color:#982829;
	font-weight:bold;
	width:260px;
	height: 84px;
	text-align:center;
	vertical-align: bottom;
}
.text_intern 
{
	font-family:Verdana;
	font-size:12px;
	color:#00496f;
	padding:10px;
	width:620px;
	text-align: justify;
	margin-top: 24px;
	line-height:20px;
}
	
.website_menu 
{
	margin:0;
	padding:0;
	width:650px;
	height:38px;
	margin:0 auto;
	text-align:center;
}
.website_menu ul 
{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size:11px;
	padding-top:5px;
	margin:0 auto;
	list-style:none;
}
.website_menu ul li 
{
	margin:0;
	padding:0;
	display: inline;
	color:#b69c5e;
	text-decoration: none;
}
.website_menu ul li a 
{
	color:#b69c5e;
	text-decoration: none;
}
.website_menu ul li a:hover 
{
	color:#b69c5e;
	text-decoration:underline;
}
.website_menu .current 
{
	color:#b69c5e;
	text-decoration:underline;
}

