#content {
	font-family:Arial, Helvetica, sans-serif;
    margin: 0px;
    padding-left: 300px;
	background-image:url(../../media/reach_balloon.jpg);
	background-repeat: no-repeat;
	padding-bottom: 20px;
    min-height: 333px;
   }
* html #content {
    height: 333px;
}
#content a:link, a:visted {
	color:#FC7C00;
	text-decoration: none;
}

#content a:hover, a:active {
	color: #6699CC;
	text-decoration: none;
}


