a {
	color: #000066;
	font-weight: bold;
}
a:hover {
	color: white;
}
body {
	background-color: #000066;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}
h1 {
	background-image: url(../images/hr_content.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: xx-large;
	font-style: italic;
	height: 1.3em;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
h3 {
	border-bottom: 1px solid #000066;
	color: #000066;
	font-size: medium;
	font-style: italic;
	margin: 0px 7px 7px 7px;
	padding: 0px;
	text-align: left;
}
h4 {
	background-image: url(../images/hr_side.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 1.5em;
	font-size: small;
	font-style: italic;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-align: center;
}
p {
	margin: 0px;
	padding: 0px;
}

.button-panel {
	background-image: url(../images/button-panel_bg.jpg);
	height: 30px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 760px;
}
.container {
	display: table;
	width: 760px;
	margin: 0px auto 0px auto;
}
.content {
	background-color: #8080B3;
	background-image: url(../images/content_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	margin: 15px 0px 0px 0px;
	padding-bottom: 30px;
	width: 565px;
}
.content p {
	color: #000066;
	padding: 0px 7px 0px 7px;
	text-align: justify;	
}
.copyright {
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: x-small;
	margin: 15px auto 0px auto;
	text-align: center;
	width: 760px;
}
.copyright a {
	color: white;
	font-weight: normal;
}
.movie {
	width: 512px;
	margin: 0px auto 0px auto;
}
.side {
	background-color: #8080B3;
	background-image: url(../images/side_bottom.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: small;
	float: right;
	margin: 15px 0px 0px 0px;
	padding-bottom: 30px;
	text-align: justify;
	width: 180px;
}
.side p {
	color: #000066;
	padding: 0px 7px 0px 7px;
}
.title {
	background-image: url(../images/title_bg.jpg);
	height: 125px;
	margin: 15px auto 0px auto;
	width: 760px;
}

.strip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: black;
	color: white;
	text-align: right;
	padding: 6px 20px 6px 2px;
}
.strip a, .bottommenu a, .topmenu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.strip a:hover, .bottommenu a:hover, .topmenu a:hover {
	text-decoration: underline;
}
