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

#container {
    position: relative;
    overflow: hidden;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/background_container.gif) repeat-y left top;
	}

	#page { 
		text-align: left;
		overflow: hidden;
		padding: 40px 50px 0 30px;
		}

		#header { 
			position: relative;
			height: 265px;
			overflow: hidden;
			}

		#content { margin-bottom: 20px; }
			
			/* homepage */

			.blocks  {margin: 30px 0 20px 0;}
				.homeblock {
					float: left;
					width: 270px;
					padding: 0 45px 20px 0;
					}

			.blockfoot { }
				.homeblockfoot  {
					float: left;
					width: 270px;
					height: 59px;
					overflow: hidden;
					margin: 0 45px 0 0;
					text-align: right;
					background-image: url('../images/mainlink_home.png');
					background-repeat: no-repeat;
					background-position: left top;
					}

			/* end homepage */

			
			#nav {
				float: left;
				width: 200px;
				overflow: hidden;
				position: relative;
				padding: 118px 0 0 0;
				}
				
			#main {	}
				.main-inner { padding: 30px 270px 25px 230px; }
				
			#sidebar {
				float: right;
				width: 201px;
				overflow: hidden;
				padding: 116px 0 0 0;
				}
		
	#footer { 
		position: relative;
		line-height: 1.1em;
		text-align: left;
		font-size: 9px;
		}
		#footer .inner {
			text-align: right;
			height: 140px;
			width: 959px;
			background: #5476a5 url(../images/background_footer.png) repeat-x left top;
			}
			
	/* contact form */
	#tx_mailform_9 { width: 375px;}