body {
	background: url("images/bg_blue.png");
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

a {
	text-decoration: none;
	color: #cccece;
}
a:visited {
	
}
a:hover {
	color: #a4dce3;
}



h1 {
	margin: 0;
	color: #46748c;
	font-size: 75px;
}

h2 {
	margin: 0;
	color: #8c465d;
	font-size: 32px;
	margin-top: -25px;
}

h3 {
	margin: 2px;
	font-weight: normal;
	font-variant: small-caps;
}

#top {
	background: url("images/bg_grey.png");
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
#misc {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: center;
}

/* LINKS PAGE */
#links {
	background: url("images/bg_grey.png");
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 480px;
	height: 100%;
	text-align: center;
}
table.links {
	position: absolute;
	left: 500px;
	padding-left: 20px;
	text-align: left;
}
td.links {
	width: 250px;
	vertical-align: top;
}

#links a {
	color: #46748c;
}
#links a:hover {
	color: #906291;
}