body { 
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #333a3e;
	font: 9pt/15pt verdana; 
	color: #fff; 
	margin: 0px; 
	}
	
.container {
	width: 100%;
	height: 100%;
	background-image: url(images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	text-align: center;
	}
	
.main {
	width: 963px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	}

.mainFlash {
	width: 900px;
	padding-top: 50px;
	margin: 0 auto;
	text-align: left;
	}
	
.content {
	background-image: url(images/contentBG.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 963px;
	min-height: 400px;
	text-align: left;
	padding: 0;
	padding-bottom: 140px;
	}
	
.contentGallery {
	background-image: url(images/contentBG.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 963px;
	min-height: 550px;
	text-align: left;
	padding: 0;
	padding-bottom: 140px;
	}
	
img {
	border-style: none;
	border: 0px;
	}

p { 
	font: 10pt/15pt arial, geneva, sans-serif; 
	margin-top: 0px; 
	color: #000; 
	}
	
h1 {
	font: 1.3em Arial, Verdana, Tahoma;
	margin-bottom: 1.5em;
	}
	
h2 { 
	color: #96716a;
	font: 1em Arial, Verdana, Tahoma;
	font-weight: bold;
	}
	
a:link { 
	text-decoration: none; 
	color: #0E5D6E;
	}
a:visited { 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #E2AA07;
	}

.frontTop {
	background-image: url(images/frontTop.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 963px;
	height: 150px;
	margin: 0;
	padding: 0;
	}
	
.mainTop {
	width: 963px;
	height: 150px;
	margin: 0;
	padding: 0;
	}
	
.mainRight {
	background-color: #f5f2f0;
	width: 762px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right:11px;
	float: right;
	border-right: 10px solid #dcd5cc;
	border-top: 10px solid #dcd5cc;
	border-bottom: 10px solid #dcd5cc;
	}

.mainRightWork {
	background-color: #dcd5cc;
	width: 762px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right:11px;
	float: right;
	border-right: 10px solid #dcd5cc;
	border-top: 10px solid #dcd5cc;
	border-bottom: 10px solid #dcd5cc;
	height: 590px;
	}

.mainRightContent {
	background-color: #f5f2f0;
	width: 592px;
	padding-right: 85px;
	padding-top: 60px;
	padding-bottom: 10px;
	padding-left: 85px;
	color: #96716a;
	font: 1.1em Arial, Verdana, Tahoma;
	height: 370px;
	line-height: 1.3em;
	}
	
.mainText {
	color: #96716a;
	font: 1em Arial, Verdana, Tahoma;
	}
	
.mainRightGallery {
	background-color: #f5f2f0;
	width: 761px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

.subTop {
	width: 742px;
	padding: 0;
	margin-left: 20px;
	margin-top: 20px;
	font: 12px arial, verdana, sans-serif;
	color: #4b2c23;
	}
	
.titleImage {
	margin-bottom: 50px;
	}
	
.title {
	font: 1.3em Arial, Verdana, Tahoma;
	margin-bottom: 1.5em;
	}

.nav {
	width: 165px;
	padding-top: 30px;
	padding-left: 15px;
	text-align: left;
	float: left;
	}
	
ul.nav {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.subnav {
	font: 11px arial, verdana, tahoma;
	color: #fff;
	line-height: .8em;
	}
	
ul.subnav {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
	}
	
li.subnav {
	list-style: none;
	padding-bottom: 3px;
	line-height: .8em;
	}

a.subnav:link {
	color: #dfd1c8;
	text-decoration: none;
	}

a.subnav:hover {
	color: #ffc90a;
	text-decoration: none;
	}
	
a.subnav:visited {
	color: #ffc90a;
	text-decoration: none;
	}

div.nav img {
	border: 0px;
	margin-bottom: 5px;
	}
	
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	height: 1px;
	}