body {
	background: #1f1f1f;
	color: #b3b3b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 20px 20px;
	text-align: center;
	font-size: 0.75em;
}

img {
	border: 0px;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover, {
	color: #ff0000;
}

#container { 
	background: url(images/sidebar_right.png) repeat-y #2f2f2f right;
	margin: 0px auto;
	text-align: left;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	position: relative;
}

#container, .wrapper {
	width: 780px;
}

#pageHeader {
	height: 54px;
	background: repeat-x url(images/header_bg.png);
}

#pageHeader h1 {
	padding-left: 40px;
	padding-top: 4px;
	margin: 0;
	color: #ffffff;
	font-size: 1.6em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;

}

#pageHeader h2 {
	padding-left: 40px;
	margin: 0;
	color: #ffffff;
	font-size: 1.3em;
	text-shadow: 0px 1px 2px #001f2f;
	font-weight: normal;
}

#contentContainer {
	margin-right: 190px;
	padding-top: 10px;
	padding-bottom: 20px;
	line-height: 2em;
	background: url(../style/images/tenticles.gif) no-repeat top right;
}

#contentContainer #content {
	padding-right: 40px;
	padding-left: 40px;
}

#sidebarContainer {
	width: 188px;
	float: right;
	line-height: 1.4em;
	position: relative;
	z-index: 5;
}

#sidebarContainer .sideFooter {
	background: repeat-x url(images/footer_bg.png) center center;
	color: #ffffff;
	padding-top: 7px;
	padding-left: 10px;
	padding-bottom: 7px;
}

#footer {
	height: 32px;
	background: repeat-x url(images/footer_bg.png);
	display: block;
	clear: both;
	font-size: 0.75em;
	text-align: center;
	color: #b3b3b3;
}

#footer p {
	font-size: 1.2em;
	margin: 0;
	padding-top: 8px;
	text-shadow: 0px 1px 1px #001f2f;
}


#breadcrumbcontainer {
	border-bottom: 1px solid #454545;
	margin-bottom: 20px;

}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
	font-size: 80%
}


#navcontainer {
	margin-bottom: 10px;
	line-height: 2.7em;
}


#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#navcontainer a {
	height: 36px;
	display: block;
	padding-left: 10px;
	color: #ffffff;
	text-shadow: 0px -1px 1px #000000;
	text-decoration: none;
	background: repeat-x url(images/button_normal.png) left top;
}

#navcontainer #current {
	color: #FF8172;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(images/button_over2.png) repeat-x;
}

#navcontainer a:hover {
	color: #8D96FC;
	text-shadow: 0px -1px 3px #2b6568;
	background: url(images/button_over.png) repeat-x;
}

#bottom {
	position: relative;
	padding-top: 10px;
	text-align: center;
}

#centre {
	text-align: center;
}
