/* wire frame */

div {

	margin:0;
	padding:0;
	outline:0px solid red;
}

/* main body */

body {
	background-color:#000;
	text-align:center;
}

/* container */



#mainColumn {

	width:900px;
	min_height:600px;
	margin:0px auto;
	padding:0px;
}

/* rules for print frame */

.printFrame {

	position:relative;
	top:75px;
	left:-5px;
	padding:100px;
}

/* reusable columns */
	
.mainCol {

	float:left;
	width:300px;
	margin:0px 0px 30px 0px;
	padding:0px;

}




/* create drop cap */

p.dropcap:first-letter {

	float:left;
	width:60px;
	font:92px 'University Roman Alts Let';
	line-height:150px;
	color:#d6026a;
}


#Table_01 {
	
	position:relative;
	top:-12px;
	left:60px;
}



#Table_02 {

	position:relative;
	top:30px;
	left:70px;
}

#Table_03 {

	position:relative;
	top:80px;
	left:40px;
}


#Table_04 {

	position:relative;
	top:30px;
	left:80px;
}

#Table_05 {

	position:relative;
	top:20px;
	left:200px;
}


#Table_06 {

	position:relative;
	top:20px;
	left:200px;
}

/* secret gallery */

#Table_07 {

	position:relative;
	top:5px;
	left:60px;
}


/* turn off borders on image links */

img {

	border:0;
}






