/* ---------------------------------------------------- 
  
   layout and visual
   ---------------------------------------------------- */

#company {
	background: #FFFFFF url("../graphics/challenge.jpg") no-repeat; 
}


div#infocolumn {
	width:401px;
	margin-right:10px;
	border-bottom:5px solid rgb(66.1%,51.9%,54.5%);
}
   
/* ---------------------------------------------------- 
  
   colour
   
   ---------------------------------------------------- */

h1, h2, h3, h4, h5, #info a:link, #info a:visited {
	color: rgb(66.1%,51.9%,54.5%);
}

#info a:hover, #info a:active {
	 color:#4F2C33; 
}

#info a:link,#info a:visited, #info a:hover, #info a:active {
	text-decoration:underline;
}

#info p.first {
	color: rgb(66.1%,51.9%,54.5%);
}

#info {
	border-left: 1px dotted rgb(66.1%,51.9%,54.5%);
}


/* text size stuff */

p.first {
	font-size:90%;
}


/* ---------------------------------------------------- 
  
   sidebar
   
   ---------------------------------------------------- */


#contentsub div {
	margin-right:10px;
}

div#buttons {
	margin-top:300px;
}

ul#buttonlinks li {
	padding:15px;
	text-align:center;
	margin-bottom:8px;
	font-size:90%;
	color:#FFF;
}

li#chbutton {
	background-color: #C5B4A8;
/*	background-color: rgba(72.3%,63.8%,58.3%,0.82);  css3 */
}

li#brbutton {
	background-color: #C7609D;
/*	background-color: rgba(73.3%,23.9%,53.1%,0.82);  css3 */
}

li#libutton {
	background-color: #9999B3;
/*	background-color: rgba(51.5%,51.1%,63.4%,0.82);  css3 */
}


