/* Reset styles to reduce browser inconsistencies, e.g. default line heights, margins, font sizes...
*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	margin-block-end: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Main styles
   Basic template styles for all pages.
*/

body {
	width: 100%;
	background-color: #fafafa;
	margin: 0;
}

.caps {
	text-transform: uppercase;
}

.boldtext {
	font-weight: bold!important;
}

#container {
	display: block;
	position: relative;
	overflow: hidden;
	width: 1000px;
	height: 747px;
	color: #222222;
	background-color: #eeeeee;
	margin: 15px auto 18px auto;
	z-index: 1;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

#maincontent {
	display: block;
	width: 75%;
	height: 100%;
	background-color: transparent;
	position: absolute;
	top: 0%;
	left: 25%;
	z-index: 1;
}

a {
	text-decoration: none;
	text-transform: none;
}

a:focus {
}

#copyright {
	line-height: 120%;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	word-spacing: 0.2em;
	letter-spacing: 0px;
	position: relative;
	top: 94%;
	left: 9%;
	width: 85%;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
}

#wallpaper {
	position: absolute;
	top: 330px;
	top: 0px;
	left: 0px;
	height: 700px;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

