@charset "UTF-8";
div.header {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: repeat-y;
	background-position: 0px bottom;
	height: 75px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	top: 0px;
	margin: 0px;
}

div.bg {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom:0px;
	overflow: hidden;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: -1;
	top: 0px;	
	position: absolute;
	top: 0%;
}



div.title {
	height: 40px;
	width: 770px;
	padding-top: 20px;
	padding-left: 40px;
	padding-right:40px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: 40px;
}

div.links {
	text-align: right;
	padding-top: 30px;
	

}

.links {
	text-align: right;
}

div.container {
	background-image: url(images/content-background.png);
	background-repeat: repeat;
	height: 400px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	top: 125px;
	position: relative;
}

div.footer {
	height: 30px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
	top:10px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #5c63ed;
}
a:active {
	text-decoration: none;
}
div.one {
	width: 360px;
	height: 370px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	padding-left: 0px;
	padding-right: 15px;
	margin: 15px;
}
div.two {
	width: 180px;
	height: 370px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 15px;

}

div.three {
	width: 168px;
	height: 370px;
	float: left;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-right: 15px;
}
