/* Web 2.0 default */
/* tips from JeremyKeith */
body {
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	margin: 0;
	color: #CCC;
}

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

a {
	color: #FC0;
	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: 978px;
	text-align: center;
	border: 1px solid #000;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/graygradientBG_final.jpg);
	background-repeat: no-repeat;
	}
#header {
	width: 980px;
	text-align: left;
	height: 95px;
}
#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;
	letter-spacing: .04em;
	margin-right: 0px;
}

#bodytext {
	width:  732px;
	float: left;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#footer {
	clear: both;
	font-size: 10px;
	color: #FFF;
	background-color: #000;
	padding: 4px;
}

/* font classes */
h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: .2em;
}
h2 {
	font-size: 15 px;
}
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: 12px;
	line-height: 14px;
}
.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;
	}

