@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*end reset*/

body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}
#weapper {
	width: 960px;
	background-color: #000000;
	background-image: url(../images/box-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 43px auto 0px auto;
	text-align: left;
}
#weapper #box {
	width: 916px;
	margin-right: 22px;
	margin-left: 22px;
	border: 1px solid #FFFFFF;
}
#weapper #box #branding {
	position: relative;
	height: 190px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#tagline {
	position: absolute;
	top: 0px;
	right: 0px;
}
#nav {
	background-image: url(../images/nav-bg.jpg);
	height: 50px;
}
#nav a {
	background-image: url(../images/nav-div.jpg);
	display: block;
	float: left;
	height: 26px;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a.last {
	background-image:none;
}
#slideshowBox {
	background-color: #3E3C3B;
	height: 300px;
	width: 885px;
	margin: 10px;
	border: 5px solid #ffffff;
}
#home #content {
	text-align: center;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
#content h1 {
	font-family: Constantia,  "Lucida Bright",  Georgia,  "Times New Roman",  Times,  serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: normal;
	margin: 20px;
	word-spacing: 0.1em;
	color: #FFFFFF;
}
#content p {
	font-family: Constantia,  "Lucida Bright",  Georgia,  "Times New Roman",  Times,  serif;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 24px;
	word-spacing: 0.1em;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #FFFFFF;
}
#content img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#content img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.clearfix {
	clear: both;
	margin-top: 10px;
}
#links #content img {
	border: 4px solid #333333;
	margin-right: 10px;
}

#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	color: #FFFFFF;
	font-family: Constantia,  "Lucida Bright",  Georgia,  "Times New Roman",  Times,  serif;
	color: #FFFFFF;
	font-size: 15px;
	word-spacing: 0.1em;
}
#footer span {
	margin-left: 30px;
}
#footer a {
	color: #FFFFFF;
}

