/*========================
Styles for fit-PC2 website
==========================*/

body {
	font-family: Verdana, Tahoma, 'Trebuchet MS', Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	margin: 10px 10px 40px 10px;
	padding: 0;
	text-align: center;
	background-image:url('images/bg_blue.png');
	background-color: #0d3f6d;
}

#container
{
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #fff;
	line-height: 1.4;
}

a {
	color: #fff;
	font-weight: bold;
}

a img {
	border: none;
}

h1, h2 {

}

h1 {
	font-weight: normal;
	font-size: 22px;
}

h2 {
	font-weight: normal;
	font-size: 22px;
}

#index #centre_content {
	width: 800px;
	max-width: 800px;
	margin: 0 auto;
}

#blurb
{
	text-align: left;
}

#information {
	margin-top: 2em;
}

#information ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#information ul li {
	display: inline;
	margin: 0 0.3em;
}

#information ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #036;
	background-color: #fff;
	font-weight: bold;
}

#information ul li a:hover {
	background-color: #cef;
}


/*

	font-family: Verdana, Tahoma, 'Trebuchet MS', Helvetica, Geneva, Arial, sans-serif;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-family: 'Comic Sans MS', cursive;
	font-family: 'Courier New', Courier, monospace;
	font-family: 'Arial Black', Impact, fantasy;

*/