body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #F1F1EF;
}
#container {
	width: 726px;
	padding: 0px;
	height: 562px;
}

/*:::::::::::::::::::::::::::: head and navigation styles ::::::::::::::::::::::::::::*/

#head {
	background-image: url(../images/head.jpg);
	height: 167px;
	width: 100%;
	background-repeat: no-repeat;
	text-align: right;
	letter-spacing: .15em;
}

.navigation {
	position: relative;
	text-align: left;
	top: 0px;
	float: right;
	margin-right: 20px;
}

.navigation ul {
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size: 130%;
	color: #3F3F41;
	list-style-position: inside;
	list-style-type: none;
	margin-right: 20px;
	letter-spacing: .2em;
}
.navigation a, .navigation a:visited {
	color: #3F3F41;
	font-weight: normal;
	text-decoration: none;
}
.navigation a:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}


/*:::::::::::::::::::::::::::: body / content styles ::::::::::::::::::::::::::::*/
#body {
	background-image: url(../images/body.jpg);
	padding: 0px;
	margin:0px;
	height: 395px;
	text-align: left;
	background-repeat: no-repeat;
}

.content {
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size: 90%;
	overflow: auto;
	width: 424px;
	margin: 0px 15px 15px 35px;
	height: 380px;
}
.content p {
	margin: 0px 0px 0px 15px;
	letter-spacing: .02em;
	padding:0px;
	font-size: 105%;
}
.content h1 {
	font-size: 150%;
	font-weight: normal;
	color: #3F3F41;
	text-decoration: underline;
	width: 400px;
	letter-spacing: .1em;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.content ul {
	list-style-position: outside;
	list-style-type: none;
	font-size: 100%;
	letter-spacing: .05em;

}
.galleryObj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0px 15px 5px 30px;
	padding: 0px;
	border: none;
}

/*:::::::::::::::::::::::::::: sidebar and footer styles ::::::::::::::::::::::::::::*/
#sidebar {
	background-image: url(../images/info.jpg);
	padding: 0px;
	background-repeat: no-repeat;
}

.foot {
	width:232px;
	margin:0px 20px 15px 15px; 
}

.foot p {
	font-size: 80%;
	color: #999999;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.nudge {
	width: 212px;
	margin-left: 20px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	letter-spacing: 0.15em;
	border: 1px solid #666666;
	margin: 5px;
	padding: 2px;
	font-size: 85%;
}
.content li {
	margin-left: 0px;
}
