body { 
    margin-top: 0px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}
#outerMain {
    height: 100%;    
}
#main {
    width: 833px;
    text-align: center;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

/* The below classes will be added to the outerMain and main DIVs by a script 
   depending on whether the left and right sidebars exist */
   
/* When no sidebars exist: */
.outerMain_withoutSidebar {
    text-align: center;
    margin: 0px auto;
    width: 833px;
}

/* When both sidebars exist: */
.outerMain_twoSidebars {
    position:absolute;
    width: 1333px;
}
.main_twoSidebars {
    position: absolute;
    top: 0px; 
    left: 250px;    
}

/* When only the right sidebars exist: */
.outerMain_rightSidebar {
    position:absolute;
    width: 1083px;
}
.main_rightSidebar {
    position: absolute;
    top: 0px; 
}

/* Header section: */
/* -------------------------------------------------------------*/
#top {
    text-align: left;
    height: 115px;
}

#header {
    position: relative;
	top: 5px;
    width: 272px;
}

/* Login menu: */
/* -------------------------------------------------------------*/
#loginMenu {
    float: right;
    padding-right: 10px;
    position: relative;
    top: -42px;
}
#loginMenu a {
    color:#fff;
    font-size: 11px;
	padding: 1px 10px;
	text-decoration:none;
}
.loginMenu{
    background: #b9bab4;
}

/* Status bar: */
/* -------------------------------------------------------------*/
#userStatusBar {
	background-image: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/mnav-bar.gif);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    text-align: left;
    height: 25px;
    line-height: 19px;
}
#sep {
    width: 100%;
    height: 1px;
    background: #c0c1bb;
    margin: 0px;
}
#userStatus {
    float: left;
    padding-left: 14px;
}

/* Theme selector: */
/* -------------------------------------------------------------*/
#themeSelector {
    float: right;
    padding-right: 14px;
}
#ThemeSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* Language selector: */
/* -------------------------------------------------------------*/
#languageSelector {
    float: right;
    padding-right: 14px;
}
#LanguageSelectorWidget {
    font-size: 10px;
    color: #6f7065
}

/* RSS feed: */
/* -------------------------------------------------------------*/
.feedList {
    float: right;
    clear: right;
    margin: 0px;
    width: 500px;
}

.feedList li {
    float: right;
    margin: 0 0 5px 0; 
    padding-right: 18px;
    list-style-type: none;
    white-space: nowrap;
}
.feedList li a {
    padding: 0 0 0 19px;
    list-style-type: none;
    font-size: 10px;
	text-decoration:none;
    color:#333300;    
    font-weight: bold;
}
.feedList li a.color1 {
    background: url("../images/07.png") no-repeat 0 50%;
}
.feedList li a.color2 {
    background: url("../images/14.png") no-repeat 0 50%;
}
.feedList li a:hover {
    color:#999900;
}

/* General for user/admin/category menu: */
/* -------------------------------------------------------------*/
.menu ul {
    margin: 0px;
    padding-left: 10px; 
	list-style: none;
}

.menu li {
    float: left;
    white-space: nowrap;
}

.menu a {
	display: block;
	padding: 0px 15px 0px 5px;
	text-decoration:none;
}
.menu li:last-child a {
    background: none;
}
.menu {
    clear: both;
}

/* User/admin menu: */
/* -------------------------------------------------------------*/
#userMenu {
    background: url('../images/menubg.gif') repeat-x;
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}
#userMenu a {
    color:#006699;
    background: url('../images/sep.png') no-repeat right;
}
#userMenu a:hover {
	color:#000000;
	text-decoration:underline;
}

/* Category menu: */
/* -------------------------------------------------------------*/
#categoryMenu {
    background: #fff;
    height: 32px;
    line-height: 32px;
    text-align: left;
    border-bottom: 1px solid #e1e1df;
}
#categoryMenu a {
    color:#6e7066;
    background: url('../images/menusep_category.gif') no-repeat right;
}
#categoryMenu a:hover {
	color:#006699;
	text-decoration:underline;
}

/* Info bar: */
/* -------------------------------------------------------------*/
#infoTextBar {
    background: #006699;
}

