@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,body, html {
	margin: 0;
	padding: 0;
}
/*body, html {
	margin:0;
	padding:0;
}*/
/* body {
	height: 136px;
	color: #FFF;
	background-image: url(../images/head.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
}*/
body {
	background-image: url(../images/head.png);
	background-attachment:fixed;
	background-position:top;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
html {
	background-color: #243842;
	background-attachment: fixed;
	background-image: url(../images/BG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #243842;
	letter-spacing: 1px;
	margin-top: -10px;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #243842;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	text-indent: 15px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	text-align: center;
}
h5 {
	font-size: 2em;
	float: right;
	margin-top: 30px;
	font-style: italic;
	margin-right: 40px;
}

h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	padding-left: 20px;
	font-weight: bold;
	margin: .6px 0px 5px;
	text-align: center;
}
a, a:visited {
	text-decoration:none;
	color: #2e3a43;
}

a:hover, a:active {
	color: #2e3a43;
	text-decoration:underline;
}
#wrapper {
	width: 800px;
	height: 100%;
	text-align: left;
	border-radius : 15px !important;
	-moz-border-radius : 15px !important;
	-webkit-border-radius : 15px !important;
	background-position: center;
	margin: 0px auto;
	color: #FFF;
}
#background {
	background-color: #6b7b84;
	height: auto;
	width: 794px;
	border-radius : 15px !important;
	-moz-border-radius : 15px !important;
	-webkit-border-radius : 15px !important;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	background-position: center;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#logo {
	margin: 5px 0px 10px 5px;
	padding: 0px 0px 5px;
	height: 91px;
	background-repeat: no-repeat;
	width: 300px;
}
#mainNav {
	width: 794px;
	height: 30px;
}
#mainNav ul {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#mainNav li {
	margin: 0px;
	padding:0px;
	float: left;
}
#mainNav li a:link, #mainNav li a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	line-height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-bottom: 0px;
	letter-spacing: -1px;
}
#mainNav li a:hover {
	color: #e1dc0d;
	font-size: 1em;
	line-height: 25px;
}
#mainNav ul li a.current {
	color: #e1dc0d;
	line-height: 25px;
	font-size: 1em;
}

#film {
	height: 147px;
	width: 790px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}

#content {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	width: 700px;
	height: auto;
	margin: 25px 35px 15px 50px;
}


#content p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
}
#content p a {
	color: #0d161a;
	text-decoration: none;
}

#content p a:link, #content p a:visited {
	color: #2e3a43;
	text-decoration: none;
}

#content p a:hover , #content p a:active {
	color: #2e3a43;
	text-decoration: underline;
}

.partition {
	text-align: center;
	height: 2px;
	width: 411px;
	margin-left: 150px;
}


#footer {
	text-align: left;
	font-size: 0.9em;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	width: 780px;
	margin-left: 9px;
	margin-bottom: 5px;
	margin-right: 5px;
}


#footer a, #footer a:visited, #footer a:hover, #footer a:active 
{
	font-weight:normal;
	text-decoration: none;
	border-style: none;
}

#map img {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
#image-left{
	float: left;
	margin-right: 15px;
	border: 2px solid #243842;
	margin-bottom: 25px;
}
#image-right{
	float: right;
	margin-left: 15px;
	border: 2px solid #243842;
	margin-top: 25px;
}
.footerImg {
	float: right;
	text-decoration: none;
	border-style: none;
}


.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #000;
}
.indent {
	text-indent: 50px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
