@charset "utf-8";
/* CSS Document */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	font-size:16px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Main Site Styling */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#F2E5C5;
}

h1 {
	font-weight:normal;
	font-size:22px;
	color:#603910;
	margin-bottom:7px;
}



a:link {
	color:#5F3713;
}

.maintable {
	border:3px solid #623812;
	background-color:#FFF;
	width:960px;
}

.MainContent {
	padding:10px;
}

.MainContent p {
	font-size:16px;
	margin:7px 0 7px 0;
	line-height:1.5;
}

.MainContent img {
	border:1px solid #CCC;
	padding:2px;
	margin-bottom:10px;
}
