* {
margin: 0; padding: 0; border: 0; outline: none;
}
ul, ol,li {
list-style: none;
}

body {
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
background-color: #f6f6f6;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
}
#header {
	background-image: url('../images/logowhite2.png');
	background-repeat: no-repeat;
	width: 200px;
	height: 100px;
	margin: 50px 50px 50px 90px;
}
#text {
	background-image: url('../images/text.png');
	background-repeat: no-repeat;
	width: 712px;
	height: 75px;
}
#bio {
	background-image: url('../images/bio.png');
	background-repeat: no-repeat;
	width: 726px;
	height: 216px;
}
h2 {
	color: white;
	font-family: "Helvetica Neue";
	font-weight: lighter;
	font-size: 30px;
	margin: 0;
}
h1 {
	color: white;
	font-family: "Helvetica Neue";
	font-weight: lighter;
	font-size: 12px;
	margin: 0px;
}
#left p {
	font-family: helvetica;
	font-size: 15px;
	margin: 8px;
}
#left a {
	color: #A5A5A5;
	text-decoration: none;
}
#left a:hover
{
text-decoration: none;
color: #0B8484;
}

h3 {
	color: white;
	font-family: "Helvetica Neue";
	font-weight: lighter;
	font-size: 80px;
	margin: 5px;
}
#right p {
	font-family: helvetica;
	font-size: 35px;
	margin: 8px;
}
#right a {
	color: #c1c1c1;
	text-decoration: none;
}
#right a:hover {
	color: #A5A5A5;
	text-decoration: none;
	font-size: 90px;
	background-color: white;
	border-right-style:solid;
	border-width:550px;
	border-right-color: white;
}



#left {
	float: left;
	width: 280px;
	text-align: right;
}
#right {
	width: 520px;
	float: right;
	margin: 0px 300px 0 0;
}
.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}

#vertical_container img:hover {
	border-right-style:solid;
	border-width:400px;
	border-right-color: white;
}

#529
{
 display: block;
  width: 32px;
  height: 32px;
  background: url("../images/529.png") no-repeat 0 0;

}

#529:hover
{ 
 display: block;
  width: 150px;
  height: 32px;
  background: url("../images/529roll.png") no-repeat 0 0;

}
#529 span
{
  display: none;
}

