html,body{height:100%}
body {

	font-family:  Trebuchet MS, Arial, Tahoma,  Sans-serif;
	font-size: 0.9em;
	color: #333333;
	height: 101%;
	margin:0;
	padding:0;
}

/************* HEADER *****************/

div#header {
	float: left;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 127px;
	padding: 0px 0px 0px 0px;
	margin: 0px;

	background-image:url(../_resources/header_bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;

}


#wrap{
	width: 930px;
	float: left;
	min-height: 100%;
}

.selected {
	text-decoration: none;
	color: #000;
}


.footer {
	clear: both;
	float: left;
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	text-align: left;
	height: 45px;

	border-top: 1px solid #FF0000;
	background-color: #6699cc;

	color: #CCC;

}

.footer .inner{
	padding: 10px;
	
	color: #FFFFFF;
	font-size: 1em;
	
}

.footer .strapline{
    font-family: Arial,Helvetica,sans-serif,Verdana;
    font-size: 35px;
    line-height: 18px;
    letter-spacing: -1px;
    color: #FFFFFF;
	margin-top: 5px;

}

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { background-color: #ccc; }


.content {
	margin-top: 140px;
	float: left;
	margin-bottom: 55px;
	
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 1em;
}

#news li {
	padding: 10px; 	
	
}
.container {margin-left: 20px; width: 981px; height: auto;}


#box-header-bg{
	width: 200px;
	background-image:url(../_resources/box-header-bg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	height: 27px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12pt;

}
#box-header-bg-red{
	width: 200px;
	background-image:url(../_resources/box-header-bg-red.gif);
	background-repeat:repeat-x;
	background-position:top center;
	height: 27px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12pt;

}

#homepage-box{

	margin: 0;
	paddig: 0;
}

#box-td{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top: 10px;
	
}
