/* CSS Document */

html body {
	margin: 0;
	padding: 0;
	font: 11px/20px "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	background: #FFF;
	color: #555;
	}
	
/*---------------------------------  elements  ---------------------------------*/


a {
	color: #777;
	text-decoration: none;
	}
a:hover {
	color: #222;
	text-decoration: none;
	}
b {
	color: #777;
	font-weight: normal;
	font-size: 16px;
	line-height: 28px;
	}
strong {
	color: #777;
	font-weight: bold;
	}
em {
	font-style: normal;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 10.5px;
	}
.golden {
	letter-spacing: 0.125em;
	color: #777;
	font-weight: normal;	
	font-size: 10.5px;
	}
a.selected {color: #222;}
a img {border: none;}
a.active {color: #222;}
.selected {color: #222;}

.spacer {margin-top: 15px;}
.rss {
	padding: 0 0 20px 20px;
	background: url('/img/rss.gif') no-repeat;
	}
.clear {clear: both;}
.divide {margin-right: 6px;}
.iline {
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #CCC;
	}
a:hover .iline  {
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #222;
	}
.center {text-align: center;}

/*--------------------------------- headings ---------------------------------*/


h1 {
	margin: 0;
	font-size: 10.5px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: normal;
	color: #222;
	}
	
h2 {
	margin: 0;
	font-size: 12.5px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: bold;
	color: #222;
	}
	
h3 {
	margin: 0;
	font-size: 10.5px;
	letter-spacing: 0.15em;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #222;
	}

/*--------------------------------- structure ---------------------------------*/


#wrap {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0;
	width: 935px;
	height: 500px;
	}
#logo a {
	position: absolute;
	top: 0;
	left: 210px;
	/*padding: 0px 0 0 0;
	height: 0px !important;*/
	width: 478px;
	height /**/:120px; /* IE */
	overflow: hidden;
	/*background: url("/images/logo.gif") top left no-repeat;*/
	}
#leftcol {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 150px;
	}
#rightcol {
	position: absolute;
	top: 180px;
	left: 160px;
	width: 568px;
	}
	
#gallery1 {
	position: absolute;
	top: 180px;
	left: 110px;
	width: 186px;
	}
	
#gallery2 {
	position: absolute;
	top: 180px;
	left: 350px;
	width: 186px;
	}
	
#gallery3 {
	position: absolute;
	top: 180px;
	left: 590px;
	width: 186px;
	}
	
#gallery4 {
	position: absolute;
	top: 360px;
	left: 110px;
	width: 186px;
	}
#gallery5 {
	position: absolute;
	top: 360px;
	left: 350px;
	width: 186px;
	}
#gallery6 {
	position: absolute;
	top: 360px;
	left: 590px;
	width: 186px;
	}
#rightcol_gallery {
	position: absolute;
	top: 180px;
	left: 160px;
	width: 750px;
	}
#homeImage {
	position: absolute;
	top: 180px;
	left: 95px;
	
	width: 720px;
	}
#rightcol.centercol {left: 180px;}
/*--------------------------------- lists ---------------------------------*/


#leftcol ul {
	margin: 0;
	padding: 0;
	font-size: 10.5px;
	letter-spacing: 0.15em;
	line-height: 22px;
	list-style: none;
	text-transform: uppercase;
	}

/*--------------------------------- menu ---------------------------------*/

#nav {
	position: absolute;
	top: 130px;
	left: 265px;
	width: 370px;
	text-align: center;
	}
#nav ul {padding: 0; margin: 0;}
#nav li {
	margin: 0 14px 0 0;
	padding: 0;
	font-size: 10.5px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
    list-style: none;
	display: inline;
	}
#nav a {color: #777;}
#nav a:hover {color: #222;}
#nav a.selected {color: #222;}



