@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}

#minor_header{
	width:900px;
	margin:0 auto;
	height:30px;
	color:white;
	text-align:right;
}

#outer_wrapper{
	width:100%;
	background-color:white;
	background-image:url(http://www.thepeoplegroup.co.nz/images/header_bg.gif);
	background-repeat:repeat-x;
}

#wrapper{
	width:900px;
	margin:0 auto;
}

#header{
	position:relative;
	height:120px;
	width:900px;
}

#left_col_home{
	float:left;
	width:430px;
}

#right_col_home{
	float:right;
	width:430px;
}

#left_col_page{
	float:left;
	width:250px;
}

#right_col_page{
	float:right;
	padding-top:20px;
	width:620px;
	min-height:550px;
}

#left_col_home_top{
	width:430px; float:left;
}

#right_col_home_top{
	width:430px; float:right
}

* html #right_col_page {
	height:550px;
}

.stream{
	min-height:225px;
}

#clear{
	width:900px;
	height:100px;
	clear:both;
}

#intro_clear{
	width:900px; clear:both; height:1px
}

#footer{
	height:50px;
	text-align:center;
	color:white;
	background-color:rgb(33,58,146);
}