/* CSS Document */

/*styles 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, b, u, i, center, dl, dt, dd, ol, ul, li, 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 {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}
/*End styles reset*/


/* main layout styles */

body {
	background: url(background.gif) repeat;
	text-align: center;
	font-family: Georgia, Times, Serif;
	font-size: 1em;
	color: #4E4E4E;
}

#container {
	background: #fff;
	margin: 20px;
	padding: 20px;
	min-width: 600px;
	border: 4px solid #333;

}

#header {
margin: 0 auto;
text-align: center;
	margin-bottom: 20px;
}

#content {
margin: 0 auto;
	width: 800px;
	clear: none;
	overflow: hidden;
	text-align: left;
}

#info {
	float: right;
	width: 300px;
	text-align: center;
}

.divider {
	margin: 0 auto 20px auto;
}

/* typography */

h1 {
	text-align: left;
	font-variant: small-caps;
	font-weight: 900;
	color: #000;
	font-size: 24px;
	margin-bottom: 1em;
}

h1 span {
	line-height: 48px;
	font-size: 36px;
	padding-right: 3px;
	font-family: "Monotype Corsiva", Georgia;
	color: #a19589;
}

#content p.content {
	font-size: 90%;
	letter-spacing: -.01em;
	margin: 1em 0 1em 0;
	line-height: 1.8em;
	width: 450px;
	text-align: justify;
}

#info h2 {
	font-size: 24px;
	color: #666;
	margin-bottom: .5em;
	font-family: "Monotype Corsiva", Georgia;
	font-weight: normal;
}

#info p {
	color: #a19589;
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 90%;
}

#info p span {
	color: #000;
	font-size: 80%;
}

.mstr {
	font-size: 90%;
	margin-bottom: 1em;
}

.highlight {
	background: #FEFDE7; padding: 8px;
}

/* linky goodness */

a:link { color: #333; text-decoration: underline; }
a:visited { color: #333; text-decoration: underline; }
a:hover { color: #333; text-decoration: none; }
a:active { color: #333; text-decoration: underline; }
