body {
	/* background: #FFF url('images/bg.jpg') repeat-y center; */
	}

#header {	
	width: 650px;
	float: left;
}

#page {
	background: #ffffff;
	margin: 0 auto; 
	width: 650px;
	border: 1px solid #cccccc;
}

#menu {
	background: #000 url('2010images/chess.jpg') no-repeat center;
	clear: both;
	float: left;
	width: 650px;
	height: 250px;
}

#menu img {
	margin-bottom: 7px;;
	}

#presentation {
	float: left;
	
}

#content {
	clear: both;
	margin: 0 auto; 
	width: 550px;
}



.leftpane{
	clear: left;
	float: left;
	width: 245px;
	margin-right: 25px;
}

.leftpane1{
	clear: left;
	float: left;
	width: 245px;
	margin-right: 25px;
	border: 0px solid #000;
}

.leftpanehp{
	clear: left;
	float: left;
	width: 270px;
	margin-right: 13px;
}

.rightpane{
	float: left;
	width: 245px;
	margin-left: 25px;
}

.rightpane1{
	float: left;
	width: 245px;
	margin-left: 25px;
	border: 0px solid #000;
	
}

#footer, #footer1, #footer2 {
	margin: 0 auto; 
	width: 550px;
	clear: both;
}


p, legend, input{
	font: normal 10pt arial;
	color: #000;
	margin-left: 5px;
	text-align: left;
}

#footer p{
	font-size: 8pt;
	text-align: center;
}

ul {
	font: normal 10pt arial;
}

ol {
	font: normal 10pt arial;
}

li {
	list-style-position: outside;
	line-height: 1.1;
	text-align: left;
}

h1 {
	font: normal bold 14pt arial;
	color: #000;
	clear: both;

}

h2, h3, h4, h5 {
	font: normal bold 12pt arial;
	color: #000;
}

.largebullets {
	font-size: 12pt;
	}

a:link {
	color: #000;
}

a:visited {
	color: #333;
}

a:hover {
	color: #FE0000;
}

a:active {
	color: #FE0000;
}

