/****************************************************
begin resets
****************************************************/
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;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/****************************************************
begin general structure and typography
****************************************************/
html, body {
	height: 100%;
}
body {
	background: #7897b3 url(img/bgg.jpg) top left repeat-x;
	color: #362F2D
	font: normal 12px Arial, Sans-serif;
}
#flashcontent {
	height: 100%;
}
#nojs {
	background: #BDADA0;
	font: normal 12px Arial, Sans-serif;
	margin: 0 auto;
	padding: 10px;
	width: 300px;
	-moz-border-radius: 4px;
}
#logo {
	background: url(img/logo.gif) top left no-repeat;
	display: block;
	height: 115px;
	margin: 0 auto 20px  auto;
	text-indent: -9999px;
	width: 213px;
}
#nojs ul {
	list-style: disc inside;
	margin: 10px 0;
	padding: 0 0 0 10px
}
#nojs ul li {
	padding: 3px 0;
}
.no-display {
	display: none;
}
a:link, a:visited {
	color: #362F2D
}
a:hover {
	color: #000;
	text-decoration: none;
}
#container {
	width: 940px;
	height: 650px;
	margin: 0 auto;
	background: url(img/splash.jpg) top left no-repeat;
}
.blog_text {
	width: 40px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	margin: 376px 0 0 513px;
}
.twitter_text {
	width: 60px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	margin: 376px 0 0 3px;
}
.facebook_text {
	width: 80px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	margin: 376px 0 0 19px;
}



