body,html {
margin:0;
padding:0;
}
body {
background:#E6E6E6 url() repeat-x;
text-align:center;
font:1em/1.2em "Trebuchet MS", "Arial", sans-serif;
color:#000;
}
#container {
text-align:left;
width:800px;
background:#ccc;
border:1px solid #000;
margin:20px auto 0;
}
#header {
height:150px;
background:#000 url('/images/header.jpg') no-repeat;
text-align:center;
}
#content {
font:1em "Arial", sans-serif;
width:780px;
float:left;
padding:10px;
}
#footer {
background:#fff url('/images/stripe.gif');
clear:both;
text-align:center;
height:40px;
padding:5px;
}
#navigation {
font:1.1em "Arial", sans-serif;
list-style:none;
margin:0;
padding:0;
}
#navigation li {
float:left;
}
#navigation li a {
background:#515151;
color:#fff;
display:block;
text-align:center;
text-decoration:none;
width:133.33px;
padding:7px 0;
}
#navigation li a:hover {
background:#DF0;
color:#000;
}
a:visited,a:link {
text-decoration:none;
color:#240484;
}
a:hover {
color:#ed1c24;
text-decoration:underline;
}
blockquote {
color:#eee;
background:#515151 url('');
border:3px #eee solid;
display:block;
font:1em "Arial", sans-serif;
margin-left:20px;
padding:10px;
}
blockquote a:visited,blockquote a:link {
color:#fff;
text-decoration:underline;
}
h1 {
border-bottom:1px solid #C3C3C3;
color:#666;
font-family:Georgia, 'Trebuchet MS', Helvetica, sans-serif;
font-size:1.1em;
letter-spacing:1px;
width:780px;
margin:0 0 10px;
}
h3 {
letter-spacing:.125em; 
text-align:left
font:1.1em arial,helvetica,sans-serif;
margin:0;
border:0;
}
ul {
list-style-type:square;
}
img {
border: 0 none;
}
.left {
float:left;
width:480px;
}
.right {
float:right;
width:170px;
}
.ownedbox {
background:#fff;
border:1px #000 dotted;
width:690px;
padding:10px;
height:200px;
}