/*** reset ***/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/**** Main styles ****/

body {
	background: #54a7ed url(/images/global/gradiant.png) repeat-x;
}

#heading {
	padding: 74px 0 30px 0;
	background: url(/images/global/dotted.png) bottom center no-repeat;
	width: 298px;
	margin: 0 auto;
}

#heading img {
	margin-left: -15px;
}	

#content {
	background: url(../images/back.jpg) no-repeat;
	height: 250px;
	width: 671px;
	margin: 0 auto;
	position: relative;
	padding-top: 15px;
}

#content p {
	width: 300px;
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #ededed;
	margin: 10px 0;
	margin-left: 295px;
}

a#email {
	width: 319px;
	height: 53px;
	position: absolute;
	top: 145px;
	left: 285px;
	display: block;
	background: url(../images/email.png) no-repeat;
}

a#email:hover {
	background-position: 0 -53px;
}
