* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:85%;
	background-color: #c0c0c0;
}
#wrapper {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background: #CCCCCC;
}

/*----position container elements----*/
#header {
	background: #666666;
	width: 900px;
	position: relative;
	padding-left: 100px;
	padding-bottom: 10px;
	padding-top: 10px;
}
img#imageLogo {
	margin-left: 0px;
	float: left;
}

	
#headershadow {
	margin: 0px;
	padding: 0px;
	width: 998px;
	height: 30px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	background-image: url(../images/header-drop-shadow_03.jpg);
	background-repeat: repeat;
}
#navigation {
	background: #666666;
	height: 40px;
	width: 500px;
	float: none;
	margin-left: 255px;
	text-align: left;
}
#galleryheading {
	background: #CCCCCC;
	float: left;
	height: 60px;
	width: 958px;
}
#contentdropshadow {
	background: url(../images/content_drop_shadow.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 1000px;
	float: left;
}
#footer {
	background: #666666;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 1000px;
	float: left;
	text-align: center;
}
#ImageOne {
	background: #CCCCCC;
	float: left;
	height: 200px;
	width: 230px;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
