/* CSS
   template webtom grey by tom.cryns@webtom.be
*/

body {
  font-family: "Trebuchet MS", Verdana, geneva, sans-serif;
  font-size: 15px;
  background:#D6DCA4;
	margin:0;
	padding:0;
}

* {
	margin:0;
	padding:0;
	line-height:1.5em;
}

h1 {
	padding:0;
  margin:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:27.933px;
  font-weight:bold;
}

h2 {
	padding:0;
  margin:16px 0px 0 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:140%;
  font-weight:normal;
  color:#000000;
}

h3 {
	padding:0;
  margin:16px 0px 0 0;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:120%;
  font-weight:normal;
  color:#94422E;
}



#container {
	width:995px;
	margin:42px auto;
	padding:10px;
	background:#D6DCA4;
  font-size:100%;
}


#header {
  height:63.0667px;
  margin:0;
  padding:20px 0 0 23px;
  background:#463226;
  color:#fff;
  font-size:106%;
  text-align:left;
  clear:both;
  background:#463226 url(../img/tlcorner2.gif) top left no-repeat;
}

#header2 {
  height:10px;
  margin:0;
  clear:both;
  background:#463226 url(../img/btmcorner.gif) bottom left no-repeat;
}


#header h1{
  margin:0;
  padding:0 20px;
  font-size:200%;
}

#spacer{
  height:10px;
  margin:0;
  background:#D6DCA4;
}


#sidebar {
 float:left;
 width:93px;
 height:100%;
 margin:5px 0px 5px 0px;
 padding:0px 0px 0px 0px;
 color:#FFFFFF;
 background-color:#689A91;
}

#sidebar a {
	display: block;
	padding: 0px;
	width: 79px;
	background-color: #689A91;
	border-bottom: 1px solid #D6DCA4;
}


#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
}

#sidebar li {
	align:right;	
	font-size:1.0em;
	list-style:none;
	display:block;
	padding:0px 0px;
}

#sidebar li a {
  margin:1px 0px;
	padding:7px;
	color:#fff;
	text-decoration:none;
  font-weight: bold;
}

#sidebar li a:hover {
	background:#94422E;
  	color:#fff; 
}



#content {
 width:870px;
 height:100%;
 margin:5px 0px 5px 0px;
 padding:10px;
 float:right;
 background:#ccc;
 background:#FFF url(../img/tlcorner.gif) top left no-repeat;
}

#content ol,
#content ul
{
	padding:5px 20px;
	list-style-type: circle;
}

#sidebar p, #content p{
	padding:3px 0px;
}

 
#content a:link {color: #463226; font-weight: bold; text-decoration: none; } 
         a:visited {color: #463226;font-weight: bold; text-decoration: none; } 
         a:hover {color: #3D5672; font-weight: bold; text-decoration: none; } 
         a:active {color: #555555; font-weight: bold;text-decoration: none; } 


#content a img
{
 text-decoration:none;
 border:0;
}


#ads {
	height:50px;
  margin:0;
  padding:0 20px;
  background:#a67d52 url(../img/tlcorner.gif) top left no-repeat;
  color:#fff;
  font-size:95%;
  text-align:right;
  clear:both;
}

#footer {
  clear:both;
  padding: 5px 10px;
  background:#463226;
  color:#fff;
  font-family: Verdana, sans-serif;
  font-size:85%;
  text-align:left;
}

#footer a {
  background:#463226;
  color:#fff;

}




#nav {
  float:left;
  width:100%;
	margin:0;
  padding:10px 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
  font-size:100%;
  background:#689A92;
	color: #fff;
  background:#689A92 url(../img/navcorner.gif) top left no-repeat;
}


#nav li {
	font-size:1.0em;
	list-style:none;
	display:block;
	padding:5px 2px;
}

#nav li a {
  margin:0px 0px;
	padding:7px;
	color:#fff;
	text-decoration:none;
  font-weight: bold;
}

#nav li a:hover {
	background:#94422E;
  color:#fff; 
}


#home #homenav,
#links #linksnav,
#contact #contactnav
{
color:#fff;
background:#3D5672;
width:79px; 
}



ul { margin: 0; padding : 0; list-style : none; }

#sidebarnav {
	margin:0;
  padding:0;
	color: #fff;
}

#sidebarnav ul {
  padding:4px;
	list-style:none;
}

#sidebarnav li {
  margin:4px 0;
	list-style:none;
}

#sidebarnav li a {
	color:#CC6633;
	text-decoration:underline;
  display:block;
}

#sidebarnav li a:hover {
	color:#999;
}


