@charset "UTF-8";
body {
	background-color: #333333;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a {
	font-weight: bold;
	font-size: 11px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 1070px;
}
#wrapper #main {
	position: relative;
	border: thin solid #000000;
	width: 860px;
	height: 1070px;
	float: right;
	background-image: url(../graphics/index.jpg);
	background-repeat: no-repeat;
}
#wrapper  #main #menu {
	position: relative;
	left: 10px;
	width: 610px;
	top: 375px;
	float: left;
}
#wrapper  #main #content  {
	position: relative;
	left: 25px;
	width: 495px;
	height: 500px;
	top: 370px;
	float: left;
}
#wrapper  #main  #content ul {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
}
#wrapper  #main  #content h5 {
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	background-color: #000000;
}
#wrapper  #main  #content h6  {
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	font-size: 11px;
	text-align: left;
	font-weight: normal;
}
#wrapper #write {
	position: relative;
	width: 59px;
	top: 360px;
	float: left;
	left: 80px;
}
#shoutbox  {
	position: relative;
	width: 275px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	top: 365px;
}
#twitter {
	padding: 0px;
	float: left;
	position: relative;
	margin: 0px;
	left: 78px;
	width: 275px;
	height: 220px;
	top: 360px;
}
#logos  {
	position: relative;
	float: right;
	width: 210px;
	text-align: right;
	right: 640px;
	top: 880px;
}
#wrapper #counter {
	position: relative;
	width: 860px;
	text-align: center;
	float: left;
	top: 480px;
}
#wrapper #copyright      {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	clear: both;
}
#wrapper #main #content #list {
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
}
