@charset "UTF-8";
a:link , a:visited, a:hover, a:active{
	text-decoration: none;
	color: #999;
}
body {
	background-image: url(bgPlain.png);
	background-repeat: repeat-x;
	background-color: #000;
}
#main {
	position: absolute;
	height: 525px;
	width: 900px;
	left: 50%;
	margin-top: 25px;
	margin-left: -450px;
}
#nav {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	right: 30px;
	position: absolute;
	top: 100px;
}
.navTxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}
.select a:link , .select a:visited{
	color: #999;
	text-decoration: none;
	padding-left: 20px;
	margin-left: -4px;
}
.current a:link , .current a:visited{
	text-decoration: none;
	color: #033;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color:#033;
	margin-left: -5px;
	padding-left: 20px;
}
.select a:hover {
	text-decoration: none;
	color: #033;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #033;
	margin-left: -6px;
	padding-left: 20px;
}
.select a:active {
	text-decoration: none;
	color: #999;
}
#title {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 30px;
	width: 700px;
	margin-left: 100px;
}
#logo {
	height: 174px;
	width: 140px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#bg {
	background-attachment: inherit;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 1000px;
	width: 1504px;
	left: 50%;
	top: 50%;
	margin-left: -752px;
	margin-top: -400px;
}
#content {
	width: 500px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-left: 175px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#d1 {
	position: absolute;
	height: 241px;
	width: 49px;
	bottom: 194px;
	margin-left: 50px;
}
#d2 {
	position: absolute;
	height: 80px;
	width: 589px;
	left: 160px;
	top: 410px;
}
#sbsListL {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}
#sbsListR {
	width: 250px;
	float: right;
	margin-bottom: 10px;
}
#idk {
	margin-left: 10px;
}
li {
	display: inline;
	padding-left: 30px;
}
.contentSpace {
	margin-top: 75px;
}
.thumbSpace {
	padding: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

