html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:455660;
	text-align: center
}


h1{
	font-size: 18px;
	font-weight: bold;
	color:#8ec63f;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color:#ffffff;
}

p{
	color: #ffffff;
	padding-top: 15px;
}

#container{
	width:900px;
	margin: 0px auto 0px auto;
	text-align: left;
}

#logo{
	float: left;
	padding-top: 100px;
}

#info{
	float: left;
	width: 300px;
	padding-top: 120px;
	padding-left: 50px;
}

#jobs{
	float: left;
	width: 500px;
	padding-left: 50px;
	padding-top: 30px;
}

.domestic{
	float:left;
	width: 200px;
}

.commercial{
	float: right;
	width: 250px;
}

ul{
	padding-left: 30px;
	padding-top: 10px;
	color:#ffffff;
}

a{
	text-decoration: none;
	color: #ffffff;
}

a:hover{
	text-decoration: none;
	color: #8ec63f;
}