*
{
	margin: 0px;
	padding: 0px;
}
body
{
	text-align: center;
	/*background-color: #DDDDDD;*/
	background-color: #FFFFFF;
}
#wrapper
{
	width: 990px;
	height: 100%;
	margin: 10px auto;
	margin-bottom: 10px;
	text-align: left;
	border: 1px solid #AAAAAA;
}
html>body #wrapper
{
	height: auto;
	min-height: 100%;
}
#content
{
	background: #FFFFFF url('../img/logo_home.gif') bottom right no-repeat;
}
#navigation
{
	margin-left: 20px;
}
#banner
{
	margin-left: 20px;
	padding-top: 10px;
	height: 320px;
}
html>body #banner
{
	height: auto;
	min-height: 320px;
}
#visual 
{
	height: 160px;
	overflow: hidden;
	width: 990px;
	/*background: #CC0000 url('../img/home.jpg') top left no-repeat;*/
}
/**************** Navigation *****************/


#navigation ul
{
	list-style-type: none;
}

#navigation ul li
{
	display: inline;
	right: 40px;
	/*text-transform: uppercase;*/
	margin-right: 10px;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

#navigation ul li a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #AAAAAA;
	display: block;
	float: left;
	height: 36px;
	line-height: 32px;
	margin-right: 5px;
	padding: 0px 6px 0px 6px;
}
#navigation ul li a:hover
{
	background-color: #FFFFFF;
	color: #AAAAAA;
}
#navigation ul li .nav_active
{
	background-color: #FFFFFF;
}
/**************** SubNavigation *****************/
#news
{
	padding-left: 20px;
		padding-right: 20px;
		background-color: #FFFFFF;
}
a.readmore
{
	color: #000000;
	text-decoration: none;
	display: block;
}
a.readmore:hover
{
	text-decoration: none;
	background-color: #CC0000;
	color: #FFFFFF;
}
#footer
{
	clear: both;
	margin-bottom: 10px;
	width: 990px;
	margin: 10px auto;
	color: #FFFFFF;
}
#footer *
{
	color: #FFFFFF;
}
a
{
	color: #CC0000;
	text-decoration: none;
}
a:hover
{
	color: #CC0000;
	text-decoration: underline;
}


p
{
	margin-bottom: 20px;
}
.readmore, h4 
{
	line-height: 20px;
}

.picThumb 
{
	border: 1px solid #999999;
}

/* --------- FILMSTRIP --------------*/

#thumbwrapper span span
{
	display: block;
	margin: 0px 0px 0px 0px;
	float: left;
}
#thumbwrapper span br
{
	display: none;
}
#thumbwrapper
{
	width: 6000px;
}
/* --------------------------------------- */
hr 
{
	height: 1px;
	background-color: #999999;
	border: none;
}
#left ul,  #left ul li
{
	margin: auto;
	padding: 0px 0px 0px 20px;
	list-style-type: square;
}