html {
	background: #62605e url(/images/background.gif); 
}
body {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#main {
	margin: auto;
	width: 955px;
}
.side {
	background: #575351 url(/images/side-right.gif) right repeat-y;
}
#side {
	width: 441px;
	height: 299px;
	background: url(/images/side.jpg);
	background-color: inherit;
	color: #ccc;
	padding: 20px; 
}
#side a {
	color: #99cc00;
	text-decoration: underline;
}
#side a:hover {
	text-decoration: none;
}
.white {
	background-color: inherit;
	color: white;
}
.content {
	background: white url(/images/content-left.gif) left repeat-y;
}
.home {
	padding: 20px;
	color: #333;
}
.home a {
	color: #333;
	text-decoration: underline;
}
.home a:hover {
	text-decoration: none;
}
.all {
	text-align: right;
}
.all a {
	color: #993300;
	text-decoration: underline;
}
.one {
	text-align: left;
}
.one a {
	color: #993300;
	text-decoration: underline;
}
.footer {
	color: #4f4f4f;
	padding: 20px;
	font-size: 12px;
}
.black {
	background-color: #ccc;
	color: #4f4f4f;
}
.top {
	text-align: center;
}
.top a {
	color: #993300;
	text-decoration: underline;
}
#bar {
	background-color: inherit;
	color: #ccc;
	padding: 20px; 
}