html {
	font-family: Helvetica, DejaVu Sans, Arial, sans-serif;
	font-size: 11pt;
	color: #000;
	background-color: #CDE;
	padding: 0px;
}

body {
	padding: 0px;
	margin-top: 0px;
}

embed {
	margin: 0px;
}

.content {
	height: 100%;
	width: 960px;
	background-image: url(./topbg.png);
	background-repeat: repeat-x;
	/*background-color: #2C3A3B;*/
	background-color: #BCD;
	padding: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

#index {
	width: 650px;
}

.header {
	padding: 15px;
}

#slogan {
	float: right;
	font-style: italic;
	text-align: right;
	padding-right: 2px;
	max-width: 50%;
	max-height: 85px;
	overflow: hidden;
}

#highlight {
	font-style: italic;
	text-decoration: underline;
}

.internalcontent {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(./border.png);
	background-repeat: repeat-x;
}

.center {
	text-align: center;
}

.navbox {
	margin-bottom: 20px;
	text-align: right;
}

.navbutton {
	width: 20px;
	margin-left: 5px;
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #ABC;
	padding: 3px;
}

.post {
	background-position: bottom center;
	background-repeat: repeat-x;
	background-image: url(./border.png);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.entrytitle {
	margin-bottom: 10px;
}

.user {
	font-style: italic;
	color: #666;
}

h1 {
	font-size: 18pt;
}

.avatar img {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	margin-right: 10px;
	float: left;
}

#seriousswf {
	display: block;
	float: right;
}

.method {
	border-style: solid;
	border-width: 1px;
	border-color: #9AB;
	background-color: #ABC;
	margin: 5px 5px 5px 5px;
}

.video {
	width: 300px;
	border-style: solid;
	border-width: 2px;
	border-color: #0a3c66;
	margin: 5px;
	display: inline-block;
}

.video img {
	float: left;
}

#player {
	float: left;
}

#centerplayer {
	width: 664px;
	margin-left: auto;
	margin-right: auto;
}

#chat {
	float: right;
}

iframe {
	border: 0px;
}

.clear {
	width: 100%;
	clear: both;
}

.leftfloat {
	float: left;
}

.rightfloat {
	float: right;
}

a {
	color: #03B;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #03B;
	font-weight: bold;
	text-decoration: none;
}


a:link img, a:visited img {
	border: 0px;
}

.small {
	font-size: 8pt;
}

a:link img, a:visited img {
	border: 0px;
}