@charset "UTF-8";
/* NUFC Fixtures CSS Document 21.06.2009*/

.leftside {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-left:100px;
}
.rightside {
	margin:0 0 0 360px;
    color:#F00;
	padding-right:100px;
	text-align:center;
}
/* Make the next paragraph come after the bottom of the left/right images */
.justified_text{clear:right;}

.nust{margin:10px; padding:0;}
.nust img{margin: 0 auto; display:block;}
