*{margin:0;padding:0}

body {
	background-color: #fff;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	font-family: 'Neutraface2TextLightRegular', Helvetica, Arial, Verdana, sans-serif;
	padding: 0px;
	margin: 0px;
}

h1 {
	padding-top:130px;
	padding-left:240px;
	font-family: 'Neutraface2TextLightRegular';
	letter-spacing:-1px;
	font-size:38px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.3)
}

h2 {
	margin-bottom:10px;
	padding:0px;
	font-family: 'Neutraface2TextBookRegular';
	letter-spacing:-1px;
	font-size:28px;
	text-shadow: 2px 2px 2px rgba(0,0,0,.1)
}

#tup {
	width:860px;
	/*border:1px solid #333;*/
}

#header {
	width:860px;
	height:400px;
	background-image: url(../img/mph_logo.png);
	background-position: center;
	background-repeat: no-repeat;
}

#column {
	float:left;
	width:380px;
}

#row {
	width:860px;
}

#row a{
	color:#000;
	text-decoration:none;
}
#row a:hover{
	color:#c60;
	text-decoration:none;
}

#column a{
	color:#000;
	text-decoration:none;
}

#column a:hover{
	color:#c60;
	text-decoration:none;
}

#void {
	width:50px;
	float:left;
}