/* think it thru stylesheet */
/* revised 2007-09-07 SD */
body { 
font-family: Verdana, Arial, sans-serif;
text-align: center;
margin: 0;
font-size: 12px;
}

#container {
	text-align: left;
	width: 712px;
	margin: 0 auto;
	background: url(images/flood2.gif) repeat-y 100% 0;
}

h1 {
	margin: 0;
	padding: 0;

}

#menu {
	float: left;
	width: 106px;
	display: inline;
	margin-left: 0px;
	padding: 0; 
	/*border: 1px solid blue;*/
	background: url(images/nav.jpg) no-repeat 0 0;
	height: 428px;
}


#menu ul {
	margin: 0;
 text-align: right;
 list-style-type: none;
 margin: 0;
 padding: 10px 10px;

}

#menu ul li {
	padding-bottom: 6px;
}

#menu a.being-bullied {
	display: block;
	background: url(images/being-bullied2.gif) no-repeat 0 0;
}
#menu a:hover.being-bullied {
	background-position: -100px;
}

#menu a.out-of-control {
	display: block;
	background: url(images/out-of-control2.gif) no-repeat 0 0;
}
#menu a:hover.out-of-control {
	background-position: -100px;
}

#menu a.self-harming {
	display: block;
	background: url(images/self-harming2.gif) no-repeat 0 0;
}
#menu a:hover.self-harming {
	background-position: -100px;
}

#menu a.low-self-esteem {
	display: block;
	background: url(images/low-self-esteem2.gif) no-repeat 0 0;
}
#menu a:hover.low-self-esteem {
	background-position: -100px;
}

#menu a.losing-control {
	display: block;
	background: url(images/losing-control2.gif) no-repeat 0 0;
}
#menu a:hover.losing-control {
	background-position: -100px;
}

#menu a.future-planning {
	display: block;
	background: url(images/future-planning2.gif) no-repeat 0 0;
}
#menu a:hover.future-planning {
	background-position: -100px;
}

#menu a.contact-us {
	display: block;
	background: url(images/course-details2.gif) no-repeat 0 0;
}
#menu a:hover.contact-us {
	background-position: -100px;
}

#menu a.order-form {
	display: block;
	background: url(images/order-form2.gif) no-repeat 0 0;
}
#menu a:hover.order-form {
	background-position: -100px;
}

#menu a.preview {
	display: block;
	background: url(images/preview2.gif) no-repeat 0 0;
}
#menu a:hover.preview {
	background-position: -100px;
}



#main_body {
	z-index: 1020;
		float: left;
	margin-left: 0;
padding: 0 0 0 24px;
	width: 582px;
	/* border: 1px solid red; */
	background: url(images/body.jpg) no-repeat 0 0;
	 height: 428px; 

}

#main_body td {
	padding: 0;
}

#side {
z-index: 1050;
float: right;
text-align: center;
}
#side img {
	display: block;
	text-align: center;
	padding: 10px;
}
#side img.img_bottom {
	margin-top: 240px;
}

#footer {
	z-index: 1000;
 clear: both;
 background-color: #000000;
 text-align: center;
 padding: 5px;
 color: #ffffff;
 font-size: 80%;
} 

#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

h2 {
	padding: 0;
	margin: 14px 0 0 0;
	color: #cc6600;
	font-size: 16px;
	font-weight: bold;
}



#main_body ul li {
	padding-bottom: 8px;
}

hr {
	color: black;
	background-color: black;
	height: 1px;
	border: 0px;
}

form {
	padding: 0;
	margin: 0;
}
input.symbol {
	width: 1em;
}