/* Global styles */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
}

body {
	background-color: #fafafa;
}

a {
	color: #6a6a6a;
	text-shadow: 0px 0px 0px;
	text-decoration: underline;
}

a img {
	border: none;
}

#wrapper {
	background-position-y: top;
	background-position-x: left;
	background-image: url(img/hdr-bg.gif);
	background-repeat: repeat-x;
	padding-left: 160px;
}


#hdr {
	padding-top: 46px;
	height: 142px;
}

#content-top {
	background-position-y: top;
	background-position-x: left;
	background-image: url(img/border-top.gif);
	background-repeat: repeat-x;
	width: 572px;
	height: 10px
}

#content-bottom {
	background-position-y: top;
	background-position-x: left;
	background-image: url(img/border-bottom.gif);
	background-repeat: repeat-x;
	width: 572px;
	height: 10px
}

#content {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #e7e7e7;
	padding-top: 12px;
	padding-bottom: 16px;
	padding-right: 36px;
	padding-left: 36px;
	width: 498px;
	background-color: #efefef;
}

#content p {
	text-shadow: 0px 1px 1px white;
	line-height: 19px;
	padding-top: 18px;
	margin-left: 4px;
	color: #6a6a6a;
	font-size: .75em;
}

#content h2 {
	text-shadow: 0px 1px 1px white;
	font-style: normal;
	font-weight: normal;
	margin-left: 4px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 8px;
	color: #6a6a6a;
	font-size: 1em;
}

#ftr p {
	padding-top: 135px;
	width: 572px;
	text-align: right;
	color: #969696;
	font-size: .65em;
}