/* -------------------------------------------------------------- 
   
   layout.css
   * Sets up the framework of the site.
    
-------------------------------------------------------------- */

#container {
    overflow: hidden;
	width: 984px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	}

	#page { 
		text-align: left;
		padding: 0 0 30px 0; 
		}

		#header { 
			height: 94px;
			width: 912px;
			margin-left: 30px;
			overflow: hidden;
			position: relative;
			}
	
		#content {
			margin-bottom: 20px;
			margin-left: 42px;
			width: 900px;
			}
			
			#visual {
				margin-bottom: 8px;
				line-height:0px !important;
				}
			
			#breadcrumbs {
				height: 16px;
				font-size: 0.9em;
				margin-bottom: 9px;
				margin-left: 200px;
				}
			#breadcrumbs a { color:#6F6F6E; text-decoration:underline; }
	
			#left { float: left; width: 200px; /*margin-top: 80px;*/ }
			#main { float: left;  width: 421px; }
				
			#sidebar {
				background: url(../images/bg.gif) no-repeat left 30px;
				float: right;
				width: 183px;
				min-height: 300px;
				height: auto !important;
				height: 300px;
				}
		
		#footer { 
			margin-left: 42px;
			width: 900px;
			clear: both;
			position: relative;
			font-size: 9px;
			color: #a5a5a5;
			border-top: 1px solid #d6d6d6;
			padding-top: 8px;
			}
