/* general display */
body {
	color: black;
	background-color: white;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #000000;
	background: transparent;
}



/* to display the sheets */

.displaycolumn {
	background-image: url(../img/column.gif);
	background-repeat: no-repeat;
	float: left;
	width: 300px;
	height:450px;
}

.displaycard {
	background-image: url(../img/card.gif);
	background-repeat: no-repeat;
	float: left;
	width: 300px;
	height:225px;
}

.displaysheet {
	background-image: url(../img/sheet.gif);
	background-repeat: no-repeat;
	clear:both;
	width: 600px;
	height:450px;
}

/* setup for text display */

.normalcolumn {
	width: 250px;
	padding: 18px 0px 0px 18px;
	height: 450px;
}

.normalcard {
	width: 250px;
	padding: 18px 0px 0px 18px;
	height: 225px;
}

.normalsheet {
	width: 550px;
	padding: 18px 0px 0px 18px;
	height: 450px;
}


/* structure elements */

#sidebar {
	display:none;
}


#pagecontent {
	position: absolute; 
	left: 40px; 
	top: 60px; 
	width: 650px; 
	height: auto; 
}

#pagetitle {
	color: black;
	position: absolute; 
	left: 40px; 
	top: 19px; 
	width: 481px; 
	height: 29px; 
}

.pagename{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
	
}
#locotitle {
	display:none;
}

#toplink {
	clear: both;
}

#toplink a{
	color: white;
}
