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

body {
	background-color: #222;
	margin:0;
}
#container{
	background-color: #FFF;
	background-image:url(bg.jpg);
	margin:0;
	position:absolute;
	top: 15px;
	width:950px;
	left: 50%;
	margin-left: -475px;
	border: 15px solid #FFFFFF;
	}
#header{
	margin:auto;
	width: 930px;
}
#header h1{
	font-family: Cambria, "Times New Roman", times;
	font-size: 36px;
	font-weight: normal;
	color: #222;
	margin-top:0;
	margin-bottom:0;
}
#header h1 a {
	color: #222;
	text-decoration:none
}
#header h1 a:hover {
	color: #444;
	text-decoration:none
}
#header h1 a:visited {
	color: #222;
	text-decoration:none
}
#header h2{
	font-family: Cambria, "Times New Roman", times;
	font-size: 10px;
	font-weight: normal;
	color: #003366;
	margin-top:0;
}
#content{
	margin:auto;
	width: 930px;
	font-family: Cambria, "Times New Roman", times;
	font-size:16px;
}
#content p{}

a {
	color:#003366;
	text-decoration:none;
	line-height: 1.2;
} 
a:hover {
	color:#003333;
} 

