* {
	padding: 0;
	margin: 0;
} 

body {
	background: #eee;
	font-family: Verdana, Arial, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #333;
}

a {
	text-decoration: none;
}
      
a:link,
a:visited {
	color: #3B8ABF;
}
a:hover {
	color: #111;
}
h1 {
	font-size: 25px;
	font-weight: 100;
	border-bottom: 1px solid #aaa;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 10px 0 10px 0;
	text-align: left;
	letter-spacing: -1px;
}

#wrap {
	width: 800px;
	margin: 20px auto;
}

#header {
	height: 160px;
	background: #eee url(/images/header.png) no-repeat;
}

#content { 
	background: #eee url(/images/content.jpg) repeat-y;
	padding: 0 30px;
}

#left {
	width: 468px;
	float: left;
	text-align: justify;
}
#left p {
	margin: 0 0 20px 0;        
	font-size: 12px;
	line-height: 20px;
}
      
#left ul {
	padding: 0 0 0 40px;
}
      
#left li {
	margin: 0 0 20px 0;      
	list-style-type: square;
	font-size: 15px;
	line-height: 20px;
}

#right {
	width: 230px;
	float: right;
}

#right  h2 { 
	font-size: 25px;
	font-weight: 100;
	border-bottom: 1px solid #aaa;
	line-height: 40px;
	margin-bottom: 20px;
	color: #999;
	padding: 10px 0 10px 0;      
	letter-spacing: -1px;
}
#right ul {
	list-style-type: none;
	font-size: 11px;
	font-weight: 100;
}
      
#right li {
	text-align: left;
	font-size: 11px;
	background: url(/images/bullet.jpg) no-repeat center left;
	padding: 2px 0 2px 20px;
}
#right li a {
	font-size: 13px;
}
#footer {
	background: #eee url(/images/footer.jpg) no-repeat;
	height: 70px;
	line-height: 70px;
	font-size: 11px;
	color: #fff;
	text-align: center;
}

#footer a { 
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fff; 
	text-decoration: underline; 
}
#book {
        margin: 15px 0;
        border: 2px solid #3b8abf;
        padding: 8px;
        background: white;
}
#book img {
        display: block;
        margin: 0 auto 10px;
}
#book a img {
        border: none;
}
#book a { 
        font-weight: bold;
}
#book a:hover {
        text-decoration: underline;
}

