@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	z-index: 0;
}

body {
	background-color: #191716;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	line-height:22px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #45c0cd;
	font-weight:none;
	text-decoration:underline;
	line-height:22px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #45c0cd;
	font-weight:none;
	text-decoration:underline;
	line-height:22px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #45c0cd;
	font-weight:none;
	text-decoration:underline;
	line-height:22px;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #45c0cd;
	font-weight:none;
	text-decoration:underline;
	line-height:22px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 959px;
	margin-bottom: 15px;
}

#header-links {
    height: 46px;
	width: 939px;
	padding-left:20px;
	padding-bottom:0px;
	vertical-align:bottom;
}

#header {
	position: relative;
	background-image: url(../images/top-border.png);
	height:291px;
	width:959px;
}
#top {
	background-image: url(../images/top.png);
	height:25px;
	width:959px;
}
#contents {
	background-image: url(../images/middle.png);
	background-repeat:repeat;
	min-height:400px;
	width:959px;
	float:left;

	
}
#footer {
	background-image: url(../images/bottom.png);
	height:76px;
	width:959px;
	float:left;
	
}
#navigation {
	float:left;
	width:228px;
	min-height:340px;
	margin-left:34px;
	padding-top:50px;
	padding-bottom:10px;
	background-repeat:repeat-y;

}

#navigation a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:none;
	text-decoration:underline;
}
#navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:none;
	text-decoration:underline;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:none;
	text-decoration:underline;
}
#navigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:none;
	text-decoration:underline;
}
#copy {
	float:left;
	width:638px;
	min-height:390px;
	padding-left: 19px;
	padding-right:40px;
	padding-top:10px;

}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #45c0cd;
	line-height:22px;
}

.style1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #45c0cd;
	line-height:22px;
	font-weight:bold;
}