body {
	font-family: Arial, Helvetica, sans-serif;
	color: #F9CC44;
	background:#C1140D url(logo_top2.jpg) no-repeat;
	padding-top:190px;
	scrollbar-track-color:FF0000; 
	scrollbar-face-color:CC0000; 
	scrollbar-highlight-color:F9CC44; 
	scrollbar-base-color:F9CC44; 
	scrollbar-darkShadow-color:F9CC44; 
	scrollbar-shadow-color:F9CC44; 
	scrollbar-arrow-color:CCCCCC;
}

a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #FAD482}   /* mouse over link */
a:active {color: #FFFFFF} 

h1 {
	font-size: 140%;
	letter-spacing: 1pt;
	color: #FFF;
}

h2 {
	font-size: 120%;
	}

div#menuColumn   <--- the whole <div>
{
    float: left;  <---- this pushes the complete <div> to up and left as much as it can
   	text-decoration: none; 
	}

div#menuColumn ul
{
    list-style: none;
	padding-left: 1%;
	margin-left: 1%;
	font-family: "Arial", sans-serif;
    font-size: 140%;
	font-weight: bold;
	text-decoration: none; 
	border:1px dotted #FF0000;
	}

div#menuColumn li a
{
   list-style-type: none;        
   color: #EAB619;
   padding: 0 0 0 0 ;       
   text-decoration: none;  
   }
 
#leftcontent {
		position: absolute;
		left: 1%;
		top: 210px;
		width: 15%;
		}
#leftcontent p {
		font-size: 70%;
		}
		
#centercontent {
		top: 200px;
		margin-left: 18%;
   		margin-right: 26%;
		voice-family: "\"}\"";
		voice-family: inherit;
   		margin-left: 18%;
   		margin-right: 26%;
		font-size: 90%;
		font-weight: bold;
		}

#rightcontent {
		top: 210px;
		position: absolute;
		right:1%;
		width: 225px;
		background: #FBAD04;
		border: 1px dotted #FF0000;
		color: #990000;
		text-align:left;
		margin-top: 0px;
		}
#rightcontent dt {
	font-size: 120%;
	letter-spacing: 2px;
	margin-left: 5px;
	color: #990000;
	text-align:left;
	}
	
#rightcontent dd {
	margin: 5;
	padding: 5;
	font-size: 75%;
	color: #990000;
	line-height: 1.3em;
	}

#ticker {
		font-size: 80%;
		font-weight: bold;
		margin-top: 0px;
		width: 100%;
		background: #000000;
		color: #FFF;
		text-align: center;
		}
		

#ladies_ts {
	padding: 0;
	display: inline; /* fixes IE/win double margin bug */
	float: left;
	}
#men_ts {
	padding: 0;
	display: inline; /* fixes IE/win double margin bug */
	float: right;
	}
#tshirts dt {
	margin: 0;
	padding: 0;
	font-size: 130%;
	letter-spacing: 1px;
	color: #FFF;
	}
	
#tshirts dd {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #FFF;
	}
	
#tshirts dd.img img {
 	padding: 4px;
	border: 1px solid #D9E0E6;
	border-bottom-color: #C8CDD2;
	border-right-color: #C8CDD2;
	background: #fff;
	}