@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #feb800;
	padding: 0 30px 0 35px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 89px;
}
.oneColFixCtrHdr #header #logo {
	padding-top: 5px;
	position: absolute;
	z-index: 5000;
}
.oneColFixCtrHdr #header #login {
	position: absolute;
	top: 15px;
	width: 908px;
	text-align: right;
}
.oneColFixCtrHdr #header #login a {
	color: #7e8081;
}
.oneColFixCtrHdr #header #tabs {
	position: absolute;
	top: 59px;
	width: 908px;
	text-align: right;
}
.oneColFixCtrHdr #header #tabs #tab {
	position: relative;
	float: left;
	top: -10px;
	left: 327px;
	margin-left: 15px;
	background: #ffdd9e;
	padding: 10px 20px 10px 20px;
}
.oneColFixCtrHdr #header #tabs #tab a {
	color: #7e8081;
}
.oneColFixCtrHdr #header #tabs #tabselected {
	position: relative;
	float: left;
	top: -10px;
	left: 327px;
	margin-left: 15px;
	background: #ffffff;
	padding: 10px 20px 10px 20px;
}
.oneColFixCtrHdr #header #tabs #tabselected a {
	color: #231f20;
	font-weight: bold;
}
.oneColFixCtrHdr #header #tabs #tab #selected {
	background: #ffffff;
	color: #231f20;
	font-weight: bold;
}
.oneColFixCtrHdr #breadcrumb {
	padding: 5px 0 5px 35px;
	font-size: 12px;
}
.oneColFixCtrHdr #breadcrumb a {
	color: #7e8081;
}
.oneColFixCtrHdr #title {
	position: relative;
	background: #231f20;
	padding: 10px 0 0 35px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 71px;
	background-image: url(http://cloudfront.mycelebritylist.com/assets/images/title-rc.png);
	background-position: top right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #title h1 {
	margin: 0;
	font-size: 30px;
	color: #b5e5ff;
	padding-bottom: 5px;
}
.oneColFixCtrHdr #title #titleright {
	position: absolute;
	font-size: 14px;
	width: 882px;
	text-align: right;
	color: #b5e5ff;
	top: 25px;
}
.oneColFixCtrHdr #title #titleright a {
	font-size: 14px;
	color: #b5e5ff;
}
.oneColFixCtrHdr #title #subtitleleft {
	position: absolute;
	font-size: 14px;
	left: 55px;
	z-index: 5000;
}
.oneColFixCtrHdr #title #subtitleleft a {
	color: #7e8081;
}

.oneColFixCtrHdr #title #subtitleleft a.selected {
	color: #feb800;
	font-weight: bold;
	text-decoration: none;
}

.oneColFixCtrHdr #title #subtitleright {
	position: absolute;
	font-size: 14px;
	width: 882px;
	text-align: right;
	color: #e5e5e5;
	top: 61px;
}
.oneColFixCtrHdr #title #subtitleright a {
	margin-left: 15px;
	background: #e5e5e5;
	padding: 5px 20px 5px 20px;
	color: #000000;
}
.oneColFixCtrHdr #title #subtitleright #selected {
	background: #ffdd9e;
	color: #231f20;
	font-weight: bold;
}
.oneColFixCtrHdr #title #selected {
	color: #feb800;
	font-weight: bold;
}
.oneColFixCtrHdr #title p a {
	color: #7e8081;
}
.rcbImage
{
vertical-align: middle;
height: 45px;
width: 45px;
} 
.listImage
{
vertical-align: middle;
height: 45px;
width: 45px;
margin-right: 5px;
} 
.listLink
{
    color: #0000FF;
    font-size: 18px;
    margin: 5px;
}

.oneColFixCtrHdr #mainContent {
	position: relative;
	padding: 30px 53px 30px 55px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e5e5e5;
	border-right-style: solid;
	border-right-width: 53px;
	border-right-color: #231f20;
	background-image: url(http://cloudfront.mycelebritylist.com/assets/images/maincontent-rc.png);
	background-position: top right;
	background-repeat:no-repeat;
}
.oneColFixCtrHdr #mainContent #list {
	font-size: 23px;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent #list #left {
	text-align: right;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent table tr td {
	padding: 2px;
}
.oneColFixCtrHdr #mainContent #celebselected {
	background-color: #b5e5ff;
}
.oneColFixCtrHdr #mainContent #slideshow {
	position: absolute;
	top: 30px;
	left: 467px;
	z-index: 100;
}
.oneColFixCtrHdr #mainContent #cloud {
	position: absolute;
	z-index: 100;
	top: -15px;
	left: 355px;
}
.oneColFixCtrHdr #mainContent #tagcloud {
	position: absolute;
	z-index: 500;
	top: -75px;
}
.oneColFixCtrHdr #footer {
	position: relative;
	background: #7e8081;
	height: 60px;
	border-right-style: solid;
	border-right-width: 53px;
	border-right-color: #231f20;
}
.oneColFixCtrHdr #footer #selected {
	color: #000000;
	font-weight: bold;
}
.oneColFixCtrHdr #footer #googleadsense {
	position: absolute;
	top: 0px;
	width: 920px;
	text-align: right;
	z-index: 2000;
}
.oneColFixCtrHdr #footer #footerlinks {
	position: absolute;
	font-size: 14px;
	color: #000000;
	top: 20px;
	left: 55px;
	z-index: 5000;
}
.oneColFixCtrHdr #footer #footerlinks a {
	color: #231f20;
}
.oneColFixCtrHdr #footer #footerlinks a.selected {
	color: #feb800;
	font-weight: bold;
	text-decoration: none;
}
.oneColFixCtrHdr #copyright {
	background: #000000;
	height: 20px;
	color: #7e8081;
	width: 996px;
	text-align: right;
}
.oneColFixCtrHdr #copyrighttext {
	padding-top: 15px;
	padding-right: 55px;
}
