/* CSS Document */
body {
	background-image: url(bg.jpg);
	background-postion: top center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
    background: #fff; 
	overflow: hidden;
-moz-box-shadow:2px 2px 10px #c8c8c7; /* Firefox */
-webkit-box-shadow:2px 2px 10px #c8c8c7; /* Chrome, Safari */
-khtml-box-shadow:2px 2px 10px #c8c8c7; /* Konqueror */
box-shadow: 0 0 2px 2px #c8c8c7; /* CSS3 */
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	width: 956px;
	}

	#container h3 {
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	text-align:center;
	color: #333333;
	font-stretch:semi-condensed;
	font-weight: 100;
	
	}
	#container h4 {
	font-family: "Century Gothic", Arial;
	font-size: 22px;
	text-align:center;
	color: #333333;
	font-stretch:semi-condensed;
	font-weight: 200;
	}
	#container h5 {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	line-height: 1.8em;
	text-align:center;
	color: #333333;
	padding: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-stretch:semi-condensed;
	font-weight: 100;
	text-align:center;
	}
	h6 {
	font-family: "Century Gothic", Arial;
	font-size: 11px;
	line-height: 1.8em;
	text-align:center;
	color: #CCCCCC;
	padding: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-stretch:semi-condensed;
	font-weight: 100;
	text-align:center;
	}
	#images {
	padding-left: 30px;
	padding-right: auto;
	padding-bottom: 24px;
	}
	#images img {
	border: 1px solid #DCDCCC; 
border-bottom-color: #CCCCBD;
border-right-color: #CCCCBD;
padding: 4px;
margin-bottom: 20px;
	}
