/* Default boxes */

body {
	text-align: center;
}

DIV#layout {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

DIV#head {
	height: 105px;
}

DIV#foot {
	background: #D3D3D3;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

/* Site layout */

DIV#bodyLeft {
	width: 599px;
	border-right: 1px solid #D3D3D3;
}

DIV#bodyLeft DIV#title {
	border-bottom: 1px solid #D3D3D3;
	padding: 10px;
}

DIV#contentLeft {
	width: 140px;
}

DIV#contentLeft P {
	text-align: center;
}

DIV#contentRight {
	width: 420px;
	padding: 20px 0px 20px 20px;
	border-left: 1px solid #D3D3D3;
}

DIV#bodyRight {
	width: 160px;
}

DIV#bodyRight P {
	margin: 10px 0px 10px 10px;
	font-size: 0.9em;
}

A.more {
	display: block;
	width: 35px;
	margin-top: 5px;
	background: url("../_img/icons/arrow.gif") no-repeat center right;
}

IMG.m10 {
	margin: -10px 10px 0px 0px;
}

P.note {
	background: #F2F2F2;
	padding: 5px;
}

P.stretcher {
	height: 680px;
}


