body {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	color: #09417F;
	background-color:#C9D9EB;
	font-size:14px;
	background-image:url('bg.jpg');
	background-repeat:repeat-y;
	background-position:center;
}
.noodle {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 10px;
  }
noodle:hover {
text-decoration: underline;

}
ul 
{
list-style-image: url('arrow.jpg');
color: #09417F;
marker-offset: auto;
}
a{
color: #09417F;
text-decoration: none;
font-weight: bold;
font-size: 15;
}
a:hover{
text-decoration: none;
color: #666666;
}

a#email{
color: #09417F;
text-decoration: underline;
font-size: 12;
font-weight: normal;
}
a#email:hover{
text-decoration: underline;
color: #666666;
}

.bottom{
height: 40px;
width: 820px;
	background-image:url('bottom_bg.jpg');
	background-repeat:repeat-x;
	background-position:bottom;
}