/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1,h2,h3 { margin: 0; padding: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

img {
	border: 0;
}

body {
	background: #888888 url(images/bck6.gif);
}

#page {
	position: relative;
	background: white url(images/pagebg.gif) repeat-y;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	/*width: 945px;*/
	/*width: 890px;*/
	/*width: 817; */
	width: 860px;
	text-align: left;
}

#header {
	position: relative;
	padding-bottom: 255px;
	background: white url(images/header/secondary.jpg) bottom center no-repeat;
}

#header h1 {
	font-family: "Century Gothic", "Avant Gard", "Arial", sans-serif;
	font-size: 33px;
	font-weight: 300;
	color: black;
	text-transform: capitalize;
	letter-spacing: 2px;
	padding: 0 40px;
	padding-top: 10px;
}
#header h2 {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 3px;
	color: black;
	padding: 0 40px;
	padding-bottom: 10px;
}
#header .inset {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 30%;
	font-family: "Trebuchet MS", "Century Gothic", "Avant Gard", "Arial", sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	color: white;
}
#header .inset a {
	color: white;
}

#sidebar {
	float: right;
	padding: 10px;
	width: 243px;
	font-family: "Verdana", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	color: black;
}

#content {
	padding: 20px 40px;
	width: 510px;
	min-height: 52em;
	font-family: "Verdana", "Century Gothic", "Avant Garde", "Arial", sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	color: black;
}

#footer {
	padding: 6px 40px;
	padding-top: 245px;
	background-color: #000000;
	background-image: url(images/bottom.gif);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Verdana", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	color: gray;
}
#footer a {
	color: black;
}
