#container {
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	overflow: hidden;
}
#container #side-left {
	float: left;
	height: 500px;
	width: 130px;
	background-image: url(../Images/side-bar-logo-01.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #side-right {
	background-color: #4A5557;
	float: left;
	height: 488px;
	width: 770px;
	background-image: url(../Images/4x4.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #e8d0a9;
}
#container #side-right #menu {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
	padding-left: 50px;
	padding-top: 45px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-repeat: no-repeat;
	background-position: right top;
}
#container #side-right #content {
	height: 342px;
	width: 670px;
	float: left;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	background-repeat: repeat;
}
#container #side-right #menu #tabs {

}
#container #tweet {
	float: left;
	height: 40px;
	width: 770px;
	vertical-align: top;
	background-image: url(../Images/tweet.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
}
#container #side-right #menu #sub {
	height: 30px;
	width: 720px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A7A7A;
}
#fred {
	height: 50px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-left: 180px;
	padding-top: 10px;
}
#container #side-right #content #homethumbs {
	height: 66px;
	width: 670px;
	padding-top: 29px;
}

