html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../img/background.png) repeat-x;
}

#maincontainer {
	width: 1220px;
	min-height: 100%;
	background: url(../img/background_logo.png) no-repeat;
	margin: 0px auto;
	}
	#maincontainer.home {
		background: url(/img/background_home.png) no-repeat;
	}
	
	/* 	IE HACK	*/
	* html #maincontainer {
		height: 100%;
	}
	
	#printheader {
		display: none;
	}
	
	#head {
		width: 1220px;
		height: 140px;
		line-height: 40px;
	}
	
	#center {
		width: 1220px;
/* 		height: 567px; */
		height: 630px;
		}
		
		#navigation {
			width: 200px;
			height: 567px;
			float: left;
			background: #aeaeae;
			}
			
			#copyright {
				width: 196px;
				height: 67px;
				padding: 0 0 0 4px;
				background: #aeaeae;
				color: #fff;
				font-size: 11px;
				line-height: 14px;
			}
			
			#copyright a { color: #fff; }
			
			#addthis {
				padding: 5px 0 0 0;
				background: #fff;
			}
		
		#content {
			width: 315px;
			height: 480px;
			float: left;
			margin: 30px 0 0 50px;
			padding: 0 15px 0 0;
			overflow-y: auto;
		}
		
		#contentHome {
			width: 450px;
			height: 200px;
			float: left;
			margin: 30px 0 0 50px;
			padding: 265px 15px 0 320px;
			overflow-y: auto;
		}
		
		#contentTeam {
			width: 315px;
			height: 480px;
			float: left;
			margin: 30px 0 0 50px;
			padding: 0 15px 0 0;
			overflow-y: auto;
		}
		#contentTeam p { margin: 0; }
		
		#content h1,
		#contentHome h1,
		#contentTeam h1 {
			font-family: Impact, Arial;
			font-size: 33px;
			line-height: 35px;
			margin: 0;
			padding: 0;
		}
		
		#promo {
			width: 300px;
			height: 600px;
			float: left;
			margin: 30px 0 0 0; 
		}
		
		#rightbox {
			width: 340px;
			float: left;
			margin: 30px 0 0 0;
			position: relative;
		}
