/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2009
//   Date  : 2009-01-31
//	 Author: development@toverstudio.nl
//
*/
body 
{
	color:#bfbbb2;
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #f0dfd4;
}
a
{
	color:#fff;
}
input 
{
	cursor:default;
}
a:hover
{
	color:#fff;
}
img
{
	border:none;
}
h1
{
	color:#fff;
	font-size:20px;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h2
{
	color:#fff;
	font-size:18px;
}

/* ----------------------------- canvas --------------------------- */
#canvas 
{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  	width: 960px;
  	background: url(../images/homeback.png) repeat-y;
}
/* ----------------------------- util --------------------------- */
#util
{
	text-align:right;
	background: #f0dfd4;
	padding:20px 0px 3px 0px;
	color:#3f3e2a;
}

#util a
{
	color:#3f3e2a;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#sidebar
{
	width:284px;	
	float:left;
}
#sidebar a
{
	margin-right:1px;
}

#subcontent
{
	float:left;
	margin-left:37px;
	width:445px;
}
#coverfoto
{
	width:445px;	
	height:220px;
}
#coverfoto img 
{
	display:none;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

/* ----------------------------- content --------------------------- */
#contents 
{
	float:left;
	width:445px;
	font-size:13px;
	line-height:1.5em;
	margin:20px 0px 0px 320px;
}

#contents img
{
	margin-bottom:20px;
}


/* ----------------------------- footer --------------------------- */
#footer 
{
	clear:both;
	padding-top:3px;
	font-size:15px;
	color:#3f3e29;
	letter-spacing:-1px;
	background: #f0dfd4;
}
#footer a
{
	text-decoration:none;
	color:#57413c;
}
#footer img
{
	vertical-align:middle;
	padding:0px 2px 0px 2px;
}


