/* CSS Document */
#wrapper1 {
	background-image: url(../img_layout/bg_mid_tile.jpg);
	background-repeat: repeat-y;
	float: left;
	
}

#wrapper2 {
	background-image: url(../img_layout/bg_top_press.jpg);
	background-repeat: no-repeat;
	float: left;
	
}

#foot {
	background-image: url(../img_layout/bg_border_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	
}

#masthead {
	background-image: url(../img_layout/title.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 680px;
	background-position: 50px top;
	
}

#contInfo p {
	padding-top: 15px;
}

#press p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	margin-bottom: 8px;
}

#press p span {
font-style: italic;
	color: #333333;
	font-weight: bold;
}
#press {
	margin-bottom: 30px;
	margin-top: 125px;
}

#nav {
margin-top: 105px;
}
