*{
	padding: 0;
	margin: 0;
}

html, body{
	background: url(../images/grille.png) repeat-xy;
	background-color: #000;
	font-family: Verdana, "Sans-Serif", Helvetica;
	font-size: 12px;
	height: 100%;
}


div#BgContainer{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -15px;
}

div.TopGrille{
	background: url(../images/topgrille.png) repeat-x;
	height:83px;
	overflow: hidden;
	width: 100%;
}

div#MainBlock{
	position-relative;
	margin-top: 75px;
	color: #FFF;
}

div#TagLine{
	color: #FFF;
	font-weight: bold;
	margin-left:10%;
	margin-top:5px;
}

div#Logo{
/*	background: url(../images/logo.png);*/
	border: 4px solid #FFF;
	height: 60px;
	margin-left: 50%;
	top: -55px;
	position: relative;
	width: 470px;
}


#Logo a{
	border: 0;
}

#Logo img{
	border: 0;
}


div#Navigation{
	display: inline;
	float:left;
	margin-top: -45px;
	overflow: hidden;
	width: 20%;
}

div#MainContent{
	display: inline;
	float:left;
	margin-left: 10%;
	margin-right: 11%;
	width: 41%;
}

div#FeaturedContentBlock{
	display: inline;
	float: left;
	width: 15%;
}

div.Clear{
	clear:both;
}

.footer, .push {
	background: url(../images/bottomgrille.png) repeat-x;
	color: #FFF;
	height:45px;
	overflow: hidden; 
	width: 100%;
}

div.Content {
}

div.Content img{
	width: auto;
}



#apDiv1 {
	padding-left: 40px;
}

#apDiv1 object{
	outline-style: none;
	outline-width: 0px;
}