html{
text-align: center;
}

body{
background-color: #cccccc;
line-height: 1.6em;
text-align: center;
}

ul, li, img, body, html {
margin: 0;
padding: 0;
}

a{
text-decoration: none;
}

a img {
border: none;
}

p {
text-align: left;
}

#container {
text-align: left;
width: 1021px;
margin: auto;
padding: .2em;
}

#container ul,
#container ul li {
list-style-type: none;
}

#header {

}

#header #silver {
margin-top: -.3em;
}

#header p{
text-align: center;
letter-spacing: .19em;
font-size: 1.1em;
}

#mainContent {
float: right;
min-height:75px;
padding: .2em;
}

#sidebar {
float: left;
padding: .2em;
width: 85px;
}

#sidebar ul#nav li{
background-color:#cccccc;
border-bottom: 1px solid #000000;
text-align: center;
padding-right: .5em;
line-height: 1.7em;
font-size: 1.0em;
}

#sidebar ul#nav li:hover {
	border-top: 1px dotted #000000;
	background-color: #0084ff;
}

#nav li a {
text-decoration: none;
color: #000000;
}

#nav li a:hover {
text-decoration: none;
color: #ffffff;
}

.runtime {
font-size: .7em;
font-style: italic;
}

.title {
font-size: .8em;
font-weight: bold;
}

#footer{
text-align: center;
}