/******************************/
/****     Copyright cb     ****/
/******************************/

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #333;
	background:#227eae;
}

a:link, a:visited {
	color:black;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration:;
	font-weight: normal;
	background: #227eae;
	color:white;
	
}

div#wrapper {
	width:800px;	
	margin-left:0px;
	min-height:200px;
}

div#border {
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	background: white;
	}

div#header {
	background: url(images/header.jpg) 0 0 no-repeat;
	height:100px;
	margin-top:20px;
	width:800px;	
	}

div#nav_wrapper {
	float:left;
	}

div#navigation_top {
	margin-top:10px;
	height:20px;
	width:130px;
	border-right:1px solid #b4b4b4;
	border-left:1px solid #b4b4b4;
	background: url(images/bg.jpg) 0 0 repeat-x;
	text-align:center;
	padding-top:4px;
	}
  
 div#navigation {
	width:130px;
	background: #f3f2f2;
	}

div#content {
	width:638px;
	margin-left:140px;
	padding-top:10px;
	text-align: justify;
	padding-right:10px;
	}
	



