html, body {
	background-color: #ffffff;
	text-align: center;
	border: 0;
	margin: 0px;
	padding: 0px;
	height: 100%
	}

#pageWrapper {
	width: 1000px;
	margin: 0px auto;
	min-height: 100%
}
#header {
	width: 1000px;
	height:100px;
	padding:0px;
	background-image:  url("../images/backgrounds/headerBG.gif");
	background-repeat: no-repeat;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

#contentWrapper {
	width: 960px;
	padding: 10px;
	margin: 0px auto;
	position:relative;
	border-left:10px solid #06B4E6;
	border-right:10px solid #06B4E6;
	}

#navigation {
	width: 1000px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}	
	
	
.colWrapper {
	width: 1000px;
	height: 100%;
	position: relative;
	text-align:center;
	float: left;
	}	

#leftColumn {
	width: 175px;
	float: left;
	padding: 0px 10px 10px;
	background:none;
	}
	
#mainColumn {
	width: 534px;
	float: left;
	text-align: left;
	padding: 0px 20px 10px 20px;
	background:none;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
#rightColumn {
	width: 175px;
	float: left;
	text-align: left;
	padding: 0px 10px 10px 10px;
	background:none;
}

#footer {
	width: 980px;
	padding: 0px 10px 0px 10px;
	margin: 0px auto;
	clear: both;
	height: 71px;
	background-image: url("../images/backgrounds/footerBG.gif");
	background-repeat:none;
	}
	
	
/* SOME GENERAL DIV SEPARATORS */
	
.clear{
	clear:both;
	}	
.left{
	float:left;
	}	
.right{
	float:right;
	}				


/* A BIT OF FORMATTING */


	
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 15px 35px 0px 30px;
	text-align:left;
	}

#navbar {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	height: 34px;
	list-style: none;
	background-image: url("../images/menubar/navBarblank.gif");
	background-repeat: no-repeat;
}


/* NAVBARS */

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 34px;
	text-indent: -5000px;
	background-image: url("../images/menubar/navBar.gif");
}
#navbar #home {
	background-position: 0px 0px;
	width: 92px;
}
#navbar #home:hover {
	background-position: 0px -34px;
}
#navbar #pigs {
	background-position: -92px 0px;
	width: 207px;
}
#navbar #pigs:hover {
	background-position: -92px -34px;
}
#navbar #dairy {
	background-position: -299px 0px;
	width: 221px;
}
#navbar #dairy:hover {
	background-position: -299px -34px;
}
#navbar #background {
	background-position: -520px 0px;
	width: 156px;
}
#navbar #background:hover {
	background-position: -520px -34px;
}

#navbar #contact {
	background-position: -676px 0px;
	width: 120px;
}
#navbar #contact:hover {
	background-position: -676px -34px;
}

/* language navbar.. */

#language {
	width: 270px;
	margin: 0;
	padding: 0 0 0 25px;
	height: 22px;
	list-style: none;
}

#language li {
	float: left;
}

#language a {
	text-decoration: none;
	display: block;
	height: 22px;
	text-indent: -5000px;
	background-image:url(../../images/flags/flags.gif);
	width: 35px;
}
#language #en {
	background-position: 0px -22px;
}
#language #en:hover {
	background-position: 0px 0px;
}
#language #es {
	background-position: -35px -22px;
}
#language #es:hover {
	background-position: -35px 0px;
}
#language #fr {
	background-position: -70px -22px;
}
#language #fr:hover {
	background-position: -70px 0px;
}
#language #de {
	background-position: -105px -22px;
}
#language #de:hover {
	background-position: -105px 0px;
}

#language #dk {
	background-position: -140px -22px;
}
#language #dk:hover {
	background-position: -140px 0px;
}

#language #pl {
	background-position: -175px -22px;
}
#language #pl:hover {
	background-position: -175px 0px;
}


#language #it {
	background-position: -210px -22px;
}
#language #it:hover {
	background-position: -210px 0px;
}


/* Home page boxes */

#homeBoxPig {
	margin:20px 6px 0 0;
	padding: 0 2px 0 70px;
	float:left;
	width:168px;
	height:150px;
	border:1px solid #CCC;
	background-image:url(../../images/backgrounds/pig_bg.jpg);
}

#homeBoxDairy {
	margin:20px 0 0 6px;
	padding: 0 2px 0 70px;
	float:left;
	width:168px;
	height:150px;
	border:1px solid #CCC;
	background-image:url(../../images/backgrounds/dairy_bg.jpg);
}


/* Box to sit at the top of the right hand side bar */

#sideBox {
	margin: 5px 0 10px 0;
	padding: 5px;
	width:162px;
	border:1px solid #CCC;
	text-align:center;
}
