body{
	background: #A0AAB4;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#container{
	width:  750px;
	border: 1px solid #000;
	margin: 10px auto;
}
a{
	color: #406891;
}
a:visited{
	color: #6189B0;
}
a:hover{
	text-decoration: none;
}
h2{
	font-size: 140%;
	border-bottom: 1px solid #999;
}
h3{
	font-size: 110%;
}

#side{
	background: url(../images/shopping_leftbottom.gif) no-repeat #F5F8FA; 
	border-right: 6px solid #B14B4B; 
	padding-top: 18px;
	text-align: center;
}
#side img{
	margin: 0 1px 3px 3px;
}
#contents{
	background: url(../images/right-gradient.gif) repeat-x #fff;
}
#contents_width{
	width: 570px;
	border: 0px;
}
#header{
	border-bottom: 6px solid #000;
}
#logo {
	text-align: left;
	vertical-align: top;
	padding: 0 0 0 5px;
	margin: 0px;
}
#contents ul{
	list-style: square;
}
ul.expand li{
	margin-bottom: 1em;
}
.floatleft{
	margin: 0 10px 10px 0;
	float: left;
}
.floatright{
	margin: 0 0 10px 10px;
	float: right;
}
li.pdf{
	line-height: 16px;
	padding-left: 5px;
	list-style-image: url(../images/pdf-icon.gif);
}
