/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #DEDEDE;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

.menu a{
	text-decoration: none;
}

body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #DEDEDE;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	font-family: trebuchet ms, times new roman;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #DEDEDE;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 0px auto 0px auto; 
	text-align: left;
	width: 800px; 
}


/* Header */
.gfx {
	background: #222 url(img/header3.jpg) no-repeat;
	height: 240px;
	width: 800px; 
	position:relative;
	z-index:98;
}
.gfx h1 {
	height: 240px;
	width: 800px; 
}
.gfx h1 span{
	display: none;
}


/* Menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #DEDEDE;
	font-size: 1.0em;
	font-weight: bold;
	float: left;
	padding-top: 4px;
	width: 115px; 
	height: 36px;
	text-align: center;
	height: 26px;
	white-space:nowrap;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	width: 104px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #0A0A0A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.3em sans-serif,Arial;
	color:#FF9933;
}

.content h2 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #FF9933;
}

.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}


.schedtable tr td {
vertical-align:top;
padding-right:5px;
}

#cs tr td {
vertical-align:top;
padding-right:30px;
min-width:120px;
}

.team {
margin-top: 20px;
}

.team table tr td {
vertical-align:top;
padding-right:30px;
min-width:180px;
}

.new-team {
margin: 0pt auto;
text-align:center;
}

.members-wrap2 {
margin:0pt auto;
display:block;
width: 360px;
height: 250px;
text-align:center;
padding-top:10px;
}

.members-wrap3 {
margin:0pt auto;
display:block;
width: 540px;
height: 250px;
text-align:center;
padding-top:10px;
}

.members-wrap4 {
margin:0pt auto;
display:block;
width: 720px;
height: 250px;
text-align:center;
padding-top:10px;
}

.member-left {
display:block;
float: left;
width: 180px;
}

.member-right {
display:block;
float: right;
width: 180px;
}

.member-left img, .member-right img {
padding-top: 10px;
}

/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;

} 

/*kim added*/

#index #wrapper{
width:800px;height:370px;padding:25px 20px 20px 20px;display:block;clear:both;
}

#index #rightcol{
float:right;width:400px;padding-top:10px;
}
#index #leftcol{
width:360px;float:left;
padding: 10px 0 50px 20px;
}
#index #schedule{
width:300;
padding:25px 20px 0px 20px;
display:block; 
}
#index #teams{
padding-left:30px;padding-top:20px;
}

#index #teams td{
padding-right: 10px;
}

#index #myspace, #index #newsletter{
	margin: 20px 0 20px 0;
}

