/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {
	line-height:1.3;
}

a img {border:none;}
a:active img {border:none;}

/* typography.css */
body {
	font-size:77%;
	color:#4D4D4D;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-attachment: scroll;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

#site {
	margin-left: auto;
	margin-right: auto;
	width: 959px;
	margin-top: 37px;


}

p {margin:0 0 0.8em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a {
	color:#4D4D4D;
	text-decoration: none;
}

a:focus, a:hover {
	text-decoration: none;
	color:#c74b15;
}

strong {font-weight:bold;}
em, dfn {font-style:italic;}



#headShadow {
	background-image: url(../images/drop_sh_top.png);
	padding: 12px 12px 0 12px;

}

#head {
	height: 118px;
	background-image: url(../images/old_paper_top.jpg);
	background-repeat: no-repeat;
}

#menu {
	background-image: url(../images/old_paper.jpg);
	padding: 7px 0 5px 0;
	
	
}

#menuItems {
	width: 343px;
	margin: auto;
	}




#contentShadow {
	background-image: url(../images/drop_sh_middle.png);
	padding: 0 12px 0 12px;
	
}

#content {
	background-image: url(../images/old_paper.jpg);
	padding: 0px 14px;

}

#box {
	border: 2px solid #4D4D4D;
	padding: 8px;
}


#footerShadow {
	background-image: url(../images/drop_sh_bottom.png);
	background-position: bottom left;
	padding: 12px;
	padding-top: 0;
}

#footer {
	background-image: url(../images/old_paper.jpg);
	padding: 3px 14px 3px 14px;
		font-size: 80%;

}

#footer a {
	text-decoration: underline; 
}

#insideImage {
	width: 886px;
	height: 386px;
}


