body {
	background:#EBEBEB;
	font-family:'Helvetica',Verdana,Sans-Serif;
	font-size:11px;
}
.html {
	background:#EBEBEB;	
}
#leftcolumn{
	font-size:10px;
	float:left;
	width:150px;
/*	height: 400px;*/
	padding: 5px;
	padding-left: 8px;
}

#news a {
	display: block;
}
#game-design a {
	display: block;
}
#user-interface a{
	display: block;
}
#laboratory a{
	display: block;
}
#contact a{
	display: block;
}

#leftcolumn a{
	color:#000000;
	padding: 5px 1px;
	
	text-decoration: none;
	font-weight:bold;
}

#leftcolumn a:hover{
	color: #f89e0e;
}
b {
	color:#626262;
	font-weight:bold;
}

#rightcolumn a {
	color:#000000;
	text-decoration: none;
	font-weight:bold;
}
#rightcolumn a:hover{
	color: #f89e0e;	
}
#rightcolumn{
	color:#626262;
	line-height:1.4em;
	float:right;
	width:550px;
/* 	min-height: 400px;*/
	margin-left: 10px;
	padding: 5px;
	padding-bottom: 8px;
}
#social ul {
	margin-left: -40px;
	list-style: none;
	margin-top: -15px;	
	color:#626262;
}
#social ul li {
	margin-bottom:5px;
}
#social ul li a {
	line-height:1.6em; 
	color:#626262;
	font-weight:normal;
	margin-bottom: -20px;
}
#social ul li a:hover {
	color: #f89e0e;
}
* html #rightcolumn{ /*IE only style*/
	height: 400px;
}

#home a img {
	border:none;
}

/**
** SLIDESHOW **
**
*/
#slideshow-wrapper {
position:relative;
width:450px;
height:350px;
padding: 4px 4px 4px 4px;
border-style:solid; 
border-width:1px;
border-color:#626262;

}

#slideshow-wrapper #slideshow-user,#slideshow-wrapper #slideshow-auto {
width:450px;
height:350px;
overflow:hidden;
}

#slideshow-wrapper #frame {
position:absolute;
top:0;
left:0;
z-index:20;
}

#slideshow-user .caption {
position:absolute;
left:0;
top:0;
z-index:10;
color:#dbdbdb;
padding:10px 0 0 15px;
}

#slideshow-controls {
	width:460px;
	text-align:right;

}

#slideshow-controls span {
background-color:#626262;
display:inline-block;
color:#888;
overflow:hidden;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
padding:5px 0;
}

#slideshow-controls span a {
background:url('http://changemod.com/img/arrowsLR.png') no-repeat;
width:15px;
height:15px;
text-indent:999em;
float:left;
display:inline;
margin:0 5px;
}

#slideshow-controls span a#prev {
background-position:center left;
}

#slideshow-controls span a#prev:hover {
background-position:bottom left;
}

#slideshow-controls span a#prev:active {
background-position:top left;
}

#slideshow-controls span a#next {
background-position:center right;
}

#slideshow-controls span a#next:hover {
background-position:bottom right;
}

#slideshow-controls span a#next:active {
background-position:top right;
}

.floatR {
float:right;
display:inline;
}

img.floatL {
margin:0 10px 10px 0;
}

img.floatR {
margin:0 0 10px 10px;
}

/*
**
** SHOUTBOX 
**
*/
.text {
width:310px;
font-family:'Helvetica',Verdana,Sans-Serif;
font-size:.9em;
color:#626262;
}
#form input{
	border: 1px solid #626262;
	background: #EBEBEB;

}
#send {
	font-family:'Helvetica',Verdana,Sans-Serif;
	font-size:.9em;
	color:#000;
	font-weight:bold;
	float:right;
}
#send:hover {
	color: #f89e0e;
}
.user {
	float:left;
	width:155px;
	font-family:'Helvetica',Verdana,Sans-Serif;
	font-size:.9em;
	color:#626262;

}
#shoutbox {

	width:500px;
}
