/* layout
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	background-image: url(../images/bg6.gif);
	background-position: top left;
	background-attachment: fixed;
	background-repeat: repeat;
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	word-wrap: break-word;	/* IE */
}

#container {
	position: absolute;
	width: 800px;
	left:50%;
	margin-left: -400px;
	background: #fff;
	background-image: url(../images/bg.jpg);
	background-position: top right;
	border-left: 7px dashed #000
}

*+html #container {
	border-left: 10px dashed #fff;
	padding: 0px 0px 0px 5px
}

* html #container {
	border-right: 10px dashed #fff;
	padding: 0px 0px 0px 5px
}

#up {
	width: 800px;
	height: 234px;	
	background: #fff url('../images/up.jpg') no-repeat;
}

#sx {
	width: 145px;
	height: 266px;	
	background: #fff url('../images/sx.jpg') no-repeat;
	float: left;
}

#content {
	width: 495px;
	float: left;
	margin-top: 10px;
}

#statusbar_up {
	width: 800px;
	height: 20px;
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#statusbar_down {
	width: 800px;
	height: 20px;
	padding-top:0.5em;
	clear: both;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

.section {
	clear:both;
	margin:0em;
}

/* typography
----------------------------------------------- */

p {
	line-height: 1.5em;
	margin-bottom: 1.0em;
	font-size: 0.9em;
	text-align: justify;
}

p.first {
	margin-top: 1.0em;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
}

h1 {
	font-size: 2.5em;
	color: #da0000;
}

h1 em {
	color: #000;
}

h1.menu {
	color: #000;
}

h2 {
	font-size: 1.5em;
	letter-spacing: 0.4pt;
	text-transform: uppercase;
	padding-top: 0.5em;
	color: #da0000;
}

h3 {
	font-size: 1.0em;
	letter-spacing: 0.2pt;
	text-transform: uppercase;
	padding-top: 0.5em;
	color: #da0000;
}

h3.toggle {
	cursor: pointer;
	text-align: right;
}

/* menubar
----------------------------------------------- */


#menubar {
	width: 145px;
	height: 185px;
	float: right;
	padding-left: 10px;
	margin-top: 10px;
}

ul.menu {
	list-style-position: outside;
	list-style-type: none;
}

ul.band_menu {
	list-style-position: inside;
	list-style-type: square;
}

ul.sortable {
	margin: 0 0em;
	padding: 0 0em;
	clear: both;
}

li {
	padding: 0 0em;
}

li.item {
	list-style:none;
	margin-top: 1.0em;
}

/* misc
----------------------------------------------- */

.thumbnail {
	padding: 3px 3px 8px 3px;
	background-color: #eee;
	border: 1px solid #aaa;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a img {
	border: none;
}

a {
	color: #da0000;
	font-weight:bold;
	text-decoration:none;
}

a.menu {
	color: #000000;
	font-weight:normal;
	text-decoration:none;
}

a.menu:hover {
	color: #da0000;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:none;
}

.news {
	width: 460px;
	clear: both;
	border-top: 1px dashed #ccc;
}

.title {
	width: 460px;
	height: 2.0em;
	clear: both;
}

.handle {
	width: 430px;
	float: left;
	height: 2.0em;
}

.pls_news {
	width: 15px;
	float: left;
	text-align:center;
	cursor: pointer;
	height: 2.0em;
}

.in {
	clear: both;
	width: 460px;
	text-align: justify;
}


.thumb_news {
	width: 100px;
	height: 40px;
	float: left;
	margin-right: 6px;
	margin-top: 4px;
}
