body {
background: #fff;
margin: 0px;
padding: 5px;
}

div {
border: 0px solid #000;
margin: 0px;
padding: 0px;
}

p, ul {
font-size: 12px;
font-family: Verdana, Arial;
color: #000;
font-weight: bold;
}

p.yellow {
background: #ffa;
padding: 8px;
border-right: 2px solid #000;
border-bottom: 2px solid #000;
margin-bottom: 30px;
margin-top: 0px;
}

div.grey {
background: #fbd359;
padding: 0px;
border-right: 2px solid #888;
border-bottom: 2px solid #888;
margin-bottom: 30px;
margin-top: 0px;
}

div.book {
height: 150px;
background: url(images/question.png) top left no-repeat;
padding-left: 160px;
margin-bottom: 30px;
}

div.book p {
font-family: Helvetia;
font-size: 30px;
font-weight: normal;
}

p.grey {
background: #2c5595;
color: #fff;
padding: 8px;
border: none;
margin-top: 0px;
font-size: 16px;
}

li {
padding-top: 5px;
padding-bottom: 5px;
}

#header {
margin-left: 30px;
margin-right: 30px;
border-bottom: 1px dashed #000;
text-align: center;
}

#footer {
margin-left: 30px;
margin-right: 30px;
border-top: 1px dashed #000;
}

h2 {
font-family: georgia, impact;
background: #cce1ff;
margin: 0px;
padding: 5px;
color: #333;
text-transform: uppercase;
font-size: 16px;
border-top: 2px solid #000;
border-left: 2px solid #000;
text-decoration: underline;
} 

.satisfaction {
background: url('images/satisfaction.jpg') top right no-repeat;
}

.tv {
background: url('images/tv.jpg') top left no-repeat;
}

#wrap {
width: 960px;
margin: 0px auto;
}

#wrapleft {
float: left;
width: 200px;
background: #cce1ff;
border-right: solid 1px #000;
}

#wrapleft li.selected {
background: #fff;
text-align: center;
text-decoration: none;
color: #a00;
margin-top: 5px;
border: solid 1px #000;
border-right: solid 0px #000;
margin-right: -1px;
}

#wrapleft a, #wrapleft a:visited {
color: #000;
font-family: 'comic sans ms', Arial;
font-size: 12px;
}

#wrapleft a:hover {
color: #fff;
background: #000;
}

#wrapleft li.selected  a, #wrapleft li.selected  a:visited, #wrapleft li.selected  a:hover{
color: #a00;
background: #fff;
}

#wrapcenter {
float: left;
margin-left: 10px;
margin-right: 8px;
margin-top: 10px;
max-width: 540px
}

#wrapright {
float: right;
width: 200px;
background: #fff;
margin-top: 25px;
}

#wrapright a, #wrapright a:visited {
color: #00F;
}

#wrapright a:hover {
color: #F00;
}

.clear {
clear: both;
}

div.left {
float: left;
width: 210px;
padding-left: 6px;
padding-bottom: 8px;
}

div.right {
float: right;
width: 300px;
padding-right: 10px;
}

span.right {
float: right;
}

img.screen {
border: solid 1px #666;
}

a.visit, a.visit:visited {
color: #00f;
font-size: 18px;
font-weight: bolder;
font-family: 'comic sans ms', impact;
text-transform: uppercase;
}

a.visit:hover {
color: #f00;
background: #fff;
}