body {
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	margin-top:0px;
	background-color: #20364D;
}
#container {
	width: 964px;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#logo {
	position: relative;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 408px;
	height: 132px;
}
#menu {
	position: relative;
	background-image: url('../images/menubg.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 939px;
	height: 26px;
	padding-left: 25px;
}
a.menu {
    display: block;
    width: 149px;
    height: 28px;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
    background-position: left 1px;
	float: left;
	margin-right: 3px;
	padding-top: 3px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003663;
	font-size: 16px;
	text-decoration: none;
	outline: 0;
}
a.menu:hover {
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
    background-position: left -27px;
	padding-top: 2px;
}
a.active {
    display: block;
    width: 149px;
    height: 28px;
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
    background-position: left -55px;
	float: left;
	margin-right: 3px;
	padding-top: 3px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003663;
	font-size: 16px;
	text-decoration: none;
}
#contenttop {
	position: relative;
	background-image: url('../images/contenttop.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 964px;
	height: 6px;
}
#contentcontainer {
	position: relative;
	background-image: url('../images/contentbg.png');
	background-repeat: repeat-y;
	background-position: left top;
	width: 924px;
	padding-left: 20px;
	padding-right: 20px;
}
#papertop {
	float: left;
	background-image: url('../images/papertop.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 487px;
	height: 620px;
	padding-left: 30px;
	padding-right: 20px;
}
#paperbottom {
	float: left;
	background-image: url('../images/paperbottom.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	width: 487px;
	height: 37px;
	padding-left: 30px;
	padding-right: 20px;
}
#video {
	position: relative;
	background-image: url('../images/videobg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 540px;
	margin-top: 0px;
	width: 357px;
	height: 277px;
	padding-top: 14px;
	padding-left: 15px;
	padding-right: 10px;
}
#note {
	position: relative;
	background-image: url('../images/notebg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 545px;
	margin-top: 0px;
	width: 337px;
	height: 378px;
	padding-left: 20px;
	padding-right: 20px;
}
#footer {
	position: relative;
	background-image: url('../images/footer.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 964px;
	height: 16px;
}
h1 {
	font-size: 24px;
}