html{
	height: 100%;
}

body{
	height: 100%;
	margin:0;
	padding:0 0 0 0;
 	text-align: center;
	background-image: url(http://www.cscpacific.ca/images/template/cscbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	font-size: 0.8em;
}
td 
{
font-size: .8em;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -31px;
	background-image: url(../images/template/whitebg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	/* margin-right: 1px; /* ie only */
}


#footer
{
	height: 75px;
	text-align: center;
}

#footerpush
{
	height: 75px;
	display: none; /* not used, don't want to update the templates yet */
}

#HomeAthRotate
{
	position:relative;
	width:390px;
	height:503px
}


.content
{
  font-family : "Arial", "Helvetica", Serif; 
  color : #000000;
}
A.content:visited {color : #000000; text-decoration: none;}
A.content:link {color : #000000;  text-decoration: none;}
A.content:active {color : #000000;  text-decoration: none;}
A.content:hover {color : #CC3300;  text-decoration: none;}

.editContent
{
  border-style: solid; 
  border-color: black;
  color: #003466;
  font-family : "Arial", "Helvetica", Serif; 
  background-color : #CFDAEC;
  cursor: hand; 
  border-width: 1px;
}
