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

html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-image:url(../../_images/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img
{
	border: 0px;
}

hr
{
	width: 100%;
	height: 1px;
	color: #805A9A;
	background-color: #805A9A;
	border: 0px;
}

p
{
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#container
{
	width: 775px;
	margin: auto;
	text-align: left;
}

#flash_tweet
{
	width: 775px;
	height: 450px;
}

#footer
{
	clear: both;
	padding-top: 20px;
	margin-bottom: 13px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #805A9A;
}

#footer a:link
{
	color: #805A9A;
	text-decoration: none;
}

#footer a:visited
{
	color: #805A9A;
	text-decoration: none;
}

#footer a:hover
{
	color: #805A9A;
	text-decoration: underline;
}

#footer a:active
{
	color: #805A9A;
	text-decoration: none;
}

#footer div
{
	margin-top: 13px;
}

#notesLogo
{
	text-align: left;
	margin-top: 10px;
}

#content
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	padding-left: 42px;
	margin-top: 10px;
}

#content2
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-top: 10px;
}

#thanks
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7A2C6;
}