body {
	font-family: sans-serif;
	font-size: 12pt;
	background-color: #2d2d2d;
	color: #f0f0f0;
	cursor: default;
}

a {
	color: #dddddd;
	text-decoration: none;
	border-bottom: dotted 1px #dddddd;
}

#header {
	/*background-image: url('images/header.jpg');*/
	width: 1024px;
	height: 300px;
	margin: auto;
	-moz-box-shadow: 5px 5px 5px #222;
	-webkit-box-shadow: 5px 5px 5px #222;
}

#maintable {
	margin: auto;
	width: 1024px;
	border: 0;
	border-spacing: 0;
}

#navtd
{
	padding: 0px;
	padding-top: 1em;
	width: 200px;
}

#navtd ul
{
	list-style-image: url('images/bullet.gif');
}

#navtd ul li a
{
	color: #dddddd;
	text-decoration: none;
	border-bottom: 0px;
}

#navtd ul li a:hover
{
	text-decoration: underline;
}

#navtd li
{
	margin-left: -1em;
}

#navtd .header {
	height: 5px;
	background-image: url('images/navtop.png');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}

#navtd .navcontent {
	background-image: url('images/navmiddle.png');
	background-repeat: repeat-y;
}

#navtd .footer {
	height: 5px;
	background-image: url('images/navbottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#contenttd
{
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
}

#twitter
{
	width: 200px;
	padding-top: 1em;
}
#twitter a
{
	border: none;
	text-decoration: underline;
}

#twitter li
{
	font-size: 75%;
	display: block;
	margin-left: -2.5em;
	border-bottom: dotted 1px #505050;
	margin-right: 1em;
	text-align: justify;
	padding-bottom: .25em;
	margin-bottom: .25em;
}

#twitter .header {
	height: 5px;
	background-image: url('images/navtop.png');
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: center;
}

#twitter .twitcontent
{
	background-image: url('images/navmiddle.png');
	background-repeat: repeat-y;
	padding: .25em;
	padding-top: 1em;
}

#twitter .tweet
{
	font-size: 75%;
	border-bottom: dotted 1px #444444;
	padding-bottom: .25em;
	margin-bottom: .25em;
}

#twitter .tweet_date
{
	text-align: right;
}
#twitter .tweet_body
{
	text-align: justify;
}

#twitter .twitter-link
{
	display: block;
	text-align: right;
	margin-right: 1em;
	font-size: 50%;
	background-image: url('images/twitter_icon.gif');
	background-repeat: no-repeat;
	height: 16px;
}

#twitter .footer
{
	height: 5px;
	background-image: url('images/navbottom.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#imagelist
{
	
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	text-align: center;
}

#imagelist img
{
	border: solid 2px #dddddd;
	padding: 3px;
}

#imagelist a
{
	border-bottom: 0px;
}

#footer
{
	text-align: center;
	width: 1024px;
	margin: auto;
	font-size: 75%;
}

#ad
{
	text-align: center;
}

#ad:before
{
	text-align: center;
	font-size: 75%;
	content: "Advertisement:";
	display: block;
}

#flag
{
	float: right;
	margin: .25em;
}

#flag img {
	margin: .25em;
}

object { margin: .25em; }

#extralinks a
{
	border: 0;
}

#error
{
	color: #fff;
	text-align: justify;
	margin-top: 2em;
	border: solid 1px #1a1a1a;
	border-top: solid 1px #929292;
	border-left: solid 1px #929292;
	background-color: #3a3a3a;

}
#error .errorhead
{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

#error .errorbody
{
	padding: 1em;
	padding-bottom: 3em;
}