body {
	background-color: #bc5a6d;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:#000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	display: block;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
img {
	border: none;
}
.img {
	padding-top: 10px;
	padding-bottom: 10px;
}


a:visited {
	text-decoration: none;
	color:#000000;
}

a:hover {
	text-decoration: underline;
	color:#BC5A6D;
}
a:active {
	text-decoration: underline;
	color:#000000;
}
#container {
	width: 990px;
	margin: 0 auto;
}
#container #left_side {
	background-image: url(/btec/_images/sidebar.jpg);
	background-repeat: no-repeat;
	height: 665px;
	width: 102px;
	position: relative;
	float: left;
	z-index:20;
}
#container #left_side #logo {
	background-image: url(/btec/_images/logo.png);
	background-repeat: no-repeat;
	height: 156px;
	width: 156px;
	position: relative;
	z-index: 20;
	float: left;
}
#container #left_side #contact{
	color: #FFF;
	position: relative;
	width: 220px;
	top: 530px;
	display: inline;
	float:right;
	right: 10px;
}
#container #left_side #contact p, #container #left_side #contact a{
	color: #FFF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 220px;
	text-align: right;
	display: block;
}

#container #wrapper {
	margin-left: 102px;
	background-image: url(/btec/_images/image.jpg);
	background-repeat: no-repeat;
	height: 1200px;
	background-color: #FFF;
	background-position: center bottom;
	width: 887px;
	position: relative;
	left: 0px;
	min-height: 900px;
}

#container #wrapper #logos {
	position:relative;
	float:right;
	top:10px;
	z-index:10;
}
#container #wrapper #content{
	margin: 0px 20px 10px 60px;
	height: 570px;
	padding: 60px 0 0 0;
	position:relative;
	z-index:20;
}
#container #wrapper #nav {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height: auto;
}
#container #wrapper #nav #left {
	width: 300px;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: -2px;
}
#container #wrapper #nav #left li {
	background-image: url(/btec/_images/nav-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 56px;
	display: block;
	padding-top: 5px;
}
#container #wrapper #nav #left li a {
	display: block;
	padding-top: 12px;


}


#container #wrapper #nav #right {
	float: right;
	width: 300px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	left:2px;
}
#container #wrapper #nav #right li {
	background-image: url(/btec/_images/nav-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 56px;
	padding-top: 5px;
	display: block;
	}
#container #wrapper #nav #right li a {
	display: block;
	padding-top: 3px;
}
