/* */

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: sans-serif;
	font-size: 1em;
	color: #0c5a98;
}
#page,#header {
	background: url('/img/bg.png') repeat-y top center;
	overflow: hidden;
}
#primary,#secondary {
	text-align: center;
	margin-top: 100px;
	margin-bottom: 80px;
}
h1 {
	display: none;
}
h2 {
	color: #599ecc;
	font-size: 85%;
}
a h2,a:visited h2 {
	color: #599ecc;
	text-decoration: none;
}
a:hover h2 {
	color: white;
	text-decoration: none;
}
a img {
	border: 2px solid #599ecc;
}
a:hover img{
	border: 2px solid #fff;
}
#footer {
	text-align: center;
	font-size: 80%;
}
p {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #599ecc;
}
p span {
	color: #aaa;
	font-weight: bold;
}
p a,p a:visited {
	border: 0;
	text-decoration: underline;
	color: #599ecc;
}
p a:hover {
	text-decoration: none;
	color: #eee;
}