body {
	margin: 20px 0px 0px 20px;
}
body, td {
	font-family: verdana;
	font-size: 10pt;
}
img {
	border: none;
}
a {
	color: #1e4374;
}
a:hover {
	color: #4F6CE4;
}
h1 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 12pt;
	color: #000;
	text-decoration: underline;
}
h2 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 12pt;
}
h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
}
#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}
#title {
	position: absolute;
	left: 135px;
	top: 38px;
}
#cinemed {
	position: absolute;
	left: 665px;
	top: 10px;
}
#cinemed:hover {
	background: url('cinemed_logo_hover.gif') no-repeat;
}
#cinemed:hover img {
	visibility: hidden;
}
#navbar {
	position: absolute;
	left: 10px;
	top: 125px;
}
.navbar {
	background: #234e87;
	color: #fff;
	font-size: 9pt;
}
.navbar a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.navbar a:hover {
	color: #b6cdec;
	text-decoration: underline;
}
#content {
	position: absolute;
	left: 20px;
	top: 180px;
	width: 700px;
}
.copyright {
	margin-top: 20px;
	border-top: 1px solid #DFDFDF;
	width: 90%;
	padding-top: 10px;
}
.box {
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #7C97B2;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: none;
}
.clear {
	clear: both;
	font-size: 0px;
}