@charset "UTF-8";
/* CSS Document */

body {
	width: 960px;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
}

#header {
	width: 960px;
	height: 171px;
	float:left;
}

#content {
	width: 960px;
	height: 964px;
	background-image:url(../img/background_content.jpg);
	background-position: center;
	float:left;
	margin-top: 4px;
}

.background {
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
}

.header {
	width: 960px;
	height: 171px;
	float:left; 
	margin: -12px auto 0px auto;
}

.content {
	width: 960px;
	height: 964px;
	background-image:url(../img/background_content.jpg);
	background-position: center;
	float:left;
	margin-top: 4px;
}


a:link {
	color:#FFF;
	text-decoration:none;
}

a:hover {
	color:#30C;
	text-decoration:none;
}

a.pagelink:link {
	color:#FFF;
	text-decoration:none;
}

a.pagelink:hover {
	color:#30C;
	text-decoration:none;
}


button {
	background-color: #178ad1;
}


A:visited  {
	color:#FFF;
	text-decoration:none;
}
A:active {
	color:#FFF;
	text-decoration:none;
}

p {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 50px;
	color:#FFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 32px;
	color:#FFF;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	color:#178ad1;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#666666;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size: 22px;
	color:#FFF;
	line-height:1.3;
}
		
	