﻿#header {
	position: absolute;	
	width: 980px;
	height: 350px;
	top: 130px;
	left: 0px;
	background: url('../../images/headers/contact.jpg');
}

#divider {
	float: left;
	position: relative;
	width: 980px;
	height: 50px;
	background: url('../../images/header.jpg') bottom;
	margin-bottom: 20px;
}


#leftCol {
	width: 400px;
	float: left;
	position: relative;
} 

#rightCol {
	width: 500px;
	float: left;
	position: relative;
	text-align: left;
} 


#boxMenuCon a {
	padding: 5px 0 5px 3px;
	background: #55595C;
	height: 80px;
}

#boxMenuCon a:hover, #boxMenuCon a:visited :hover {
	background: #55595C;
}

#boxMenuCon .number {
	top: 65px;
}

table {
 	margin: 0 0 5px 10px;
}

td {
	padding-right: 15px;
}

td.right {
	text-align: right;
	padding-right: 0;
}

.right {
	text-align: right;
	padding-right: 0;
}

label.sameLine {
	display: inline;
	font-weight: normal;
	text-align: right;
}
