#container
{

	text-align: left;
	height: 100%;
}
#middle
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 150px;
	text-align: left;
	width: 574px;
}
#left
{
	float: left;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#00FF00;
	height: 100%;
}

img
{
	border-style: none;
}

#right
{
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#00FF00;
	height: 100%;
}

#centre
{
	width: 380px;
	height: 100%;
	margin-left: 150px;
	margin-right: auto;
	margin-top: 0px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFBF0;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 0px;
	white-space: normal;
	
}
#navigation
{
	width: 150px;
	margin-top: 0px;
	float: left;
	height: 100px;
}
#header
{
	width: 424px;
	height: 166px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	background-image:url(images/header.png)
}

#top
{
	width: 100%;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
#spacer{
display: block;
float: left;
height: 95%;
width: 2px; /* 1px would be enough this is for display only */
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
}
#main_image
{
	margin-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	float: right;
	
}

#footer
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 100px;
	height: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#555555;
	font-weight: normal;
	letter-spacing: 0px;
	text-indent: 0px;
	white-space: normal;
	
}

ul#navbar {
	margin: 0;
	cursor: default;
	list-style-type: none;
	padding:0px;
}

ul#navbar li {
	margin:0px;
	padding:0px;
}

A
{
	color: #febb31;
	text-decoration: none;
	font-variant:small-caps;
	
}

BODY {  
	 /* background-image:url(images/gradient.png);*/
	  background-color: #242021;
	  color: #000000;
	  margin: 0px;
	  text-align:center;
}
hr
{
	border-top: 1px solid #ffffff;
	height: 0;
	width: 75%;
	text-align:center;
}

