*{
	padding: 0px;
	border: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background: url(../images/background.png) repeat-x;

}



#wrapper{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 850px;
	

}


h1{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 18px;
	color:#00aeef;
	letter-spacing: -0.1em;
}

h2{
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#000;
	letter-spacing: -0.1em;
}

#header{
	position:relative;
	height: 63px;
	width: 848px;
	float: left;
	padding: 0 0 0 0;
	background: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}



#mainNav{
	width:848px;
	height:23px;
	position:relative;
	float: left;
	background: url(../images/navback.png) repeat-x;
	background-color:#09d;
	list-style: none;
	line-height: 100%;
	color: #fff;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

#mainNav li{
float:left;
position:relative;
}

#mainNav a{
	position: relative;
	float: left;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
}

#mainNav a:hover{
	background-position: 0 -23px;
}

#mainNav a.active{
	background-position: 0 -23px;
}


#btn1 a{
	width:141px;
	background: url(../images/home.png) top left no-repeat;
}
#btn2 a{
	width:141px;
	background: url(../images/accounting.png) top left no-repeat;
}

#btn3 a{
	width:141px;
	background: url(../images/strategy.png) top left no-repeat;
}

#btn4 a{
	width:141px;
	background: url(../images/training.png) top left no-repeat;
}

#btn5 a{
	width:141px;
	background: url(../images/jobs.png) top left no-repeat;
}

#btn6 a{
	width:141px;
	background: url(../images/about.png) top left no-repeat;
}



#photo{
	position:relative;
	height: 298px;
	width: 848px;
	float: left;
	padding: 0 0 0 0;
	background:#fff;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
}

#main_content{
	position:relative;
	padding: 0px 10px 0px 200px;
	width: 479px;
	height: 550px;
	background: #fff;
	float: left;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background: url(../images/mainbackground.png);
	border-left: 1px #000 solid;
	
}


#main_content a{
	text-decoration: none;
	color:#00aeef;
}

#content{
	position:relative;
	padding: 0px 10px 0px 15px;
	width: 664px;
	height: 550px;
	background: #fff;
	float: left;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border-left: 1px #000 solid;
	
}


#content a{
	text-decoration: none;
	color:#00aeef;
}

#content ol{
	font-size: 10px;
	font-style: italic;
	padding: 0px 0px 0px 15px;
}

#footer{
	position: relative;
	float: left;
	width: 822px;
	height: 30px;
	background:#000;
	list-style: none;
	color: #fff;
	padding: 0px 10px 2px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#sidebar {
	position: relative;
	float: left;
	width: 138px;
	height: 550px;
	padding: 0px 10px 0px 10px;
	background:#fff;
	text-align: center;
	border-left: 1px #000 dotted;
	border-right: 1px #000 solid;
    }
#sidebar img {
margin-top: 3px;
}