body, html, form, table, td, tr, div, span {
	margin:0px;
	padding:0px;
}
body {
	background-color: #FFFFFF;
	background-image: url('images/BGFilm.gif');
	background-repeat: repeat-y;
	background-position: top center;
}
.container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 700px;
}

.header {
	background-image: url('images/Header.gif');
	background-repeat: no-repeat;
	background-position: top left;
	width: 700px;
	height: 175px;
}
#menubox {
	position: absolute;
	right: 10px;
	top: 105px;
	font-size: 11pt; 
	font-family: courier, sans-serif;
	text-align: center
}
.content {
	margin-left: 100px;
	padding: 5px;
	width: 550px
}
#leftbox {
    float: left;
    width: 150px
}
#rightbox {
    float: right;
    width: 390px
}
#divider {
    clear: both;
    height: 15px

}


h1 { 
	color: #000033; 
	font-size: 16pt; 
	font-family: courier, sans-serif;
	margin: 0px 
} 
h2 {
	color: #000000; 
	font-size: 12pt; 
	font-family: courier, sans-serif; 
	font-weight: bold;
	margin: 0px
}
h3 {
	color: #000000; 
	font-size: 11pt; 
	font-family: courier, sans-serif; 
	font-weight: bold;
	margin: 0px
}
p {
	color: #000000; 
	font-size: 10pt; 
	font-family: courier, sans-serif ;
	text-align: justify;
	margin: 0px
}
A:link { 
	color: 333CCC 
}
A:visited { 
	color: 333CCC 
}
A:hover { 
	color: 0000FF 
}
a.menu:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a.menu:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none
}
a.menu:hover {
	font-weight: bold;
	color: #0000FF
}
a.menu:active {
	font-weight: bold;
	color: #9999FF
}
hr { 
	color: #000000 
}

