
#container_top,
#container_middle,
#container_bottom { width: 840px; background: #ed1e24; margin: auto; }

#container_top { height: 30px; background: url('../images/bg-container_top.png') no-repeat top left; }
#container_bottom { height: 30px; background: url('../images/bg-container_bottom.png') no-repeat top left; }

#container_middle { background: url('../images/bg-container_middle.png') repeat-y top left; }
#container_middle {  width: 700px; padding: 25px 70px 10px 70px; text-align: center; }

#wrapper_left { float: left; margin-top: 50px; }
#wrapper_right { float: right; margin-top: 50px; }

#landing_nav { width: 420px; margin: 50px auto; padding: 15px; border-top: 1px solid #666; font-size: 2em; }

.spacer { height: 50px; }


#header { width: 700px; height: 133px; background: #fff url('../images/icon.png') no-repeat top left; margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #444; }
	#header ul { float: left; list-style-type: none; margin: 117px 0 0 50px; }
	#header li { float: left; margin-right: 10px; font-size: 14px; }

#content p.download { margin-left: 50px; text-align: left; }
