body
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	text-align: center; 
	background-color: #586c58;
}

.outer_window
{
  margin-top: 2%;
	width: 800px;
	height: 600px;
	border: 1px solid white;
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	
}

.title
{
position: relative; top: 25px;
width: 700px;
border: 0px solid black;
}

#button_container
{
position: relative; top: 55px;
border: 0px solid black;
text-align: center;
}

.button_menu
{
width: 550px;

}

a:link, a:visited, a:hover
{
text-decoration: none;
color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
text-decoration: none;
border: 0px;
}

.button_menu td
{
text-align: center;
width: 100px;

}

#main_content
{
border: 1px solid white;
position: relative; top: 80px;
width: 700px;
height: 360px;
padding: 3px;
}

#main_content table
{
border: 1px solid white;
width: 695px;
height: 355px;
padding: 3px;
}

#film_container
{
width: 150px; 
height: 370px;
vertical-align: top;
text-align: center; 
overflow: auto;
border: 1px solid white;
float: left;
padding-top: 3px;
scrollbar-base-color: #3e4236;
scrollbar-arrow-color: #5c644d;
direction:rtl;
}

.services_div
{
overflow: scroll;
padding: 15px;
scrollbar-base-color: #3e4236;
scrollbar-arrow-color: #5c644d;

height: 300px;
width: 100%;
text-align:left;
}

#profile_content
{
width: 530x; 
height: 370px;
vertical-align: top;
text-align: center; 
overflow: auto;
border: 1px solid white;

}

.film_image
{
border: 1px solid black;
width: 125px;

}

.film_image_large
{
text-align: top;
border: 1px solid gray;



}

#inner_window
{
	width: 1024px;
	min-width: 1024px;
 	height: 100%;
 	padding: 0;
	margin: 0;
}

#left
{
  border: 1px solid black;
	width: 490px;
	height: 350px;
	padding: 0px;
	float: left;
	margin: 5px;
	overflow: auto;
}

#right
{
 	background-color: green;
	border: 1px solid black;
	width: 490px;
	height: 350px;;
	padding: 0px;
	float: left;
	margin: 5px;
}

#headings
{
	width: 100%;
	padding: 5px 30px 5px 5px;
	border-bottom: 1px solid Black;
	background-color: #00728f;
	text-align: left;
	font-weight: bold;
	color: white;
}
#contents
{
padding: 10px;
}