/* CSS Document */

#html, body {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:980px;
	height: 100%;
	margin: auto;
	background-color: #404040;
	background-image: url(images/gradientback.jpg);
	color: #FFFFFF;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	background-repeat: repeat-x;
}
div#header {
	width: 100%;
	top: 0px;
	position: absolute;
	right: 0px;
}
div#nav {
	position: absolute;
	top: 0px;
	float: right;
	right: 0px;
}
div#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
}
div#content {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 170px;
	background-color: #1D2226;
	clear: both;
	font-size: 0.875em;
	margin: 1.286em;
}
div#footer {
	text-align: center;
	font-size: 0.75em;
	position: relative;
	top: 37px;
	background-color: #000000;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}
div#container {
}
h1 {
	font-size: 1.375em;
	line-height: 1.636em;
}
.image {
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
}
.ssd {
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
.photoright {
	font-size: .9em;
	font-style: italic;
	color: #EEEEEE;
	margin: 0px;
	float: right;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.photoleft {

	font-size: 0.9em;
	font-style: italic;
	color: #EEEEEE;
	margin: 0px;
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
}
h2 {
	font-size: 1.15em;
	line-height: 1em;
	display: inline;
}
a:link {
	color: #9D9370;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #9CB7C2;
}
div#centerimage {
	margin: 0 auto;
	text-align: center;
	display: table;
}
.iconselectors {
	padding: 5px;
	padding-top: 15px;
	font-size: 18px;
}
.centertext {
	font-size: 0.8em;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #000000;
}
.keywords {
	font-size: 0.4em;
	color: #333333;
}
.iconleft {
	border: 0px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

