html {
	margin: 0px;
	padding: 0px;
	}

#wrapper {
width:750px;
margin:30px auto auto 15px;
}

#header { 
width:750px;
float:left;
height:auto;}

#navigation {
float:left;
width:120px;
height:auto;
border-left:1px solid #ffffff;
}

#navigation_sub {
float:left;
width:120px;
height:auto;
border-left:1px solid #ffffff;
}

#logo {
	width: 285px;
	height: 28px;
	background-repeat: no-repeat;
	float:left;
}

/*Body*/

#content {
width:750px;
float:left;
margin-top:20px;
background-color:#FFFFFF;
height:auto;
min-height:475px;
padding:10px 0px 0px 0px;
}


#column_right_pink p a {
color:#d88bd1;
font-weight:bold;
text-decoration:none;
}
#column_right_pink p a:hover {
text-decoration: underline;
}

#content_scroll {
width:750px;
float:left;
margin-top:20px;
background-color:#FFFFFF;
height:430px;
}


#content_green {
width:750px;
float:left;
margin-top:20px;
background-color:#FFFFFF;
height:auto;
padding:10px 0px ;
}

#column_left_home {
float:left;
width: 275px;
margin-right:10px;
min-height:410px;
height:auto;
padding:50px 0px 0px 0px;
}

#column_left {
float:left;
width: 275px;
margin-right:10px;
height:auto;
min-height:410px;
padding:50px 0px 0px 0px;
}

#column_left_people {
float:left;
width: 200px;
margin-right:10px;
height:auto;
padding:10px 0px 10px 20px;
font-weight:bold;
}

#column_right {
float:left;
width:435px;
height:auto;
min-height:440px;
padding:10px 30px 10px 0px;
}

#column_right_pink {
float:left;
width:435px;
height:440px;
height:auto;
min-height:440px;
padding:10px 30px 10px 0px;
}

#column_right_people {
float:left;
width:435px;
height:auto;
padding:10px 20px 10px 45px;
}

#column_left_news {
float:left;
width: 200px;
margin-right:10px;
height:auto;
min-height:410px;
padding:25px 0px 10px 20px;
font-weight:bold;
}

#column_right_news {
float:left;
width:450px;
height:auto;
min-height:470px;
padding:10px 10px 10px 50px;
}

/*People*/
#people {
float:left;
width:450px
}

#people_text {
float:left;
width:300px;
}

#people_image {
float:left;
width:100px;
padding:70px 0px 0px 30px;
}


#news_image {
float:left;
width:100px;
padding:30px 0px 0px 30px;
}
/*Footer*/

#footer {
float:left;
width:750px;
height:auto;
color:#000000;
font-size:11px;
padding:5px 0px;
}

#footer_left {
float:left;
width:340px;
}

#footer_right {
float:left;
width:410px;
}

#PrintFooter {
	display: none;
}


