body {
text-align:center;
font-family: Arial, Helvetica, sans-serif;
/* background-color:#6d719e;  */
background:#fff;
font-size:.8em;
}
table{
font-family: Arial, Helvetica, sans-serif;
font-size:1em;
}

#wrapper { 
width:695px; 
margin:0 auto;
text-align:left;
position:relative;
background-color:#fff;
min-height:500px;
}

#header {
position:absolute;
top:146px;
left:200px;
}


#leftpanel {
width:178px; 
float:left;
background:url('../images/menuback.jpg') no-repeat;
}

#leftpanel #menu { 
min-height:200px;
padding-top:6px;
padding-right:20px;
}
#leftpanel img{ 
margin:0px 0px 0px 20px;
}

#centerpanel {
width:219px;
float:left;
margin:5px;

}
#content {
width:517px;
float:left;
min-height:500px;
}
#content #text{
padding:20px 10px 10px 5px;
}

#rightpanel {
width:288px;  
float:left;
}

#floatimage {
width:288px;  
float:right;
}
.floattextbox {
width:250px;  
float:right;
margin:5px;
padding:5px;
border: 1px solid #ddd
}

#rightpanel #news {
background:url('../images/news.jpg') no-repeat;
height:180px;
}

#rightpanel #news ul {
margin:0px;
padding:35px 8px 0px 30px;
}

#rightpanel #learn {
background:url('../images/aboutspine.gif') no-repeat;
height:100px;
padding:43px 19px 0px 77px;
}

#footer {
clear:both;
background-color:#333366;
color:#fff;
font-size:.7em;
text-align:right;
padding:5px 5px 2px 0px;
}

#questions {
	position:absolute;
	width:380px;
	top:410px;
	left:0px

}

ul {
list-style:square;
}

a:link {
		color:#333366;
		text-decoration:none;
		}
 a:visited {
		color:#333366;
		text-decoration:none;
		}
 a:hover {
		color:#333366;
		text-decoration:underline;
		}
 a:active {
		color:#333366;
		text-decoration:none;
		}
		
strong {
	font-family:Arial, Helvetica, sans-serif;
	color:#333366;
	font-weight:bold;
	}
label {
width: 3.4em;
float: left;
margin-bottom:.7em;
margin-top:.7em;
}
textarea {
margin-left:3.6em;
margin-top:.5em;
}
input {
margin-bottom:.5em;
margin-top:.5em;
}

.button {
margin-left:3.6em;
margin-top:0px;
} 
