@charset "utf-8";
/* TRC Layout File */

*{
    margin: 0px;
    padding: 0px;
}
 
html { 
    overflow-y: scroll; 
} 

html { 
    
	scrollbar-face-color: #A52044; 
    scrollbar-shadow-color: #622E5B; 
    scrollbar-highlight-color: #622E5B; 
    scrollbar-3dlight-color: #AB5D88; 
    scrollbar-darkshadow-color: #AB5D88; 
    scrollbar-track-color: #DA1984; 
    scrollbar-arrow-color: #DA1984; 
}

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background-image: url('../images/template/website-background.jpg'); 
    background-repeat:no-repeat; 
    background-position:  center; 
    background-attachment: fixed;
    background-color: #DA1984;
} 

#site {
	width: 1000px;
}

#paotm {
    background-image: url('../images/template/paotm-picture-holder.jpg');
    background-repeat: no-repeat;
    width: 160px;
    height: 110px;
	float: left;
}

#paotm #paotmInner {
	width: 80px;
	height: 74px;
	margin: 18px 40px;
}

#logo {
	background-image: url('../images/template/logo.jpg');
    background-repeat: no-repeat;
    width: 820px;
    height: 80px;
	float: right;
	position: relative;
}

#banner {
	background-image: url('../images/banner/banner-background.jpg');
    background-repeat: no-repeat;
    width: 840px;
    height: 30px;
	float: right;
}

#bannerInner {
	width: 840px;
	height: 26px;
	margin-top: 2px;
}

#websiteLeft {
	width: 160px;
	min-height: 690px;
	max-height: 1380px;
	float: left;
}

#websiteLeftMember {
	width: 160px;
	min-height: 452px;
	max-height: 1142px;
	float: left;
}

#menu {
	background-image: url('../images/template/menu-background.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 690px;
	padding-top: 5px;
}

#menuInner {
	width: 150px;
	height: 680px;
}

#menuMember {
	background-image: url('../images/template/member-menu-background.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 452px;
	padding-top: 5px;
}

#menuInnerMember {
	width: 150px;
	height: 442px;
}

#adBanner {
	background-image: url('../images/template/bottom-left-banner.jpg');
	background-repeat: no-repeat;
	width: 160px;
	height: 690px;
	padding-top: 59px;
	margin-top: -5px;
}

#clock {
	width: 160px;
	height: 46px;
	padding-bottom: 480px;
}

#visits {
	width: 66px;
	height: 16px;
	float: right;
    margin-right: 10px;
}

#paonly {
	width: 694px;
	min-height: 690px;
	float: left;
	position: relative;
	left: 18px;
	text-align: left;
}

#websiteRight {
	width: 110px;
	height: 690px;
	float: right;
}

#paAds {
	background-image: url('../images/template/advert-background.jpg');
	background-repeat: no-repeat;
	width: 110px;
	height: 690px;
	padding-top: 5px;
}

#paAdsInner {
	width: 100px;
	height: 680px;
}

#paAdsLong {
	background-image: url('../images/template/long-advert-background.jpg');
	background-repeat: no-repeat;
	width: 110px;
	height: 1370px;
	padding-top: 5px;
}

#paAdsLongInner {
	width: 100px;
	height: 1360px;
}
	
#copyright {
	width: 694px;
	height: 39px;
	margin-left: 178px;
	float: left;
}

.cright {
	margin: 6px;
}
	
#clear {
clear: both;
}

#marqueecontainer {
	float: left;
    position: relative;
    width: 840px; /*marquee width */
    height: 26px; /*marquee height */
    background-color: #3ACDD0;
	overflow: hidden;
}

#news {
	margin: 0px 8px;
	font-size: 20px;
}

#newsRunners {
	margin: 0px 4px;
}
