@charset "UTF-8";
/* page.css */

*{
	margin: 0;
	padding: 0;
}
body{
	background: #ccc url(../images/backgrounds/body.png) repeat-y center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
}
h1, h2, h3{
	font-family: "Times New Roman", Times, serif;
}
h3, p, ol, ul{
	font-size: 1.4em;
}
h1{
	font-size: 2.4em;
}
h2{
	font-size: 1.8em;
}
a{
	border-bottom: #367bd9 solid 1px;
	color: #005ad9;
	text-decoration: none;
}
a:visited{
	border-bottom-style: dashed;
}
#container{
	background: #fff url(../images/backgrounds/container.png) repeat-y 750px 0;
	color: #000;
	margin: 0 auto;
	overflow: auto;
	text-align: justify;
	width: 960px;
}
#footer{
	background-color: #367bd9;
	color: #fff;
	clear: right;
	padding: 12px 0;
	text-align: center;
}
#footer a{
	color: #fff;
}