* {
padding: 0;
margin: 0;
}

body {
background-color: #fcf;
font: 16px Arial, Helvetica, sans-serif;
text-align: center;
}

a:link {
color: #00f;
text-decoration: underline;
}

a:visited {
color: #800080;
text-decoration: underline;
}

a:hover {
color: #f00;
text-decoration: none;
}

ul {
list-style-type: none;
}

li {
margin-top: 3px;
}

h2 {
margin-bottom: 20px;
font-size: 16px;
}

img {
border-style: none;
}

#wrapper {
background-color: #fff;
width: 876px;
padding: 20px 0;
margin: 0 auto;
text-align: left;
}

#header {
background-color: #fff0ff;
padding: 20px;
margin: 0 20px 20px;
border: 1px solid #fcf;
}

#cams {
background-color: #fff0ff;
padding: 20px 10px;
margin: 0 20px 20px;
border: 1px solid #fcf;
}

#cams h2 {
margin-left: 10px;
}

#cams p {
text-align: center;
}

.left {
float: left;
width: 50%;
}

.left .box {
background-color: #fff0ff;
padding: 20px;
margin: 0 10px 0 20px;
border: 1px solid #fcf;
}

.right {
float: right; width: 50%;
}

.right .box {
background-color: #fff0ff;
padding: 20px;
margin: 0 20px 0 10px;
border: 1px solid #fcf;
}

#favorites {
clear: both;
background-color: #fff0ff;
padding: 20px;
margin: 0 20px 20px;
border: 1px solid #fcf;
}

#favorites li {
margin-top: 5px;
}

#friends {
clear: both;
background-color: #fff0ff;
padding: 20px;
margin: 0 20px 20px;
border: 1px solid #fcf;
}

div.clear {
clear: left;
height: 0px;
}

div.spacer {
clear: both;
height: 20px;
}

.toplist {
float: left;
width: 25%;
display: inline;
font-size: 13px;
}

#footer {
clear: both;
background-color: #fff0ff;
padding: 20px;
margin: 0 20px 20px;
border: 1px solid #fcf;
font-size: 13px;
}

#footer p {
text-align: center;
}

#legal {
margin: 20px;
font-size: 16px;
}

#copyright {
margin-top: 20px;
font-size: 9px;
text-align: center;
}

#linkeez {
margin: 0 20px;
font-size: 13px;
text-align: center;
}

#linkeez li {
display: inline;
}

