/* Costermans CSS Document */
/*--- BODY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
* {
	padding:0;
	margin:0;
}

* html body	{
	text-align: center;
}
body	{
	background: #444;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, sans-serif;
	color: #333;
	text-align: center;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
	
html>body { /* be nice to Opera */
	font-size: small;	
}
img{border:0;}
.clear { 
	clear: both; 
	line-height: 0px;
 }
div.center{text-align:center;margin:0 auto;}
hr{display:none;}

#content ul{
	margin:4px 0 10px 10px;
	padding:0;
	background:none;
	display:block;
	list-style:none;
}
#content ul li{
	margin:0;
	background:none;
	display:block;
	border:none;
	padding: 0 0 0 15px;
	background:url(../i/bullet.gif) 0 0.3em no-repeat;
}
#content p{margin-bottom:8px;}

/*--- TEXTS AND LINKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
#content h1 {
	color:#C60;
	font-family:Georgia, Garamond, Times, serif;
	font-variant: small-caps;
	margin-bottom:5px;
	font-size:1.7em;
	letter-spacing:1pt;
	margin:10px;
	font-weight:normal;
}
#content h2 {
	color:#C60;
	font-family:Georgia, Garamond, Times, serif;
	font-variant: small-caps;
	margin-bottom:5px;
	font-size:1.4em;
	letter-spacing:1pt;
	margin:10px;
	font-weight:normal;
}


a{color:#F19607;text-decoration:none;}
a:hover{text-decoration:underline;}


/*--- CONTAINER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
#container {
	background:#DEE7EE url(../i/bg_cntnr.jpg) top left repeat-y;
	margin:0 auto;
	text-align:center;
	position: relative;
	padding: 0 0 0 0px;
	width: 785px;
}
/*--- SIDES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/

#left_side {
		float:left;
		width:520px;
		margin-top:0px;
		margin-right:10px;
}
#right_side {
		float:left;
		width:180px;
		margin-top:20px;
}

.column {
		float:left;
		width:140px;
}


/*--- HEADER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
#header{	
	height:220px;
	width:785px;
}

#header h1{
	margin: 0;
	padding: 0;
}
#header h1 a{
	position: absolute;
	text-indent: -10000px;
	display: block;
	height:170px;
	width:785px;
	top: 0;
	left: 0;
	text-decoration:none;
	background: transparent url(../i/header.jpg) top center no-repeat;
}

/* NAVIGATIONS
---------------------------------------------------------------------- */
#nav {
	position:absolute;
	top:175px;
	left:18px;
	height:34px;
	padding: 0;
	list-style: none;
	font-size: 80%;
	width:749px;
	background: transparent url(../i/bg_nav.gif) repeat-x bottom left;
	border-bottom:1px solid #036697;
	border-top:1px solid #0488B5;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	line-height:34px;
	text-align:center;
	height:34px;
	width:105px;
	list-style: none;
	border-right: 1px solid #4AA1C2;
	border-left: 1px solid #046D99;
	}
#nav a {
	float: left;
	padding:0;
	height:34px;
	text-decoration: none;
	color: #FFF;
	width:105px;
	display:block;
	margin:0;
	}	
	
#nav a:hover, #nav a.active {
	color: #F4AA60;
	background-color: #0485B2;
	}
#nav a.active {
	font-weight: bold;
	}
	
/*--- CONTENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
#content{
	margin:0 auto;
	padding:0 20px 20px 20px;
	width:750px;
	widt\h:710px;
	background:#FFF;
	border:1px solid #B8CDDE;
	text-align:left;
	font-size:85%;
		line-height: 17px; 

}
/*--- FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~---*/
div#footer{
	margin:0 auto;
	color: #666;
	font-size: 80%;
	text-align: center;
	width:785px;
	padding-bottom:10px;
	background:transparent url("../i/bg_footer.gif") bottom center no-repeat;
}

div#footer p{
	padding:0;
	line-height:34px;
	list-style: none;
	height:34px;
	width:750px;
	background: transparent url(../i/bg_nav.gif) repeat-x bottom left;
	border-bottom:1px solid #036697;
	border-top:1px solid #0488B5;
	color:#FFF;
	margin: 8px auto;

}


