body {
	background: #666 url(images/background.gif);
	background-repeat: repeat-x; 
	font-family: Verdana;
	height: 100%;
	margin-top: 0px;
	text-align: center
}

#container {
    background: #000;
	width: 720px;
	margin: 0 auto;
	text-align: left
}

#menu {
    text-align: center;
	border: 0;
	margin: 0;
	background: #000
}
#main {
    width: 710px;
	border-bottom: #000 1px solid;
	margin-top: 10px;
	margin-left: 10px;
	background: #000;

}

p {
    font: 12px Verdana, serif; font-weight: normal; color: #ccc
}

li { font: 12px Verdana, serif; font-weight: normal; color: #ccc
}
.sidebar {
    font: 10px Verdana, serif; font-weight: normal
}

#main #sidebar {
	float:right;
	width:150px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	font: 10px Verdana, serif; font-weight: normal; color: #ccc
}

h1 {
    font: 10px Verdana, serif; font-weight: bold
}

A:link {
   color: #fff;
   text-decoration: none
}
A:visited {
   color: #fff;
   text-decoration: none
}
A:active {
   color: #fff;
   text-decoration: none
}
A:hover {
   color: #fff;
   text-decoration: underline
}