/**************************************************/
/*	STYLE										  */
/*   									 	      */
/*	This is the style sheet for the adoption site */
/*	It adds style to the agency layout.           */
/*												  */
/* 	LAST MODIFIED: 26 APRIL 2011 by Hannah 		  */
/**************************************************/
   
body {
	background: #bebab7 fixed;
	font-size: x-small; 
	color: #bebab7; 
	line-height: 3px; 
	font-family: verdana;
	text-align: left;
}

#layout {
	position: relative; 
	background-color: #bebab7;
	width: 999px;
	height: 570px;
	text-align: center;
	vertical-align: center;
	overflow: hidden;
}

h1 {
	text-align: left;
}

h2 {
	font-family: verdana;
	font-size: x-small; 
	color: #ffffff; 
	font-weight: bold;
}

#menu {
	position: absolute; 
	top: 52px; 
	left: 699px; 
	width: 268px; 
	height: 170px; 
	overflow: auto;
	text-align: center;
	overflow: hidden;
	font-family: verdana;
	font-size: x-small; 
	color: #bebab7; 
	line-height: 13px; 
}

#main {
	position: absolute; 
	top: 127px; 
	left: 189px; 
	width: 299px; 
	height: 426px; 
	overflow: hidden;
}

#imain {
	text-align: center;
	border: 0px;
	width: 299px;
	height: 426px;
}

#poll, #appeal {
	position: absolute; 
	text-align: center;
	top: 315px; 
	left: 699px; 
	width: 268px; 
	height: 237px; 
	overflow: hidden;
}

#ipoll {
	text-align: center;
	border: 0px; 
	width: 273px;
	height: 239px;
}

#copyright {
	color: #826358;
	position: relative; 
	top: 10px; 
}

a:link {
	color: #FFFFFF; 
	text-decoration: none;
}

a:visited {
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover {
	color: #FFFFFF; 
	background-color: #D39975; 
	text-decoration: underline overline;
}

table {
	width: 256px;
	border: 1px solid #bebab7;
	padding: 3px;
	background: #826358;
	vertical-align: top;
}

#imgtd {
	width: 80px;
	background: #826358;
	vertical-align: top;
	text-align: center;
	font-size: x-small; 
	color: #bebab7; 
	font-family: verdana;
	border: 1px solid #bebab7;
}

#texttd {
	background: #826358;
	vertical-align: top;
	text-align: left;
	font-size: x-small; 
	color: #bebab7; 
	font-family: verdana;
	border: 1px solid #bebab7;
}

