@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.jpg) top center no-repeat #f7f0e1;
	margin:0;
	padding:0;
	color:#2a2a2a;
	}

a, a:visited{
	color:#2a2a2a;
	text-decoration:none;
	font-weight:bold;
	}

a:hover, a:active{
	color:#cc3300;
	}
	
#pp{
	height:22px;
	width:960px;
	margin:0 auto;
	}

#pp p{
	color:#ccc;
	font-size:11px;
	text-align:left;
	margin:0;
	padding:3px 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#container{
	width:960px;
	/*background:url(images/container-bg.png);*/
	background-repeat:repeat-y;
	padding:0;
	margin: 0 auto;
	min-height:200px;
	background:#fbf8f1;
	}

#header{
	width:960px;
	height:100px;
	margin:0 auto;
	background:url(images/head.png);
	background-repeat:no-repeat;
	}

#rotator{
	width:960px;
	height:361px;
	background:url(images/img.jpg);
	margin:0 auto;
	}

#sx{
	width:645px;
	min-height:200px;
	float:left;
	display:inline;
	padding:15px 0 0 15px;
	}

#sx h1{
	display:block;
	width:630px;
	height:39px;
	line-height:39px;
	color:#E25A2C; /* color:#523623; */
	padding:0 0 0 0;
	margin:0;
	font-size:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	}

#sx h2, #sx h3{
	display:block;
	width:630px;
	height:39px;
	line-height:39px;
	color:#E25A2C;
	padding:0 0 0 0;
	margin:0;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	}


#sx p{
	margin:0;
	padding:15px 0 15px 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	float:right;
	}

#sx p span{
	color:#cc3300;
	}


#sx-sx{
	width:315px;
	min-height:200px;
	float:left;
	}

#sx-dx{
	width:315px;
	min-height:200px;
	float:right;
	}

#sx img{
	padding-top:15px;
	}

#dx{
	width:270px;
	min-height:200px;
	float:right;
	display:inline;
	padding:15px 15px 0 0;
	}

#footer{
	width:960px;
	min-height:60px;
	padding:25px 10px;
	background:url(images/footer-bg.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	}

#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	}

#info{
	width:500px;
	float:left;
	display:inline;
	padding-left:15px;
	}

#credits{
	width:270px;
	float:right;
	text-align:right;
	display:inline;
	padding-right:15px;
	}

.orange{
	color:#cc3300;
	font-weight:bold;
	}

.gallery img {margin-top: 20px; 
}

a.facebook{
	display:block;
	width:32px;
	height:32px;
	background:url(images/facebook.png) no-repeat;
	float:right;
	margin:10px 0 0 0;
	}