body {
	margin: 40px 0 0 0;
	padding: 0;
	color: #0255A3;
	}

.container {
	position: relative;
	background-color: #fff;	
	height: 534px;
	border: 1px solid #444444;
	}


a:link, a:visited {
	color: #FB5406;
	}

a:hover, a:active {
	color: #0255A3;
	text-decoration: none;
	}

div#logo {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#logo img {
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
}

div#content {
	position: absolute;
	top: 68px;
	right: 0px;
	background-color: #fff;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	width: 296px;
	border: 1px solid #444444;
	font-weight: bold;
}

h3 {
	color: #FB5406;
	margin: 10px;
	font-style: italic;
}

#content p {
	margin: 10px;
}

ul {
	margin: 10px 10px 10px 28px;
}



#footer {
	margin: 0 0 0 0;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	-moz-opacity:.80;
	filter:alpha(opacity=80);
	opacity:.80;
	border-top: 1px solid #444444;
	font-weight: bold;
	text-align: center;
	}

#footermargin {
	margin: 10px;
	}
	
#address {
	float: left;
}

#phone {
	margin: 0 0 10px 130px;
	float: left;
}

#email {
	float: right;
}

