/* page */
#body {
margin: 0;
border: none;
padding: 0;
width: 100%;
}


#main {
margin: 0 auto;
padding: 0;
/*background-color: #0099FF;
color: #000000;*/
text-align: center;/* hack for IE6 */
}

		
#MainContent {
	width:900px;
	height:auto;
	margin: 0 auto;
	border:0;
	text-align: left; /* hack for IE6 */
	background-color: #FFFFFF;
	padding:0;
}



#MainRight {
	width:32%;
	float:right;
	/*background:#CCFFFF;*/
	padding-bottom:10px;
	position:relative;
	top:0px;
	right:0px;
	margin-left:0%;
	}

#MainCenter {
	width:33%;
	float:left;
	/*background:#66FF66;*/
	padding-bottom:10px;
	/*margin-left:1%;*/
	}

#MainLeft {
	width:33%;
	float:left;
	/*background:#00FF99;*/
	padding-bottom:10px;
	margin-right:1%;
	}
	
#Main2ColumnRight {
	width:65%;
	float:left;
	/*background:#66FF66;*/
	padding-bottom:10px;
	}
	
#Main2ColumnLeft {
	/*margin-right:33%;*/
	width:67%;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	/*background:#66FF66;*/
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	}

#packshot {
	/*margin-right:33%;*/
	width:67%;
	float:left;
	position:relative;
	top:0px;
	left:0px;
	/*background:#66FF66;*/
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:16px;
	}
#Footer {
	width:900px;
	height:auto;
	margin: 0 auto;
	text-align: left; /* hack for IE6 */
	background-color:#FFFFFF;
	border-top: 1px solid #666666;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	padding-top: 10px;
	clear:both;
}

/* navigation */
#NavContainer {
	width:900px;
	height:150px;
	margin: 0 auto;
	border:0;
	background-image: url(../images/navbar/backfill.gif);
	text-align: left; /* hack for IE6 */
}
#Logo {
	width:271px;
	height:129px;
	margin:0;
	border:0;
	position: absolute;
}
#FlagContainer {
	width:90px;
	height:84px;
	margin:0;
	border:0;
	float:right; 
}
#NavBar {
	width:580px;
	height:24px;
	margin:0;
	border:0;
	float:right;
	position: relative;
	left: 90px;
	top: 84px;
}
#floater {
	border:0;
	left:20px;
	float:right;
	position: relative;
	background-image:none;
	margin-left: -28px;
}

.borderL {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#ADADAD;
}
