




@charset "utf-8";

/* CSS Document */



body {

	background-image:url(../images/css-images/bg-1.jpg);

	background-repeat:repeat;

	background-color: #fff;

	color: #000;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

	margin: 10px 0;

}







h1, h2, h3 {

	margin: 0;

	padding: 0;

}



.copyrights {

	color: #fff;

	float: left;

}



#wrapper {

	margin: 0 auto;

	width: 900px;

}



#main-wrapper {

	float: left;

	margin: 0 auto;

	position: relative;

	width: 900px;

}



#header {

	height: 296px;

	position: relative;

	width: 900px;

}



#header-L {

	background-image: url(../images/css-images/header-L.jpg);

	background-repeat: no-repeat;

	float: left;

	height: 296px;

	width: 300px;

}



#header-L-800{

	background-image: url(../images/css-images/header-L-800.jpg);

	background-repeat: no-repeat;	

	display:none;

	float: left;

	height: 247px;

	width: 250px;

}



#header-left{

	background-image: url(../images/css-images/header-L.jpg);
	background-repeat: no-repeat;

	float: left;

	height: 296px;

	width: 300px;

}



#header-R {

	background-image: url(../images/css-images/header-R.jpg);

	background-repeat: no-repeat;

	float: left;

	height: 296px;

	width: 600px;

}



#content {

	background-color: #EAEAEA;

	background-image: url(../images/css-images/content-bg.jpg);

	background-repeat: repeat-x;

	float: left;

	min-height:273px;
	padding: 20px;

	width: 860px;

}



#content-box-home {

	background-color: #fff;

	border: 1px solid #FF0000;

	float: left;

	margin: 0;

	padding: 20px;

	width: 500px;

}



#content-box-gallery {

	background-color: #fff;

	border: 1px solid #FF0000;

	float: left;

	margin: 0 auto;

	padding:20px 0;

	width: 700px;

}



#infobox {	
	color: #333;
	font-size:18px;
	float: left;
	line-height:25px;
	margin-left:50px;
	padding: 10px 0px 0px 0px;
}



#infobox2 {	

	color: #fff;

	float: left;

	font-size:16px;	

	padding:20px;

	width:260px;

}



#infobox2 p {

	color: #000;

	font-size:14px;

	margin:70px 0 0 10px;	

	float: left;

}



#infobox2 p strong {

	color: #000;

	font-size:24px;

}





#slideshow {

	float:left;

	margin:0 0 0 25px;

	padding:0;

	width:400px;

}



#content-flash {
	float:left;

	margin:0px 0 50px 50px;

	width:220px;

}

#content-flash p {
	float:left;
	margin:0;
	padding:0;
}



#footer {

	background-image: url(../images/css-images/footer-bg.jpg);

	background-repeat: repeat-x;

	clear: both;

	color: #fff;

	height: 71px;

	padding: 10px;

	text-align: right;

	width: 880px;

}



#footer a {

	color: #fff;

	text-decoration: none;

}



#footer a:hover {

	color: #000;

}



#logo-text {

	background-image:url('../images/css-images/logo-text.png');

	background-repeat: no-repeat;

	height: 157px;

	left: 45px;

	position: absolute;

	top: 35px;

	width: 245px;

	z-index: 1;

}



#sitemap {

	padding-top: 35px;

}



#sitemap ul {

	margin: 0;

	padding: 0;

}





#sitemap li {

	float: left;

	list-style-type: none;

	text-align: center;

	width: 120px;

}



#sitemap li a {

	color: #fff;

	text-decoration: none;

}



#sitemap li a:hover {

	text-decoration: underline;

}
