* {
	margin:0px;
	padding:0px;
}

body  {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/page_bkg.jpg); /* background image here */
	margin: 0;
	padding: 0;
	text-align: center;
	color: black;
	padding: 10px 0;
	
}

li { 
	list-style: disc;
	margin-left: 20px;
}

h1 {
	font-size: 16px;
	color: #adadad;
	margin-bottom: 25px;
}

h2 {
	font-size: 14px;
	color: black;
	margin-bottom: 25px;
}

p { margin-top: 15px;}

a:link {color: #CA0000}     /* unvisited link old CA0000 */ 
a:visited {color: #f6931e}  /* visited link */
a:hover {color: red}   /* mouse over link */

#container{
	width: 900px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	
}

#header_main {
	height:175px;
	background: url(images/well_header.jpg) no-repeat; /* header background image */
	border-bottom: 1px solid black;	
	}

#header {
	height:141px;
	}
	

/*.left_content {
	width:15%;
	vertical-align:top;
	background-color: #3b3b3b;
	/*background-image:url(images/side_bar_l.jpg);
	border-right: 1px solid black;
	height: 500px;
	padding: 5px 10px 5px 10px;
	
}*/


.middle_content {
	width:75%;
	vertical-align:top;
	background-color: #dcb970;
	padding: 10px 10px 10px 10px;
	
}

.right_content {
	width:25%;
	vertical-align:top;
	background-color: #dcb970;
	background-image:url(images/side_bar.jpg);
	background-position: top;
	background-repeat: no-repeat;
	border-left: 1px solid black;
	height: 500px;
	padding: 10px 10px 10px 10px;
	
}
#sourceimage {
	margin-right: 10px;
	margin-bottom:10px;
}

