@charset "utf-8";

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-top: 0;
 margine-bottom: 0;
 background-image: url(images/background-ibs.jpg);
 background-repeat: repeat-x;}
}
#wrapper { 
 margin: 0 auto;
 width: 780px;
}
#header {
 color: #333;
 width: 780px;
 border: 0px solid #ccc;
 height: 151px;
 margin: 0px 0px 0px 0px;
 background-image: url(images/ibs-top-image.jpg);
 background-repeat: no-repeat;
}
#navigation {
 width: 780px;
 hight: 71px;
 margin: 0px 0px 5px 0px;
}
#leftcolumn { 
 background-image: url(images/left-img.jpg);
 background-repeat: no-repeat;
 margin: 0px 0px 5px 0px;
 padding-top: 45px;
 height: auto;
 width: 150px;
 float: left;
 
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #f7f7f7;
 margin: 0px 0px 5px 25px;
 padding: 5px;
 height: auto;
 width: 590px;
 display: inline;
 float: left;
 position: relative;
}

a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006633;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: underline;
	color: #006633;
}
.heading1 {color: #FFFFFF
}

.h1 {
 	font-family: Tahoma;
	font-size: 24px
}

.h2 {
 	font-family: Tahoma;
	font-size: 20px
}