#infoText {
	text-decoration: none;
    background: url('../images/info-bx.gif') repeat-x top;
    min-height: 22px;
    padding-left: 14px;
    padding-top: 0px;
	margin-top: 5px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #006699;
}
/* Content area: */
/* -------------------------------------------------------------*/
#content {
    padding-top: 5px;
    clear: both;
}
/* Category navigation bar: */
/* -------------------------------------------------------------*/
div#navBar{
	background-color: #ffffcc;
	border: 1px dashed #006699;
	color: #006699;
    width: 810px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
	height: 100%;
	margin-left: -1px;
	margin-top: -10px;
	padding: 7px 7px 7px 14px;
}
div#navBar, div#navBar a {
    color: #006699;
}
div#navBar a:hover {
    color: #999900;
}

/* Footer: */
/* -------------------------------------------------------------*/
#footer {
	color:#A5A79E;
	font-size:10px;
	text-decoration:none;
    margin-top: 8px;
    background: #fff url('../images/footer_left_bg.gif') no-repeat left;
}
#footer div {
    margin-left: 5px;
    background: #fff url('../images/footer_right_bg.gif') no-repeat right;
}
#footer div div{
    margin-right: 5px;
    margin-left: 0px;
    height: 44px;
    line-height: 35px;
    padding-left: 8px;
    text-align: left;
    background: #fff url('../images/footer_bg.gif') repeat-x;
}
#footer a {
	color:#A5A79E;
	text-decoration:underline;
}
#footer a:hover {
	color:#999900;
}

/* From Layout.CSS
/* --------------------------------------------------------------*/
.tr-txt {
	font-family: "century gothic";
	font-size: 21px;
	color: #CCC;
	letter-spacing: -1px;
	line-height: 25px;
	padding-right: 20px;
}
a.nav-txt:link {
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
a.nav-txt:hover {
	color: #FFF;
	text-decoration: underline;
	padding-left: 15px;
	padding-right: 15px;
}
a.nav-txt:visited {
	color: #FFF;
	text-decoration: inherit;
	padding-left: 15px;
	padding-right: 15px;
}
a.nav-txt:active {
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
}
.tr-txt1 {
	font-family: "century gothic";
	font-size: 24px;
	color: #CCC;
    letter-spacing: -1px;
	padding-right: 20px;
}
.box {
	padding-bottom: 9px;
	padding-right: 123px;
}
.box-2 {
	padding-bottom: 9px;
	padding-right: 135px;
}
.box1 {
	font-weight: bold;
	text-decoration: none;
	font-family: "century gothic";
	font-size: 21px;
	color: #fff;
	line-height: 20px;
}
.foot-1 {
	background-image: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/mnav-bar.gif);
	height: 25px;
	line-height: 19px;
	color: #006699;
}
a.foot-1a:link {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
a.foot-1a:hover {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a.foot-1a:visited {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: inherit;
}
a.foot-1a:active {
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.foot-2 {
	background-image: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/menubg.gif);
	background-repeat: repeat-x;
	color: #006699;
	line-height: 12px;
	font-size: 11px;
	color: #999;
	padding-top: 10px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageBG {
	background-image: url(http://simplytimeshare.com/images/bg.jpg);
	background-repeat: repeat-x;
}
.foot-A {
	background-image: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/buy-foot.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 16px;
}
.foot-B {
	background-image: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/sell-foot.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 16px;
}
.foot-C {
	background-image: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/rent-foot.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 16px;
}
.crumbs {
	padding: 5px;	
	border-bottom: 1px solid #cccccc;
}
.goBox {
	background-color: #006699
	color: #fff;
	font
}
.rss {
	text-decoration: none;
	font-size: 10px;
	color: #006699;
}
.gloss {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.gloss1 {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	background-color: #006699;
	padding: 5px;
}
.gloss-sidebars {
	color: #FFF;
	padding: 10px;
	background: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/sidebar-bgs.gif) #006699 repeat-x top left;
}
.gloss-sidebars p .gloss-sidebars {
	font-size: 12px;
}
.gloss2 {
	color: #fff;	
}
.bg1 {
	background: url(http://simplytimeshare.com/themes/SimplyTimeshare/images/bg1.gif) #fff repeat-x top left;
	padding-top: 1px;
	padding-left: 10px;
}