body
	{
	margin: 0px;
	background-color: #f0f0f0;
	text-align: center;
	color: #000000;
	width: 100%;
	}
	
#mainContainer
	{
	position: relative;
	left: 0px;
	top: 55px;
	width: 1150px;
	height: 530px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	z-index: 1;
	}
	
#leftColumn
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
	height: auto;
	background-color: transparent;
	text-align: right;
	z-index: 2;
	}
	
#menu
	{
	position: relative;
	top: 46px;
	width: 300px;
	height: auto;
	background-color: transparent;
	text-align: right;
	z-index: 3;
	}
	
#menu img
	{
	border: 0px;
	margin-bottom: 10px;
	}
	
#news
	{
	position: relative;
	font-family: "American Typewriter", Courier;
	font-size: 14px;
	line-height:  150%;
	color: rgb(100,100,100);
	text-align: right;
	margin-top: 50px;
	}
	
#content
	{
	position: absolute;
	top: 0px;
	left: 355px;
	width: 645px;
	height: 525px;
	background-color: transparent;
	z-index: 4;
	font-family: "American Typewriter", Verdana, Arial;
	font-size: 14px;
	line-height:  150%;
	color: #303030;
	text-align: left;
	}
	
img.intro
	{
	height: 505px;
	width: auto;
	}
	
h1 {
	font-family: "American Typewriter", Verdana, Arial;
	font-size: 18px;
	color: #303030;
	text-align: left;
	font-weight: normal;
	margin-top: 40px;
	}
	
#nav
	{
	position: absolute;
	top: 515px;
	left: 0px;
	width: 45px;
	height: 14px;
	z-index: 5;
	}
	
#nav img
	{
	border: 0px;
	float: left;
	}
	
#contact
	{
	position: absolute;
	top: 30px;
	left: 0px;
	width: auto;
	height: auto;
	}
	
p
	{
	font-family: "Lucida Grande", Arial, Verdana, Helvetica;
	font-size: 14px;
	line-height:  150%;
	color: #aaaaaa;
	text-align: left;
	}
	
a
	{
	color: #aaaaaa;
	text-decoration: none;
	}
	
a:hover
	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
/* ========== GALLERY CSS START ========== */
#slides
	{
	position: relative;
	left: 0px;
	top: 0px;
	width: 760px;
	z-index:100;
	}

#slides > a.next
	{
	position:absolute;
	top:490px;
	left:-30px;
	width:13px;
	height:9px;
	display:block;
	z-index:101;
	background-color: transparent;
	}
	
#slides > a:hover.next
	{
	border-bottom: 0px;
	}

#slides > a.prev
	{
	position:absolute;
	top:490px;
	left: -70px;
	width:13px;
	height:9px;
	display:block;
	z-index:101;
	}
	
#slides > a:hover.prev
	{
	border-bottom: 0px;
	}

.slides_container
	{
	width:100%;
	height:550px;
	/* overflow:hidden; */
	position:relative;
	}

.slides_container .imageContainer
	{
	text-align: left;
	width: 760px;
	height: 505px;
	background-color: transparent;
	/*background-color: #ececec;*/
	}
	
.slides_container .imageContainer img
	{
	position: relative;
	height: 505px;
	width: auto;
	}
	
.slides_container .imageContainer img.intro
	{
	position: relative;
	float: left;
	border-right: 15px solid #f0f0ee;
	margin-right: 40px;
	height: 490px;
	width: 392px;
	}
	
.galleryIntroBG
	{
	background-color: #d2d2d2;
	height: 100%;
	width: auto;
	}

.pagination
	{
	display: none;
	margin:26px auto 0;
	width:100px;
	}

.pagination li
	{
	float:left;
	margin:0 1px;
	}

.pagination li a
	{
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	}

.pagination li.current a
	{
	background-position:0 -12px;
	}

.caption
	{
	position:relative;
	margin-top: 10px;
	height:auto;
	width:300px;
	font-size:12px;
	line-height: 140%;
	text-align: left;
	color: #757575;
	background-color: transparent;
	}
/* ========== GALLERY CSS END ========== */
