@charset "ISO-8859-1";

*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #033;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	background-color: 004e7a;
	background: -webkit-gradient(linear, left top, left bottom, from(#purple), to(#red));
	background: -moz-linear-gradient(left -45deg,  red, orange, yellow, green, blue, indigo, violet);
}
/*
p {
	text-align: left;
	padding: 0 0 16px 0;
}

h1 {
	font-size: 28px;
	padding: 14px 0 24px 0;
	text-align: center;
	text-shadow: 3px 3px 3px #000;
} 


*/

#content
{
	margin: 3% 0 3% 8%;
}

#photo
{
	float:left;
	width: 45%;
}

#photo img
{
	width: 80%;
	border:none;
	padding: 5% 16px;
}

.clearfloat
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

