@charset "utf-8";

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../images/wallpaper.png);
	background-attachment: fixed;
	margin: 0px;
	overflow-y: scroll;
	*overflow-y: inheret;
}

/*p {
	text-align: justify;
}*/

a:link {
	color: #FFFFFF;
}


a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
}

.container {
	background-color:#000000;
	border-left-style: solid;
	border-left-width: 10px;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FFFFFF;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	min-height: 100%;
}

.content {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.headerImage {
	padding-top:15px;
	padding-bottom:20px;
}

.navItem {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.footer {
	clear: both;
}

.paragraph {
	text-align: justify;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}