@charset "UTF-8";
/* CSS Document */

body{ background-color: #ffffff;
	/*background-image:url(images/websitebg.jpg);*/

}

.style2 {color: #0c303a}
a:link {
	color: #0c303a;
}

a:visited {
	color: #0c303a;
}
a:active {
	color: #0c303a;
}
.style4 {font-size: small}
.style8 {color: #0c303a}
body {
	background-repeat: repeat;
}
.style11 {
	color: #0c303a;
	font-size: small;
}
.style12 {font-size: x-small}
.style13 {color: #061e25; font-size: x-small; }

#outside {
	margin:70px;
	width:822px;
	height:550px;
	background-image:url(images/outside.jpg);
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
}
	 
#logo {
position:relative;
width:115px;
height:116px;
left: 100px;
top: 26px;
background-image:url(images/tag.jpg);
background-repeat:no-repeat;
}

#movie{
background-repeat:no-repeat;
position:relative;
border-style:solid;
border-width:1px;
border-color:#061e25;
width:400px;
height:275px;
left:340px;
top:-150px;
margin:0;
}

#menu {
width:200px;
position:relative;
left:100px;
top:80px;
}

#menu ol{
margin:0;
padding:0;
}

#menu li{
list-style:none;
}

#menu a{
text-decoration:none;
font-family:"Courier New", Courier, monospace;
/*font-family:"Courier New", Courier, monospace;*/
font-size:14px;
color:#061e25;
}

#menu a:hover{
color:#061e25;
}

#menu2 {
width:200px;
position:relative;
left:100px;
top:80px;
}

#menu2 ol{
margin:0;
padding:0;
}

#menu2 li{
position:relative;
top:25px;
list-style:none;
}

#menu2 a{
text-decoration:none;
font-family:"Courier New", Courier, monospace;
font-size:14px;
color:#061e25;
}

#menu2 a:hover{
color:#061e25;
}

#arrows{
left:340px;
top:-140px;
position:relative;
width:400px;
height:30px;
}


#leftarrow {
background-image:url(images/leftarrow.jpg);
background-repeat:no-repeat;
margin-left:50px;
position:relative;
	width:45px;
	height:26px;
}



#rightarrow {
background-image:url(images/rightarrow.jpg);
background-repeat:no-repeat;
margin-right:50px;
position:relative;
float:right;
top:-25px;
	width:45px;
	height:26px;
}
#leftarrow:hover{
background-image:url(images/lefton.jpg);
background-repeat:no-repeat;
}
#rightarrow:hover{
background-image:url(images/righton.jpg);
background-repeat:no-repeat;
}

#contact{
display:none;
margin-top:25px;
margin-bottom:25px;
margin-left:12px;
margin-RIGHT:15px;
/*font-family:Arial, Helvetica, sans-serif;*/
font-family:"Courier New", Courier, monospace;
font-size:10px;
color:#061e25;
}

#contact fieldset{
border:none;
}

#contact li{
list-style:none;
}
