/* CSS Document */
/*this stylesheet is for the contact page only*/


#content {
	position:absolute;
	top:123px;
	left:0px;
	width:800px;
}
#address {
	position:absolute;
	top:5px;
	left:0px;
}
#left {
	position:absolute;
	top:105px;
	left:0px;
	width:400px;
	text-align:center;
}
#right {
	position:absolute;
	right:10px;
	top:105px;
	width:350px;
	text-align:center;
}
table {
	text-align:left;
}
#footer {
	position:absolute;
	left:0px;
	top:520px;
	width:800px;
}
#left table, #right table {
	width:340px;
}
a {
	color:#336666;
}