body {
	margin: 0px;
	padding: 0px;
	background-image: url("/images/traffic.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	
}

#page {
	width: 960px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border-radius: 15px;
}


#header {
	background: #FFFFFF;
	margin: 20px;
	padding: 0px;
	height: 120px;
}

#header-left {
	float: left;
	width: 200px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#header-middle {
	float: left;
	height: 120px;
	width: 490px;
	margin: 0px;
	padding: 0px;
}

#header-right {
	float: right;
	width: 200px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

#header p {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	margin: 0px;
	padding-right: 10px;
	line-height: 1.5;
}



#content {
	background: #FFFFFF;
	margin: 0px;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 0px;
	margin: 10px;
	text-align: left;
	line-height: 1.6;
}

#content p {
	font-family: Arial, Helvetica, sans-serif, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0px;
	padding: 10px;
}



p.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	list-style: disc
}



a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a.header:link {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}

a.header:visited {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}

a.header:active {
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}

a.header:hover {
	color: #000000;
	text-decoration:
		underline;
	font-weight: 400;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
    background-color: #2c2a2a;
    padding: 20px;
    font-size: 18px;
    color: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}