@charset "utf-8";
body {
	background-color: #e4e4e4;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#navigationcontainer {
	position:relative;
	top:auto;
	width:100%;
	background-image: url(images/navigationrepeat.png);
	margin: auto;
	background-repeat: repeat-y;
	background-position: center;
	text-align: right;
}

#navigationcontainer #navigation {
	margin: auto;
	width: 920px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#header {
	position:relative;
	top:auto;
	width:100%;
	height:178px;
	
	background-repeat: no-repeat;
	background-position: center;
}
#header #headercontainer {
	height: 178px;
	margin: auto;
	width: 946px;
}
#header #headercontainer #logo {
	height: 178px;
	width: 499px;
	background-image: url(images/logo.png);
}
#header #headercontainer #picture {
	height: 178px;
	width: 447px;
	float: right;
	display: inline;
}
#content {
	margin: auto;
	width: 946px;
}
h4 {
	clear: both;
	display: block;
}

#content #secondarycontainer {
	width: 221px;
	background-image: url(images/secondaryrepeat.png);
	background-repeat: repeat-y;
	height: 100%;
	font-size: 11px;
}
#contentheight #content #secondarycontainer #secondary {
	width: 190px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-align: left;
}
#contentheight #content #secondarycontainer #secondaryfooter {
	background-image: url(images/secondaryfooter.png);
	height: 8px;
	width: 221px;
}


#content #primary {
	width: 697px;
	background-image: url(images/primaryrepeat.png);
	float: right;
	display: inline;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 8px;
	height: 100%;
	font-size: 16px;
}
#navigationtop {
	background-image: url(images/navigationtop.png);
	height: 4px;
	background-repeat: no-repeat;
	background-position: center;
}
#navigationbottom {
	background-image: url(images/navigationbottom.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 7px;
}
#contentheight {
	background-image: url(images/mainrepeat.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
#footertable {
	background-image: url(images/footertable.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	text-align: center;
	height: 12px;
	font-size: 11px;
	color: #666666;
	line-height: 5px;
}
#dropshadow {
	background-image: url(images/dropshadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 5px;
	margin: 0px;
	padding: 0px;
}
#quote {
	background-color: #e1dfb1;
	float: right;
	width: 244px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	display: inline;
}
#quote #quotetop {
	background-image: url(images/quotetop.png);
	height: 10px;
	background-repeat: no-repeat;
	background-position: left;
}
#quote #quotecontent {
	font-size: 11px;
	padding-right: 8px;
	padding-left: 8px;
}
#quote #quotebottom {
	background-image: url(images/quotebottom.png);
	height: 13px;
}

/*gallery rules*/
.gallery {
	clear: both;
	width: 700px;
	display: block;
}

.gallery .image {
	float: left;
	background-color: #CCC;
	margin: 2px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.gallery .caption {
	text-align: center;
	padding: px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
}
/*gallery rules*/
