/*
//   _                          _             _ _       
//  | |_ _____   _____ _ __ ___| |_ _   _  __| (_) ___  
//  | __/ _ \ \ / / _ \ '__/ __| __| | | |/ _` | |/ _ \ 
//  | || (_) \ V /  __/ |  \__ \ |_| |_| | (_| | | (_) |
//   \__\___/ \_/ \___|_|  |___/\__|\__,_|\__,_|_|\___/ 
//                                             (C)2009
//   Date  : 2009-11-09
//	 Author: www.toverstudio.nl
//
*/
body 
{
	color:#455560;
	font-family: calibri, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 20px 0px;
	padding: 0px;
	text-align:center;
	background: #fff;
}
a
{
	color:#272f34;
}
a:hover
{
}
img
{
	border:none;
}
h1
{
	font-size:20px;
	letter-spacing:-1px;
	margin-bottom:5px;
}
h2
{
	letter-spacing:-1px;
	font-size:20px;
	margin-bottom:5px;
}
p
{
    margin-bottom:10px;
}
strong
{
    font-weight:bold;
}
/* ----------------------------- canvas --------------------------- */
#canvas 
{
	margin: 0px auto;
	padding: 0px;
	text-align: left;
  	width: 980px;
  	background:url(../images/back.png) repeat-y;
}
/* ----------------------------- banner --------------------------- */
#banner
{
	padding:0px 0px 0px 0px;
	font-weight:bold;
	height:234px;
	background:url(../images/top.png) no-repeat 0px 0px;
}
#banner img
{
    margin:55px 20px 0px 15px;
    float:left;
}

#banner object
{
    float:left;
}

#sidebar
{
    float:left;
    width:235px;
    margin:-29px 0px 0px 0px;
}

#contents
{
    margin:-25px 10px 10px 22px;
    float:left;
    width:460px;
}
#contents h1
{
	font-size:15px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
#contents h2
{
	background:url(../images/h2back.png) no-repeat 0px 0px;
	margin-left:-8px;
	padding:4px 0px 4px 8px;
	font-size:15px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}
big
{
    line-height:2em;
}
#news
{
    margin:-25px 10px 10px 20px;
    float:left;
    width:210px;
}

#bottom
{
    clear:both;
    padding-bottom:60px;
	background:url(../images/bottom.png) no-repeat 0px bottom;
}
/* ----------------------------- news --------------------------- */
#news dt
{
    font-size:16px;
    font-weight:bold;
}
#news em
{
    display:block;
    font-size:12px;
}
#news dd
{
    margin-bottom:10px;
}
#news h2
{
	font-size:15px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

/* ----------------------------- footer --------------------------- */
#footer 
{
    background-color:#fff;
	clear:both;
	font-size:13px;
	text-align:right;
}
#footer a
{
	color:#272f34;
	text-decoration:none;
}


#menu
{
    margin:0px 10px 0px 13px;
}
#menu dt
{
    font-size:14px;
    text-transform:uppercase;
}
#menu dd a
{
    padding-left:20px;
    font-size:14px;
    width:180px;
}

#menu a
{
    width:200px;
    display:block;
    padding:3px;
    border-bottom:1px dotted #a2aaaf;
    text-decoration:none;
}
#menu a:hover
{
	background:url(../images/menuhove.png) repeat-y;
}


#newspage dd
{
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px dotted #a2aaaf;
}

#newspage a
{
	color:#455560;
}

