body, html {
	margin: 0;
	padding: 0;
	line-height: 1;
}
body {
	background-color: #DCDCDC;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
#admin {
	height: 30px;
	padding: 0 10px;
	background: #696969;
	color: #DCDCDC;
	border-bottom: 1px solid #FFA500;
}
#admin p {
	margin: 0;
	padding-top: 6px;
}
#admin a { 
	text-decoration: none;
}
#admin a:hover span {
	text-decoration: underline;
}
#admin a img {
	margin: 0px 5px -3px 0px;
	padding: 0px;
}
#layout {
	padding: 10px;
	margin: 20px auto;
	width: 760px;
	background-color: #DCDCDC;
}
#header {
	height: 200px;
	background-color: #808080;
}
#header-navigation {
	float: left;
	width: 760px;
	height: 90px;
	background-color: #A0A0A0;
	text-align: right;
}
#header-navigation h1 {
	float: left;
	display: block;
	font-size: 32px;
	margin: 28px 8px 0;
	color: #f9f9f9;
	text-align: left;
}
#header-navigation h1 a,
#header-navigation h1 a:hover {
	color: #f9f9f9;
	text-decoration: none;
}
#header-navigation ul {
	float: right;
	display: block;
	margin-right: -40px;
}
#header-navigation li {
	float: left;
	list-style: none;
	margin-top: 10px;
	background-color: #696969;
	border-left: 2px solid #A0A0A0;
}
#header-navigation li:hover,
#header-navigation li a#current {
	background-color: #FFA500;
}
#header-navigation li a {
	display: block;
	font-size: 14px;
	padding: 30px 6px 10px 6px;
	color: #FFA500;
	font-weight: bold;
	text-decoration: none;
}
#header-navigation li a:hover,
#header-navigation li a#current {
	color: #696969;
}
#header-image,
#header-news {
	height: 190px;
	overflow: hidden;
}
#header-image {
	float: left;
	width: 380px;
	margin-left: -40px;
	color: #FFA500;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
	background: url(img/spotchat_keyboard.gif) #f9f9f9 center center no-repeat;
	border-left: 40px solid #FFA500;
}
#header-image p {
	margin: 164px 0;
	padding-left: 10px;
}
#header-news {
	float: right;
	width: 348px;
	padding: 0 16px;
	color: #A0A0A0;
	font-size: 14px;
	font-family: Times, "Times New Roman", serif;
	background-color: #696969;
	text-align: right;
}
#header-news ul {
	margin: 14px 0 0 -40px;
}
#header-news li {
	float: left;
	width: 348px;
	padding: 0 0 10px;
	margin: 0 0 10px;
	list-style: none;
	border-bottom: 1px dotted #A0A0A0;
}
#header-news li a {
	color: #f9f9f9;
	text-decoration: none;
}
#header-news li a:hover {
	color: #A0A0A0;
}
#header-subnavigation {
	float: left;
	width: 760px;
	height: 32px;
	color: #f9f9f9;
	font-size: 12px;
	background-color: #A0A0A0;
}
#header-subnavigation p {
	display: inline-block;
	margin: 10px;
}
#header-subnavigation a,
#header-subnavigation a:link {
	color: #ffffff;
}
#header-subnavigation a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 740px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #F9F9F9;
}
#content h1,
#content h2,
#content h3,
#content h1 a,
#content h2 a,
#content h3 a {
	font-family: Times, "Times New Roman", serif;
	color: #696969;
	border: 0;
}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover {
	background-color: transparent !important;
	text-decoration: none !important;
	border: 0;
}
#content h1 {
	font-size: 24px;
}
#content h2,
#content h3 {
	font-size: 18px;
}
#content p,
#content dt {
	line-height: 24px;
}
#content input,
#content textarea {
	border: 1px solid #A0A0A0;
	background-color: #ffffff;
}
#content-left {
	float: left;
	width: 500px;
}
#content-left ul,
#content-left dd {
	margin: 0;
	padding-left: 20px;
}
#content-left li {
	line-height: 24px;
	padding-bottom: 4px;
}
#content-left li ul {
	list-style-type: disc;
}
#content-left dt {
	font-weight: bold;
}
#content-left a {
	border-bottom: 1px solid #FFA500;
}
#content-left a:hover {
	background-color: #FFA500;
	border-bottom: 1px solid #696969;
}
#content-right {
	float: right;
	width: 220px;
}
#content-right h3 {
	background-color: #DCDCDC;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	padding: 4px;
}
#content-right ul {
	margin: 0;
	padding: 0;
}
#content-right ul ul {
	padding: 0 0 0 20px;
}
#content-right li {
	list-style: none;
	margin: 4px 0;
}
#content-right li a {
	display: block;
	padding: 4px 10px;
	background-color: #ffffff;
}
#content-right li a:hover {
	color: #FFA500;
	text-decoration: none;
	background-color: #696969;
}
#footer {
	font-size: 10px;
	color: #696969;
	margin-top: 10px;
	padding: 2px 10px;
	text-align: center;
	background-color: #A0A0A0;
}
#footer a {
	color: #696969;
}
#footer a:hover {
	color: #f9f9f9;
}
div.content-img {
	float: left;
	display: inline-block;
	margin-left: -30px;
	padding-bottom: 10px;
	border-left: 20px solid #696969;
}
div.content-img img {
	float: left;
	margin: 0 10px;
}
div.content-img p {
	margin: 0;
}
ul.content-list-none li {
	list-style-type: none;
}
ul.content-list-disc li {
	list-style-type: disc;
}
ul.content-list-rom li {
	list-style-type: upper-roman;
}
ul.content-list-decimal li {
	list-style-type: decimal;
}
.bold {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
a, a:link {
	text-decoration: none;
	color: #000000;
	border: 0;
}
img {
	border: 0;
}
a,
a:link {
	text-decoration: none;
	color: #000000;
	border: 0;
}
q,
blockquote {
	font-style: italic;
}
pre,
code {
	padding: 10px;
	font-family: monospace, serif;
	white-space: pre-wrap;
	background-color: #ffffff;
	border: 1px dotted #DCDCDC;
	overflow: auto;
}
img {
	border: 0;
}ation: none;
	color: #000000;
	border: 0;
}
img {
	border: 0;
}
a,
a:link {
	text-decoration: none;
	color: #000000;
	border: 0;
}
q,
blockquote {
	font-style: italic;
}
pre,
code {
	padding: 10px;
	font-family: monospace, serif;
	white-space: pre-wrap;
	background-color: #ffffff;
	border: 1px dotted #DCDCDC;
	overflow: auto;
}
img {
	border: 0;
}