/*BASE STYLES*/

body {
	background-color: #000000;
	background-image: url(../graphics/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

h1 {
	color: #328AE0;
	font-size: 2em;
	padding: 0 0 0 0;
	letter-spacing: 8px;
}

h2 {
	color: #328AE0;
	font-size: 1.4em;
	padding: 0 0 0 0;
}

h3 {
	color: #328AE0;
	font-size: 1.2em;
	padding: 0 0 0 0;
}

a:link {
	color: #338AE1;
	text-decoration: none;
}

a:visited {
	color: #338AE1;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #1D4F87;
	text-decoration: none;
}

/*LAYOUT STYLES*/

#interest-box {
	line-height: 1.8em;
	padding: 10px;
	border: 1px dashed #0c1221;
	margin: 0 auto;
	background-color: #05080c;
	background-image: url(../graphics/interesting-box-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#navigation-wrapper {
	height: inherit;
	position: relative;
	background-image: url(../graphics/body-bg.png);
	letter-spacing: 1px;
}

#navigation {
	height: inherit;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	width: 870px;
	color: #FFFFFF;
	font-size: 1em;
}

#body-wrapper {
	height: inherit;
	position: relative;
}

#body {
	height: inherit;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	width: 870px;
	color: #FFFFFF;
	font-size: 1em;
}

#footer-wrapper {
	height: inherit;
	position: relative;
	background-image: url(../graphics/bg-2.png);
	background-repeat: repeat-x;
}

#footer {
	height: 200px;
	margin: 0 auto;
	padding: 0 0 0 0;
	position: relative;
	width: 870px;
	color: #FFFFFF;
	font-size: .9em;
}

#twitter_div {
	background-color: #000000;
	border: 1px dashed #0c1221;
	padding: 7px;
}

#twitter_div ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	padding: 0px;
}

#twitter_div li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	padding: 6px;
}