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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
body{line-height:1;color:black;background:white;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}
body {
	color: white;
	font-family: "Myriad Pro", Arial, Helvetica, sans serif;
} 

#headerWrap, #contentWrap, #footerWrap {
	padding: 30px 0;
	width: 100%;
}

#contentWrap {

	background: #009bdc;
	background:-webkit-gradient(linear, left top, left bottom, from(#006b98), to(#009bdc));
	background:-moz-linear-gradient(top, #006b98, #009bdc);
	background:-o-linear-gradient(top, #006b98, #009bdc);
	background:linear-gradient(top, #006b98, #009bdc);
	border-bottom: 1px solid #393939;
	border-top: 1px solid #393939;
}
#header, #content, #footer {
	margin: 0 auto;
	width: 960px;
}

h1, h2, h3 {
	color: #141414;
	
}

h1 {
	font-size: 32px;
	width: 480px;
}

h2 {
	border-bottom: 1px solid #222;
	font-family: Baskerville, Georgia, serif;
	font-size: 30px;
	font-style: italic;
	margin-bottom: 20px;
}

h3 {
	font-size: 12px;
}

#content p {
	margin-bottom: 20px;
}

#services ul {
	float: left;
	list-style: square;
	margin: 0 0 20px 20px;
	width: 460px;
}

#content ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

