body {
	background: url(../images/bg.png) repeat-x #ffffff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	color: #65553B;
	line-height: 36px;
	margin: 0px;
}

h3 {
	color: #7F839C;
	border-bottom: 1px dashed #7F839C;
	margin: 15px 0px;
	padding: 5px 0px;
}

a {
	color: ##7F839C;
}

a:hover {
	text-decoration: none;
}

.read-more {
	text-align: right;
	color: #710027;
}

.read-more a {
	color: #710027;
}

.read-more a:hover {
	text-decoration: none;
	color: #710027;
}

/******************** HEADER *******************/

#header {
	width: 894px;
	margin: 0px auto;
	position: relative;
}

#logo {
	float: left;
	position: relative;
	left: 50px;
}

#menu {
	position: relative;
	top: 108px;
	width: 597px;
	float: right;
	height: 35px;
	background: url(../images/bg-menu.png) repeat-x;
}

#menu a {
	float: right;
	height: 35px;
	background: url(../images/bg-menu.png) repeat-x;
	display: block;
	color: #ffffff;
	line-height: 35px;
	font-size: 14px;
	text-decoration: none;
	padding: 0px 9px;
}

#menu a:hover {
	background: #E7E7E0;
	color: #710027;
	height: 34px;
	border-top: #988871 1px solid;
}

/******************** FOCUS *******************/

#focus {
	width: 886px;
	margin: 0px auto;
	background: #E0E0D6;
	padding: 4px;
}

#flash {
	border: 3px solid #ffffff;
}

/******************** MAIN *******************/

#main {
	width: 894px;
	margin: 0px auto;
}

#left-column {
	width: 266px;
	background: url(../images/bg-left-column2.png) no-repeat #ffffff;
	background-position: top;
	border-top: 2px solid #ffffff;
	padding: 15px;
	float: left;
	line-height: 20px;
}

#left-column h3 {
	font-size: 22px;
	font-weight: normal;
	color: #65553B;
	margin: 0px;
}

#left-column a {
	color: #796951;
	font-size: 14px;
	text-decoration: none;
}	

#left-column a:hover {
	text-decoration: underline;
}	

#left-column ul {
	list-style-image: url(../images/bullet.png);
}

/******************** CONTENT *******************/

#right-column {
	width: 568px;
	padding: 15px;
	float: left;
	color: #565C5B;
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#right-column a {
	color: #710027;
}

#right-column a:hover {
	text-decoration: none;
}

#package-table {
	background: #eeeeee;
}

#package-table th {
	color: #666666;
	font-size: 16px;
	font-weight: bold; 
}

#package-table td {
	background: #fefefe; 
}

.content-image {
	border: 5px solid #D1D4D3;
	margin-right: 10px;
}

div.back-to-top {
	width: 100%;
	text-align: right;
	line-height: 50px;
}

.back-to-top a {
	color: #710027;
	font-weight: bold;
}

img.content-photo {
	float: left;
	margin: 0px 15px 10px 0px;	
}

/******************** LOWER FOCUS *******************/

#lower-focus {
	width: 894px;
	margin: 0px auto;
}

#lower-titles {
	width: 894px;
	height: 33px;
	background: url(../images/bg-lower-titles.png) no-repeat;
}

.lower-title a {
	width: 297px;
	height: 25px;
	color: #ffffff;
	font-size: 20px;
	float: left;
	padding-top: 10px;
	text-indent: 10px;
	text-decoration: none;
}

.lower-title a:hover {
	text-decoration: none;
}

.lower-focus-box {
	width: 298px;
	float: left;
}

.lower-focus-box img {
	float: left;
	margin: 10px;
	border: 5px solid #D1D4D3;
}

.lower-focus-box-content {
	width: 205px;
	margin:10px 5px 10px 0px;
	float: right;
	font-size: 13px;
	color: #565C5B;
	font-family: Arial, Helvetica, sans-serif;
}

/******************** FOOTER *******************/

#footer {
	width: 894px;
	margin: 0px auto;
	border-top: #CBC3B8 3px solid;
	border-bottom: 1px solid #CBC3B8;
	height: 37px;
	line-height: 37px;
	color: #65553B;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #65553B;
	text-decoration: none;
}

#footer a:hover {
	color: #65553B;
	text-decoration: underline;
}

#copyright {
	margin-left: 100px;
}