body
{
    width:                  100%;

	margin:					0px;
	padding:				0px;

	background-color:		white;

	background-attachment:	fixed;
	background-image:		url("images/sun_bg.jpg");	
	background-repeat:		no-repeat;
	background-position:	center; 

    font-family:            verdana;
}

#top
{
    top:                    0px;

    width:                  100%;
	height:					115px;

	margin:					0px;
	padding:				0px;

	background-image:		url("images/banner_main.gif");
	background-repeat:		repeat-x;
	background-position:	bottom; 

	z-index:				500;
}

#sitemap
{
	position:			absolute;
	top:				120px;
	left:				0px;
	
	width:              200px;

	margin:				10px;
	padding:			5px;

	color:				silver;
	background-color:	gray;

    border:             solid 1px black;

	z-index:			500;
}

#sitemap a
{
	text-decoration:	none;
	color:				silver;
}

#sitemap img
{
	border:				0px;
}

#content
{
	position:			absolute;
	top:				120px;
	left:				0px;

    width:				100%;

	margin:				0px;

	padding-top:		0px;
	padding-left:		220px;
	padding-bottom:		0px;
	padding-right:		0px;
}

#content p
{
	text-align:			justify;
}

#content_full
{
	position:			absolute;
	top:				120px;
	left:				0px;
    width:				100%;
}

form
{
	color:				silver;
	background-color:	gray;
    border:             solid 1px black;
}

.left
{
	width:		500px;
	text-align: left;
}

.movie
{
	width:		176px;
	height:		200px;

 	padding-left:			7px;
	padding-right:			7px;
	padding-top:			25px;
	padding-bottom:			30px;

	margin:					10px;
	border:					0px;
	
	overflow:				hidden;

	background-image:		url("images/movie_bg.gif");
	background-repeat:		no-repeat;
	background-position:	top-left; 
}
