@charset "UTF-8";
body {
	background-color: #333333;
}
a {
	font-weight: bold;
	font-size: 11px;
}
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;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 1210px;
	background-repeat: repeat;
	background-image: url(../graphics/plain_index.jpg);
}
#wrapper #main {
	position: relative;
	border: thin solid #000000;
	float: right;
	background-image: url(../graphics/index.jpg);
	background-repeat: no-repeat;
	height: 1210px;
	width: 860px;
}
#wrapper  #main #menu {
	position: relative;
	left: 10px;
	width: 610px;
	top: 375px;
	float: left;
}
#wrapper  #main #content  {
	position: relative;
	left: 25px;
	width: 495px;
	height: 650px;
	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 #main #content #list {
	color: #000000;
	list-style-type: disc;
	list-style-position: inside;
}
#wrapper  #main #write {
	position: relative;
	width: 59px;
	top: 360px;
	float: left;
	left: 80px;
}
#wrapper #main #shoutbox  {
	position: relative;
	width: 275px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: left;
	top: 365px;
}
#wrapper #main #twitter {
	padding: 0px;
	float: left;
	position: relative;
	margin: 0px;
	left: 78px;
	width: 275px;
	height: 285px;
	top: 365px;
}
#wrapper #main #logos  {
	position: relative;
	float: right;
	width: 210px;
	text-align: right;
	right: 640px;
	top: 1025px;
}
#wrapper  #main #counter {
	position: relative;
	width: 860px;
	text-align: center;
	float: left;
	top: 300px;
}
#wrapper #copyright          {
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	width: 865px;
	top: 1210px;
	color: #FFFFFF;
}

