body {
	background-color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

/* text looks a little thin in IE6
* html body
{
	font-weight: bold;	
}
*/

a:link {
	text-decoration: none;
	color:#000;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	opacity: .4;
}
a:active {
	text-decoration: none;
	color:#000;
}



#page {
	margin: 0 auto;
	background: url(../images/index.jpg) no-repeat;
	width:1000px;
	height:575px;
	border:0px;
}

#header {
	/*
	float:left;
	width:1000px; */
	width: 100%;
	text-align: center;
	height:131px;
	
	padding-top: 15px;
}

#header a.logo_container
{
	width: auto;
	margin: 0 auto;
}

#header a.logo_container:hover #logo
{
	opacity: .4;
	filter: alpha(opacity=40);
}

#logo {
	width:408px;
	height:115px;
	background:url(../images/header.jpg) no-repeat;
	
	margin: 0 auto;
	
	/*
	float:left;
	margin:15px 0px 0px 290px; */
}

#part1{
	float:left;
	width:365px;
	height:395px;
	
	padding: 0;
}

#links {
	float:left;
	width:275px;
	height:40px;
	margin-left:90px;
	margin-top:25px;
}

* html #links
{
	margin-left: 45px;
}


.links {
	font-size:20px;
	text-indent:0px;
	text-decoration:none;
}

.links a:hover {
	font-size:20px;
	opacity: .4;
	filter: alpha(opacity=40);
	text-indent:0px;
	text-decoration:none;
}


#part2{
	float:left;
	width:270px;
	height:395px;
	
	padding: 0;
}

#part3{
	float:left;
	width:350px;
	height:395px;
}


#text_box_part3 {
	margin-top:130px;
}

#about_part3 {
	margin-top:1px;
	font-size:13px;
}

#part2_3 {
	float:left;
	width:635px;
	height:395px;
}


#gallery_cat {
	float:left;
	width:211px;
	height:175px;
	
}

#gallery_cat_pic {
	float:left;
	width:108px;
	height:175px;

}

#gallery_text {
	float:left;
	width:102px;
	height:115px;
	padding-top:60px;
}

#gallery_cat_pic:hover {
	float:left;
	width:108px;
	height:175px;
	opacity: .4;

}

.category {
	font-size:16px;
	cursor:pointer;
}

.category:hover {
	font-size:16px;
	opacity: .4;
}


#footer {
	float:left;
	width:1000px;
	height:29px;
	text-align:center;
	font-size:12px;
	vertical-align:bottom;
}

#footer a {
	color:#666;
}

#footer a:hover {
	color:#aa6149;
}


/**Slideshow Scripts **/

#slideshow
{
	float:left;
}
#slideshow SPAN
{
	display: none;
	float:left;
}
#wrapper
{
	width: 505px;
	float:left;
	display: none;
}
#wrapper *
{
	margin: 0;
	padding: 0;
}
#fullsize
{
	position: relative;
	width: 500px;
	height: 300px;
	padding: 2px;
	border: 1px solid #000;

}
#information
{
	position: absolute;
	bottom: 0;
	width: 500px;
	height: 0;
	background: #000;
	color: #FFF;
	overflow: hidden;
	z-index: 200;
	opacity: .7;
	filter: alpha(opacity=70);
}
#information H3
{
	padding: 4px 8px 3px;
	font-size: 14px;
}
#information P
{
	padding: 0 8px 8px;
}
#image
{
	width: 500px;
}
#image IMG
{
	position: absolute;
	z-index: 25;
	width: auto;
}
.imgnav
{
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
}
#imgprev
{
	left: 0;
	background: url(../images/left.gif) no-repeat left center;
}
#imgnext
{
	right: 0;
	background: url(../images/right.gif) no-repeat right center;
}
#imglink
{
	position: absolute;
	height: 306px;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}
.linkhover
{
	background: url(../images/link.gif) no-repeat center center;
}
#thumbnails
{
	margin-top: 0px;
}
#slideleft
{
	float: left;
	width: 20px;
	height: 81px;
	background: url(../images/scroll-left.gif) no-repeat center center;


}
#slideleft:hover
{
	opacity:.3;

}
#slideright
{
	float: right;
	width: 20px;
	height: 81px;
	background: url(../images/scroll-right.gif) no-repeat center center;

}
#slideright:hover
{
	opacity:.3;

}
#slidearea
{
	float: left;
	position: relative;
	width: 456px;
	margin-left: 5px;
	height: 81px;
	overflow: hidden;
}
#slider
{
	position: absolute;
	left: 0;
	height: 81px;
}
#slider IMG
{
	cursor: pointer;
	border: 1px solid #666;
	padding: 2px;
}


/**End of Slideshow Scripts **/

