BODY, H1
{
	background-color: #FFF;
	margin: 0px;
}

H1
{
	font-family: Century Gothic;
	font-size: 17px;
	letter-spacing: 2px;
}

A
{
	color: Maroon;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;	
}

.profile
{
	width: 687px;
	height: 104px;
	margin-top: 40px;
	background-image: url('../images/profile.gif');
	text-align: right;
	font-family: tahoma;
	font-size: 11px;
	color: Maroon;
}

.menu
{
	padding-top: 22px;
	margin-right: 10px;
}

.address
{
	width: 236px;
	height: 100px;
	margin-top :377px;
	float: left;
	background-color: #FFF;
	font-family: tahoma;	
	font-size: 11px;	
	text-align: left;
	letter-spacing: 2px;
	padding-left: 10px;
}

.content
{		
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color: #FFF;
	float: left;
	height: 477px;
	width: 350px;
}

.imcvage {
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1.0 !important;
	opacity: 1.0 !important;
}

.image
{
	filter: alpha(opacity=100);
	-moz-opacity: 0.9;
	opacity: 0.9;
	background-color: #FFF;
}

.contentText
{		
	font-family: tahoma;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
	text-align: justify;
	padding: 10px;
}

/*.content
{
		filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	background-color: #FFF;
	height: 477px;
	width: 350px;
	text-align: left;
	border: 1px solid Black;
}
*/
.bottom
{
	background-color: Maroon;
	width: 687px;
	height: 15px;
	font-size: 15px;
}