/* Right Column Properties */
	#right {
		float:right;
		width:290px;
		margin:0; padding:0;
		font-size:80%;
		margin-top: -30px;
		margin-left: -10px;
		display: inline;
		}

/* Paperclip Note Properties */
	#about  {
		background:url("/images/clip.png") top right no-repeat;
		margin-top: 4px;
		margin-left: -5px;
		width: 295px;
		height: 238px;
		}

	#about span {
		display: none;
		}


/* Polaroid Properties */
	a.photo { 
		background:url(/images/teampic-black_white.jpg) no-repeat 0px 0px;
		width: 236px; 
		height: 267px; 
    		display: block;
		margin-left: 30px;
		}

	a.photo span { 
        	display: none; 
		}

	a.photo:hover { 
      		background: url(/images/teampic_yellowshirts2.jpg) no-repeat 0px 0px; 
		margin-left: 30px;
		}

/* Taped Sponsor Image Properties */
	a.ad_ { 
		background:url(/images/sponsors/sponsors.gif) no-repeat 0px 0px;
		width: 295px; 
		height: 300px; 
    		display: block; 
		margin-left: 2px;
		}

	a.ad_ span { 
        	display: none; 
		}

/* Left Column Properties */
	#middle { 
		margin: 0;
		margin-left: 10px;
		width: 450px;
		height: 100%;
		font-size:80%;
		}

	p.right {
		margin-left: 30px;
		margin-bottom: 100px;
		}

/* News Insert Properties */
	#blog {
		width: 350px;
		height: 700px; 
		overflow: auto;
		border: 0;
		margin-left: 30px;
		cellpadding: 0px;
		cellspacing: 0px;
		}
-----

/* scrollbar */

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbar {
width: 15px;
background: #5EC0A7 url(/images/scrollbar.png) -16px 0px repeat-y;
/* do not forget to put colors for backgrounds for before image(s) can load , this is more important for
the scrollbar itself than the scrollbase, as user can live without an image on the base but cannot see
any scrollbar when images cannot load. */
}
.vscrollerbarbeg {
/* height of this element is normally auto set to fit the scrollbase, to cover the base... */
height: 24px !important;
/* ...unless we force the size using an !important decleration */
/* forcing would not be required if Webkit-Safari did not have a background-repeat bug*/
/* this may be fixed by the time Safari 3.0 is released. */
width: 16px;
background: url(/images/scrollbar.png) -47px -14px no-repeat;
}
.vscrollerbarend {
/* height of this element should be set */
height: 24px;
width: 16px;
background: url(/images/scrollbar.png) -47px 0px no-repeat;
}

.vscrollerbase {
width: 15px;
background: #D4F6F2 url(/images/scrollbar.png) 0px 0px repeat-y;
}
.vscrollerbasebeg {
/* height of this element is auto set to fit the scrollbase, to cover the base */
/* this element can be used to place a faux top arrow image */
width: 16px;
height: 11px !important; /*Again, the safari fix, normally this line is not needed.*/
background: url(/images/scrollbar.png) -31px -11px no-repeat;
}
.vscrollerbaseend {
/* height of this element should be set */
/* this element can be used to place a faux bottom arrow image */
height: 11px;
width: 16px;
background: url(/images/scrollbar.png)  -31px 0px no-repeat;
}

/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {
height: 16px; background-color: white;
}
.hscrollerbar {
height: 16px; background-color: black;
}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 10px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 16px;
height: 16px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #37917A;
}


/* Scroll Bar Master Styling Ends Here */

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 480px;
height: 600px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fef848;
margin-right: -10px;
padding: 0px;
}