@charset "utf-8";
/* CSS Document */

body { 
	padding: 0px;
	margin: 0px;
	background-color: #A49EF6;
	 font-family: Times New Roman,Times, serif
}

#wrapper {
	overflow: auto;
	margin: 0 auto 0 auto;
	width: 952px;
	height: 768px;
	background-image: url(images/doctors_background.jpg);
	background-repeat: no-repeat;	
}

/************************footer*************************/

#footer {
margin: 0 auto 0 auto;
width: 100%;
color:  white;
background-color: #A49EF6;
text-align: center;
}
 
 #footer a:link , #footer a:visited  {
text-decoration: none;
color: blue;
}
#footer a:active, #footer a:hover {
text-decoration: none;
color: #blue;
}

/**********************links nav*************************/

#bottom_links {
	width: 140px;
	height: 250px;
	float: right;
	margin-top: 170px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	 

}
#bottom_links ul li a:link, #bottom_links ul li a:visited {
font-weight:bold;
color:#ffffff;
text-decoration:none;
font-size:100%;
display:block;
height:2.3em;
}
#bottom_links ul li a:hover, #bottom_links ul li a:active{
color: orange;
text-decoration:none;
}
#bottom_links ul li {


list-style-type:none;
}

/***********************bottom links 2*********************/
#bottom_links2 {
	width: 195px;
	height: 250px;
	float: right;
	margin-top: 170px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0px;

}
#bottom_links2 ul li a:link, #bottom_links2 ul li a:visited {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	font-size:100%;
	display:block;
	height:2.3em;
	

}
#bottom_links2 ul li a:hover, #bottom_links2 ul li a:active{
color: orange;
text-decoration:none;
}
#bottom_links2 ul li {


list-style-type:none;
}
 
/***************************welcome to brightwood text********************/

#welcome_text {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 100px;
}

#welcome_text p {
padding: 20px;
text-indent: 20px ;
}