/* HOME PAGE CSS*/






.sidebaraid{
	width:210px;
	height:100%;
	position:relative;
	top:20px;
	
}






#navigation-home {
	height: 100%;
	min-height:100%;
	position: absolute;
	background-image: url("../images/menu-side-bar_02.png");
	opacity:0.9;
	trasparence
	margin-left: 10px;
	top: 0px;
	bottom: 0px;
	width: 210px;
	background-color:#666;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	
	

}

#navigation-home ul {
	margin-top: 10px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation-home li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation-home li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-style:none;
}
#navigation-home li a:hover {
	color: #70953B;
	border-style:none;
}

#wrapper-home {
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* WEBSITE CSS*/

#navigation {
	height: 2100px;
	min-height:100%;
	position:absolute;
	margin: 0px 0px 0px 10px;
	top: 0px;
	bottom: 0px;
	width: 210px;
	background-image: url(../images/menu-side-bar_02.png);
	background-repeat:repeat-y repeat-x;
	padding: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333;
	border-collapse: collapse;
	width:452px;
}
th {
	text-align: left;
	padding: 1px 2px 1px 4px;
	border-left: 1px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
td {
	line-height:17px;
	border-left: 1px solid #FFF;
	border-right: 2px solid #FFF;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 4px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#333333;
}

#secondary-content {
	float: right;
	width: 225px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top:50px;
}

#table-content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	float: right;
	width: 440px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 120px;
}

#wrapper {
	background-position: left top;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
}

#navigation ul {
	margin-top: 10px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#navigation li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-style:none;
}
#navigation li a:hover {
	color: #70953b;
	border-style:none;
}

.align_left {
	text-align: left;
}

#container {
	width:725px;
	float:right;
}

img {
	margin: 10px 0px 0px 0px;
	border-style:none;
}

.bg_colour {
	background-color:#E0FFC3
}

#main-content {
	width:715px;
	float:right;
	margin-top:40px;
	padding-left:10px;
	padding-left:0px;
	float:right;
}
