body {
	background:url(../images/body-bg.gif) top repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
}
#column-holder {
	background:url(../images/column-left-bg.gif) left repeat-y;
}
strong {
	font-weight:bold;
}
/* ==================== Left Column ==================== */
#column-left {
	float:left;
	width:243px;
	padding-bottom:30px;
	height:100%;
}
#logo, #header {
	margin-top:18px;
}
#leftmenu {
	margin-top:20px;
	padding-left:45px;
}
#contact-details {
	margin-top:20px;
	padding-left:45px;
}
#contact-details table {
	border:1px solid #dcdcdc;
}
#contact-details table thead tr td{
	background:#259dc6;
	padding:5px 8px;
	color:#ffffff;
	font-weight:bold;
}
#contact-details table tbody tr td {
	padding-left:12px;
	line-height:16px;
}
#contact-details a:link, #contact-details a:active, #contact-details a:visited {
	color:#555555;
	text-decoration:underline;
}
#contact-details a:hover {
	text-decoration:none;
}
/* ==================== Content ==================== */
#content {
	padding:25px;
	padding-top:5px;
	line-height:16px;
}
#content p {
	margin:15px 0;
}
#content a:link, #content a:active, #content a:visited {
	color: #259DC6;
	text-decoration:underline;
}
#content a:hover {
	text-decoration:none;
}
#content h1, #content h2 {
	padding-bottom:10px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/h1-bg.gif) bottom left repeat-x;	
	margin-top:15px;
}
#content h2 {
	padding-bottom:6px;
	font-size:11px;
	color:#259DC6;
}
#content ol li {
	list-style:decimal;
	margin-left:25px;
}
#content ul li {
	list-style:disc;
	margin-left:25px;
}
/* ==================== Right Column ==================== */
#column-right {
	background:#f1f1f1;
	float:left;
	width:657px;
	height:100%;
}
.clearer {
	clear:both;
}

/* ==================== Image Gallery ==================== */
.image-desc {
	background:url(../images/image-desc-bg.gif) bottom left no-repeat;
	color:#fff;
	padding:5px 25px 8px 10px;
	text-align:center;
}
/* ==================== Footer ==================== */
#footer {
	width:100%;
	background:#e7e7e7;
	padding:15px 0px;
	font-size:10px;
}
#footer p {
	padding-left:30px;
}