/*----------------------body------------------------*/

.body {
	background-color:#FFFFFF;
	clear:both;
	display: block;
	float:none;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:780px;
}

.body img {
	float:left;
}

/*----------------------header------------------------*/

.header {
	background-image:url("../../images/bg_header.gif");
	background-position:0% 0%;
	background-repeat:no-repeat;
	clear:both;
	height:140px;
	width:780px;
}

.header span {
	clear:both;
	display:block;
}

.header span.titleTop {
	color:#326758;
	font-size:150%;
	font-style:normal;
	font-weight:bold;
	margin:75px 0px 4px 0px;
	padding:0px;
}

.header span.titleTop span {
	clear:none;
	display:inline;
	font-size:70%;
}

.header span.titleBottom {
	font-size:130%;
	font-style:normal;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*----------------------content------------------------*/

.content {
	background-color:#EBF0EF;
	overflow:visible;
	padding:20px 20px 5px 20px;
	width:560px;
}

.content p {
	text-align:justify;
}

.content ul {
	float:left;
	padding-right:10px;
	width:530px;
}

.contentLeft,
.contentRight {
	width:270px;
}

.contentLeft {
	margin:0px 20px 0px 0px;
}

.sobriety {
	width:560px;
}

.sobrietyLeft,
.sobrietyRight {
	width:270px;
}

.sobrietyLeft {
	margin:0px 20px 0px 0px;
}

.sobrietyRight {
	display:none;
}

.sobriety h2 {
	margin:0px 0px 10px 0px;
}

/*----------------------menu------------------------*/

.menu {
	margin:0px 0px 0px 20px;
	width:160px;
}

.menu ul {
	border-top:1px solid #326758;
	border-bottom:1px solid #326758;
	padding-top:1px;
	width:160px;
}

.menu ul li {
	margin:0px 0px 1px 0px;
	padding:0px;
	width:160px;
}

.menu ul li a {
	background-color:#EBF0EF;
	color:#326758;
	display:block;
	font-weight:normal;
	padding:5px 10px 5px 10px;
	text-decoration:none;
	width:140px;
}

.menu ul li.on a,
.menu ul li a:hover {
	background-color:#326758;
	color:#FFFFFF;
	text-decoration:none;
}

.menu ul li.extra {
	border-top:1px solid #326758;
	padding-top:1px;
}

