/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2009
//   Date  : 2009-09-31
//	 Author: development@toverstudio.nl
//
*/
body 
{
	color:#5b5851;
	font-family: "Segoe UI", arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0px 0px;
	padding: 0px;
	text-align:center;
	background: #fff url(../images/bodyback.png) repeat-x;
}
a
{
	color:#5b5851;
}
input 
{
	cursor:default;
}
a:hover
{
	color:#5b5851;
}
img
{
	border:none;
}
h1
{
	color:#5b5851;
	font-size:20px;
	letter-spacing:-1px;
	margin-bottom:10px;
}
h2
{
	color:#5b5851;
	font-size:18px;
}
p
{
	margin-top:9px;
}
strong
{
    font-weight:bold;
}
/* ----------------------------- canvas --------------------------- */
#canvas 
{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  	width: 960px;
  	background-color:#fff;
  	border:1px solid #f1f1f1;
}
/* ----------------------------- banner --------------------------- */
#banner
{
	text-align:right;
	padding:0px 10px 0px 0px;
	height:226px;
}
#banner a
{
    padding-left:10px;
    color:#222;
}
/* ----------------------------- menu --------------------------- */
#menu
{
	background:#f2f2f2 url(../images/contenttop.png) no-repeat 0px 63px;
	padding:20px 0px 20px 35px;
}

#menu ul
{
	display:inline;
	margin-right:10px;
}
#menu li
{
	display:inline;
	list-style:none;
}
#menu a
{
	background:url(../images/buttonback.png) repeat-y;
	width:135px;
	display:inline-block;
	padding: 5px 0px 5px 0px;
	text-align:center;
	text-decoration:none;
	
}
#menu input
{
    cursor:pointer;
    vertical-align:text-bottom;
}
/* ----------------------------- content --------------------------- */
#contents 
{
	background:url(../images/contentback.png) repeat-y;
	margin:0px;
	font-size:13px;
	line-height:1.5em;
	color:#695e49;
  	padding:10px 80px 20px 70px;
}

#contents li
{
	margin-left:17px;
}
#contents ol
{
	margin-left:7px;
}

#contents table
{
    border-collapse:collapse;
}
.rand th
{
    padding:3px;
    border:1px solid #555;
}
.rand td
{
    padding:3px;
    border:1px solid #555;
}
/* ----------------------------- footer --------------------------- */
#footer 
{
	background:#f2f2f2 url(../images/contentbottom.png) no-repeat 0px 0px;
	clear:both;
	font-size:13px;
	color:#111;
	padding:13px 0px 20px 39px;
}
#footer a
{
	text-decoration:none;
	color:#57413c;
}
#footer img
{
	vertical-align:middle;
}
#news
{
    border-top:1px #999 solid;
    width:800px;
    margin-top:20px;
}

#news h2
{
    color:#222;
    font-size:14px;
    font-weight:bold;
}
#news h3
{
    font-size:12px;
    font-style:italic;
}

#news td
{
    vertical-align:top;
    padding:20px;
}
#news th
{
    width:150px;
    padding-top:20px;
    vertical-align:top;
}


