body,html{
	margin: 0;
	padding: 0;
}
html{
	font-size: 67.5%;
}
body{
	color: #444;
	font-size: 110%;
	_font-size: 100%;
	font-family: 'trebuchet ms',tahoma,sans-serif;
	background: #fff url(../img/page_bg.gif) repeat-y center 0;
}
#header{
	width: 100%;
	height: 156px;
	background: #fff url(../img/header_bg.gif) repeat-x 0 0;
}
#header h1{
	width: 780px;
	margin: 0;
	height: 156px;
	margin: 0 auto;
	line-height: 156px;
	background: transparent url(../img/logo.gif) no-repeat 0px 100%;
	position: relative;
}
#header h1 a{
	height: 40px;
	width: 332px;
	bottom: 0;
	position: absolute;
}
#header h1 a span{
	display: none;
}
#header_border{
	height: 3px;
	background: transparent url(../img/header_border_bg.gif) repeat-x 0 0;
}
#header_lower{
	height: 3px;
	font-size: 1px;
	background: transparent url(../img/header_lower_bg.gif) no-repeat 50% 0;
}
#content{
	width: 780px;
	margin: 0 auto;
}
#main{
	float: left;
	display: block;
	padding: 1em;
	width: 620px;
}
#sidebar{
	float: right;
	width: 130px;
	padding: 0;
}
#login{
	margin: 1em 0 0 0;
}
form {
	margin: 0 0 0.5em 0;
}
form.scas input, 
form.search input,
form.join input,
form.upload input,
form.upload select{
	margin: 0 0em 0.2em 0;
	color: #444;
	font-family: 'trebuchet ms',tahoma,sans-serif;
	font-size: 100%;
	padding: 0 0.2em;
}
form.upload label, 
form.upload input, 
form.join label, 
form.join input,
form.upload select{
	display: block;
}
form.join label,
form.upload label{
	float: left;
	width: 10em;
}
form.upload select{
	padding: 0;
	width: 20em;
}
form.upload input.txt{
	width: 20em;
}
form.upload input.txt1{
	width: 19.3em;
}
form.upload input, 
form.join input{
	margin-left: 10em;
}
#login a{
	text-decoration: none;
	color: #7bf;
}
#login a:hover{
	text-decoration: underline;
	color: #f7b;
}
.scas_error,
#sidebar .seperator{
	margin: 0 1em 0 0;
}
.scas_error{
	border: 1px dotted #f7b;
	color: #f7b;
	margin-bottom: 0.2em;
	padding: 0.2em;
}
#sidebar .seperator{
	border-top: 1px dotted #f7b;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
h2{
	margin: 0 0 1em 0;
	color: #f7b;
	font-size: 150%;
}
h3{
	font-size: 110%;
}
ul.news{
	margin: -1em 0 0 auto;
	_margin: -1em 0 0 3em;
}
span.thumb{
	display: block;
	overflow: hidden;
	width: 75px;
	height: 75px;
	border: 2px solid #7bf;
	padding: 1px;
	margin: 1px 1px 1em 0;
	float: left;
	position: relative;
	text-align: center;
}
span.thumb img{
	w/idth: 75px;
}
ul#groups{
	list-style: none;
	clear: both;
	margin: 0;
	padding: 0;
}
ul#groups li{
	position: relative;

}
ul#groups li a{
	margin-left: 16px;
}
a{
	text-decoration: none;
	color: #47f;
}
a:hover{
	text-decoration: underline;
	color: #f7b;
}
div.url{
	margin-bottom: 1em;
}
span.thumb a{
	position: absolute;
	bottom: 1px;
	text-indent: -10em;
	width: 16px;
	background: transparent url(../img/del.gif) no-repeat 0 100%;
	padding: 0 0 1px 0;
}
ul#groups li a.del{
	margin: 0;
	position: absolute;
	width: 16px;
	text-indent: -999em;
	background: transparent url(../img/del.gif) no-repeat 0 50%;
}
div.rnd_img{
	float: left;
	margin-right: 20px;
	width: 125px;
	height:125px;
	padding: 2px 4px 4px 2px;
	background: #aaa url(../img/bg_shadow.gif) no-repeat 0 0;
}
div.rnd_img span.img{
	display: block;
	height: 120px;
}
div.rnd_img span.img img{
	border: 1px solid #fff;
}
div.rnd_img a{
	border: 2px solid #7bf;
	p/adding: 1px;
	display: block;
	background: #eee;
	background: #fff url() no-repeat 50% 50%;
	height: 120px;
	width: 120px;
	overflow: hidden;
	text-align: center;
}
div.rnd_img a:hover{
	border: 2px solid #f7b;
}
div.hr{
	margin: auto;
	_margin: -1em 0;
}
div.hr hr{
	border: none;
	border-top: 1px dotted #f7b;
}
acronym{
	cursor: help;
	border-bottom: 1px dotted #f7b;
}