/* CSS Document */
body {
	background-color: #2f2f28;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	
body, table, p {
	color: #efefdf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0.3em;
	margin-right: 20px;
	font-size: 1em;
}
a {
	color:#FFFFCC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	font-size: 1.9em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: 100%;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: f6f6eb;
	border-bottom-color: f6f6eb;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #f6f6eb;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.5em;
}
#rightCol img {
	margin-left: 10px;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 1px;
}
#container {
	background-color: #615a3e;
	background-image: url(../images/bgLeo.gif);
	background-repeat: repeat-y;
}
#bottomCorners {
	background-image: url(../images/bgbottomcorners.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 65px;
}
#bgImg {
	background-image: url(../images/bgLeoImg.jpg);
	background-repeat: no-repeat;
	min-height: 722px;
}
#bgImgCommercial {
	background-image: url(../images/bgLeoImgCommercial.jpg);
	background-repeat: no-repeat;
	min-height: 722px;
}

#leftCol, #rightCol {
	padding-top: 46px;
}
#leftCol {
	padding-left: 35px;
	padding-right: 15px;
}
#rightCol {
	padding-left: 25px;
	padding-right: 35px;
}
#footer {
	margin-top: 2px;
	margin-bottom: 10px;
	color: #949476;
	font-size: 12px;
	font-weight: normal;
}
#footer a {
	text-decoration: none;
	color:#c9c9b0;
}
.subtitle {
	font-size: 0.8em;
}