		
		
		body {	
		background:				#f2f2f2 url(images/background_top.png) repeat-x;
		font-family:			Trebuchet MS;
		font-size:				13px;
		color:					#000000;
		text-align: 			center;
		margin-top:				0px;
		}
		
		#container {
		background:				#f6f6f6 url(images/content_bg.png) no-repeat;
		margin: 				0 auto;
		width:					802px;
		text-align: 			left;
		} 

		#header {
		position:				relative;
		background-image:		url(images/header.png);
		background-repeat:		no-repeat;
		margin: 				0 auto;
		width:					862px;
		height:					202px;
		z-index:				1;
		
		}
		
		#content {
		position:				relative;
		width:					778px;
		height:					442px;
		margin-top:				-35px;
		margin-left:			11px;
		padding:				4px 0px 4px 10px;
		z-index:				5;
		}
		
		.menuitem {
		width:					196px;
		height:					34px;
		text-align:				right;
		float:					right;
		margin-right:			30px;
		}
		

		.portfolio_item {
		padding:				0px 0px 0px 4px;
		margin:					5px 10px 5px 0px;
		background-color:		#f4f5f7;
		font-size:				11px;
		color:					#112a54;
		width:					238px;
		height:					152px;
		border:					1px #112a54 solid;
		float:					left;
		}
		
		#footer {
		margin-top:				50px;
		color:					#888888;
		font-size:				11px;
		text-align:				center;
		}
		
		img {
		border:					0px;
		}
