@charset "utf-8";
/* CSS Document */
body {
	background:black;
	color:white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-top:0px;
	}
a {
	text-decoration:none;
	color:#fbaf5d;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	color:#f7941d;
}
.hover {
	color:#f7941d;
}

#main-wrapper {
	width:925px;
	margin:0 auto 0 auto;
	overflow:auto;
}
#upper-nav-bg {
	width:216px;
	height:32px;
	background:url(../images/upper-nav-bg.png);
	float:right;
	margin-right:25px;
	overflow:auto;
}
#logo {
	width:253px;
	height:124px;
	background:url(../images/logo.png);
	float:left;
	margin-left:329px;
	overflow:auto;
}
/*NAVIGATION*/
#upper-nav {
	padding-top:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
/*END NAVIGATION*/

/*BANNER & SLIDE SHOW*/
#banner {
	margin:124px auto 0 auto;
	width:925px;
	}
.imageSlideshowHolder,.imageSlideshowHolder_left {
	margin:0px auto 0px auto;	/* "Air" */
	/*float:left;*/ /* Floating gallery at the right side of other web page content */		
	width:925px;	/* Image width */
	height:352px;	/* Image height */
		
	position:relative;	/* Don't remove this line */
	}

.imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
	}
/*END SLIDE SHOW*/

/*CONTENT*/
#content-wrapper {
	/*height:352px;*/
	width:925px;
	overflow:auto;
}
#side-blog-L {
	width:264px;
	height:332px;
	float:left;
	margin:10px 20px 0 24px;
}
#center-blog-wrapper {
	width:350px;
	height:332px;
	float:left;
	margin-top:10px;
}
#center-blog {
	width:324px;
	margin:10px auto 0 auto;
	text-align:justify;
}
#side-blog-R {
	width:216px;
	height:332px;
	float:left;
	margin:10px 0px 0 20px;
}
#line {
	height:246px;
	width:1px;
	background:url(../images/line.png) no-repeat;
	float:left;
	margin-top:42px;
}
#title {
	margin:0px 0 10px 0;
}
/*END CONTENT*/

/*FOOTER*/
#footer-bg {
	width:876px;
	background:url(../images/footer-bg.png);
	height:61px;
	margin:10px auto 0 auto;
}
#footer-link {
	padding-top:20px;
}
/*END FOOTER*/

/*HOME GALLERY BEGIN HERE*/
#small-pic {
	width:69px;
	height:47px;
	float:left;
	margin:3px 3px 4px 0;
}
#small-pic1 {
	width:69px;
	height:47px;
	float:left;
	margin-bottom:4px;
	margin:3px 0px 4px 0;
}
#big-pic {
	margin-bottom:5px;
}


/*END GALLER DIV*/

/*FONT STYLE*/
.orange-bold {
	color:#fbaf5d;
	font-weight:bold;
}
.orange {
	color:#fbaf5d;
}
.bold {
	font-weight:bold;
	color:#555555;
}
.bold-big {
	font-weight:bold;
	color:#555555;
	font-size:16px;
	margin-bottom:5px;
}
#hr {
	color:white;
	width:300px;
}







	
