@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

body {
	background-color: #333333;
	background-attachment: fixed;
	background-image: url(Assets/sketches.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #A5C0EF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A5C0EF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
h2 {
	color: #6494E3;
}
h3 {
	color: #6494E3;
}
h5 {
	color: #999999;
	text-align: center;
}
h1 {
	color: #A5C0EF;
	text-align: left;
}
h4 {
	color: #999999;
}

ul {
	list-style-type: circle;
	list-style-position: inside;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#nav {
	position:absolute;
	left:50%;
	top:120px;
	width:440px;
	height:46px;
	z-index:1;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	width:65%;
	z-index:2;
	overflow: auto;
	background-color: #FFFFFF;
	top: 169px;
	position: absolute;
	left: 147px;
	height: 500px;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
}
#footer {
	position:absolute;
	left:8%;
	top:709px;
	width:80%;
	height:20px;
	z-index:3;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#websitename {
	left:8%;
	top:35px;
	width:457px;
	height:74px;
	z-index:4;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: absolute;
	float: left;
}

#whiteline {
	position:absolute;
	left:119px;
	top:171px;
	width:75%;
	height:1px;
	z-index:1;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

