body {
	background-color:#FFF;
	padding:50px;
	padding-top:5px;
	background-image:url(../images/background/dark_back.jpg);
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	text-align:center;
}

#a {
color:#;
}

#wrapper {
margin:auto;
width:850px;
height: 20px;
}

#header{
	background-image:url(http://creativityabounds.com.au/wendy/images/header/title.png);
	background-repeat:no-repeat;
	width: 650px;
	height: 130px;
	position:relative;
	padding: 0px 0;
	margin:auto;
	left:45px;

}

/* MENU CODE STARTS !! */

#colin{
margin:auto;
width:250px;
height:inherit;
float:left;
list-style: none;
padding: 0;

}

#menu {
	list-style: none;
	padding: 0;
	z-index:7;
		
}

#menu span {
	display: none;
	position: absolute;
	padding:0;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
	padding:0;
	
}
#menu a:hover{
	background-position: 0px -70px;
}
#menu a:hover span{
	display: block;
}

/* items in menu */


#menu .home {
	width: 250px;
	height: 70px;
	background:url(../images/menu/home.png) no-repeat;
	left: 0px;
	top: 0px;
}

#menu .about {
	width: 250px;
	height: 70px;
	background: url(../images/menu/about.png) no-repeat;
	left: 0px;
	top: 70px;
	
}


#menu .infosheets {
	width: 250px;
	height: 70px;
	background: url(../images/menu/infosheets.png) no-repeat;
	left: 0px;
	top: 140px;
}



#menu .affil {
	width: 250px;
	height: 70px;
	background:	url(../images/menu/affil.png) no-repeat;
	left: 0px;
	top: 210px;
}

#menu .contact {
	width: 250px;
	height: 70px;
	background: url(../images/menu/contact.png) no-repeat;
	left: 0px;
	top: 280px;
}


/* END OF MENU CODE !! */




#c_bg{
	background-image:url(../images/background/light_back.jpg);
	margin:auto;
	width:688px;
	height:auto;
	float:right;
	top:-45px;
	left:-45px;
	position: relative;
	z-index:-5;
	min-height:400px;


}

#content{
margin:auto;
width:550px;
height:auto;
min-height:400px;
padding:8px 25px 10px 45px;
float:right;
text-align:justify;
z-index:2;
position:relative;


}
#jnrwrapper{
	margin:auto;
	width:850px;
	top:150px;
	position:absolute;
	z-index:-4;
}

#footer{
width: 850px;
height:90px;
margin:auto;
position:relative;
left:-230px;
top:-170px;
bottom:0px;


}
