/* CSS Document */
body {
height:100px;
background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#container {
	width: 1440px;
	\width: 1440px;
	w\idth: 1440px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color:#000;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: gray;
	border-left-color: gray;
}
#top {
	height: 70px;
}
#topbanner {
	float: left;
	height: 60px;
	width: 650px;
	margin-left: 10px;
	margin-top: 5px;
}
#logo{
	height: 70px;
	width: 270px;
	float: center;
}
}
#montage{
	height: 544px;
	width: 252px;
	float: right;
}
#l1 {
margin-bottom: 0;
background-color:#ff3300;
height:25px;
}
#contentholder {
	background-color: #000000;
	height: auto;
	padding: 15px;
}
#l2{
	margin-bottom: 0;
	background-color:#ff3300;
	height:25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 25px;
}
