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

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


div#infocolumn {
	margin-right:10px;
}
   
/* ---------------------------------------------------- 
  
   colour
   
   ---------------------------------------------------- */

h1, h2, h3, h4, h5, #info a:link, #info a:visited {
	color: rgb(73.3%,23.9%,53.1%);
}

#info a:hover, #info a:active {
	 color:#5F0C3E; 
}

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

#info p.address {
	font-weight:bold;
}

div#policy, div#links {
	margin-left:50px;
	margin-right:10px;
	margin-bottom:50px;
}

.links ul {
	 margin-bottom: 20px;
	 margin-left:20px;
}

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


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

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

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 */
}


