/* Web 2.0 default */
/* tips from JeremyKeith */
body {
	background-color: #ddd;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 0;
	text-align: center;
	margin: 0;
	color: #000;
}

input[type="radio"], input[type="checkbox"] {
	size:  10px;
}

a {
	color: #730800;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
/* end JK */
/* Dan Cederholm WHAT DOES THIS DO? */
.group:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}
/* end DC */

/* content hierarchy */
#container {
	width: 980px;
	text-align: center;
	background-color: #DDCBB4;
	margin-right: auto;
	margin-left: auto;
	background-image: url(retrogradientBG3.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 4px solid #FFF;
	}
#container2 {
	width: 980px;
	text-align: center;
	background-color: #DDCBB4;
	margin-right: auto;
	margin-left: auto;
	background-image: url(retrogradientBGwall.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 4px solid #FFF;
	}
#header {
	width: 960px;
	text-align: right;
	height: 200px;
	background-image: none;
	margin-bottom: 0px;
	font-size: 12px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#topBanner {
	text-align: center;
}


#leftnavi {
	width: 200px;
	float: left;
	font-size: 14px;
	text-align: left;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	margin-right: 0px;
}

#bodytext {
	width:  732px;
	float: left;
	text-align: left;
	border-left-width: 0px;
	border-left-style: dotted;
	border-left-color: #730800;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #E0D4C1;
	background-color: #730800;
	padding: 0px;
	border-top-style: solid;
	border-top-color:  #730800;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #730800;
	border-bottom-color: #730800;
	border-left-color: #730800;
	letter-spacing: .03em;
}

/* font classes */
h1 {
	font-size: 30px;
	font-weight: normal;
}
h2 {
	font-size: 24px;
	font-weight: normal;
}
h3 {
	font-size: 12 px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.paragraph {
	font-size: 12 px;
	font-weight: normal;
	font-style: normal;	
}
p {
	font-size: 12.px;
	margin-top: .25em;
	font-size: 14px;
	line-height: 16px;
}
.smalltype {
	font-size: 11px;
	line-height: 15px;
}
ul {
	
}
li {
	text-align: left;
}

.centernavi {
	text-align: center;
	background-color: #EEEEEE;
	padding-top: 4px;
	padding-bottom: 6px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin: 0px;
}
.centernavi:after {
	content:  ".";
	display:  block;
	height: 0;
	clear: both;
	visibility:  hidden;
}

.photobuttons {
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.photobuttons a {
	text-decoration: none;
}

.thumbnail {
	border: 1px solid #666;
	margin: 6px;
	}
.thumbnail:hover {
	background-color: none; 
	border: 1px solid #FFF;
	}
#frontpageslides {
	padding: 4px;
	float: right;
	height: 240px;
	width: 360px;
}