* {
	margin:0px;
	padding:0px;
	}
ul,ol {
	margin-left:30px;
	margin-bottom:0.5em;
	}
p,h1,h2,h3,h4,h5,h6 {
	margin-top:1em;
	margin-bottom:1em;
	}
	
body {
	background:url(../assets/background4.jpg);
	font-family:"Bookman Old Style", "Times New Roman" ;
	
     }
p {
	font-size: 0.9em;
	}
/*
div {
	border: 1px solid;
}
*/
#container {
	display:block;
	position:relative;
	margin: 0px auto;
	width:100%;
	height:600px;
	}

a {
	display:inline;
	position:relative;
	color:#4f3511;
	
	}
	
a:visited {

	}
	
a:hover {
	text-decoration:underline;
	}

#navbar {
	display:block;
	position:relative;
	margin:0px auto;
	text-align:center;
	font-size: 0.9em;
	margin:5px;
	}
	
#navbar a {
	display:inline;
	position:relative;
	text-decoration:none;
	color:#4f3511;
	
	}
	
#navbar a:visited {

	}
	
#navbar a:hover {
	text-decoration:underline;
	}

#main_box {
	display:block;
	position:relative;
	width:745px;
	height:388px;
	margin:0px auto;
	}
#ca {
	display:block;
	position:relative;
	width:80px;
	height:388px;
	margin-right:5px;
	float:left;
	}
#ca1 {
	display:block;
	position:relative;
	width:80px;
	height:137px;
	background:#C1D573;
	background-image:url(../assets/overlay1.png);
	}
#ca2 {
	display:block;
	position:relative;
	width:80px;
	height:114px;
	background:#5A7E31;
	background-image:url(../assets/overlay2.png);
	}
#ca3 {
	display:block;
	position:relative;
	width:80px;
	height:137px;
	background:#A7CE4F;
	background-image:url(../assets/overlay1.png);
	}
#cb {
	display:block;
	position:relative;
	width:287px;
	height:388px;
	margin-right:5px;
	float:left;
	}
#cc {
	display:block;
	position:relative;
	width:165px;
	height:388px;
	margin-right:5px;
	float:left;
	}
#ccf {
	display:block;
	position:relative;
	width:350px;
	height:388px;
	margin-right:5px;
	padding:5px;
	float:left;
	overflow:auto;
	}
#cc1 {
	display:block;
	position:relative;
	width:165px;
	height:220px;
	margin-bottom:5px;
	}
#cc2 {
	display:block;
	position:relative;
	width:165px;
	height:162px;
	}
#cd {
	display:block;
	position:relative;
	width:195px;
	height:388px;
	float:left;
	}	
#cd1 {
	display:block;
	position:relative;
	width:195px;
	height:137px;
	}
#cd2 {
	display:block;
	position:relative;
	width:195px;
	height:114px;
	background:url(../assets/points.gif);
	}
#cd3 {
	display:block;
	position:relative;
	width:195px;
	height:137px;
	}
#imgdiv_left{
	display:block;
	position:relative;
	margin-right:10px;
	float:left;
	}
#imgdiv_right{
	display:block;
	position:relative;
	margin-left:10px;
	float:right;
	}
#imgdiv_centre{
	display:block;
	position:relative;
	width:100%;
	text-align:center;
	}
.justify {
	text-align:justify;
	}

.float_left {
	float:left;
	}
.float_right {
	float:right;
	}
