@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #EBEBEB;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	vertical-align: baseline;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1em;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#img_logo {
	float: right;
}
#img_logo {
	float: right;
}
#td_footer {
	padding: 0px;
}


#table_contacts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#img_principal {
	float: right;
}
#principal br {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80px;
}
#img_tutor {
	float: right;
}
#img_kevin {
	float: right;
	padding-left: 10px;
}

#img_homeworkphoto {
	float: right;
	padding-top: 7px;
	padding-left: 4px;

}
#img_lcalogo {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
}

#img_lcvplogo {
	float: right;
	padding-top: 10px;
	}
#img_parents {
	float: right;
	padding-top: 5px;
	padding-left: 5px;
}
#img_labs {
	float: right;
	padding: 5px;
}
#img_openday {
	float: right;
}
#img_readathon {
	float: right;
	padding-top: 5px;
}
#img_stars1 {
	float: left;
	padding: 5px;
}
#img_stars2 {
	float: right;
	padding: 5px;
}
#img_yoghurt {
	float: right;
	padding: 5px;
}
#img_youngsci {
	float: right;
	padding: 5px;
}
#img_xmas {
	padding: 5px;
	float: right;
}

#img_enterprise {
	float: right;
	padding-top: 5px;
}
#courses {
	float: none;
	text-align: center;
}
#img_tour08 {
	float: right;
	padding: 4px;
}
#img_trocaire {
	float: right;
}
.twoColFixLtHdr #container #mainContent #img_sportsday {
	float: right;
}
#img_fashion {
	float: right;
	padding: 5px;
}
h3 {
	font-style: italic;
	text-align: center;
}
h4 {
	font-style: italic;
	font-weight: bold;
}
#img_mssmith {
	float: right;
	padding-left: 10px;
}
td_results {
	padding-right: 50px;
	padding-left: 50px;
}
#td_results {
	left: 40px;
	right: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.twoColFixLtHdr #container #mainContent #p7GS #p7GSvpW3 #p7GSvp #p7GSsc ul {
	background-color: #999999;
}
#img_bball1 {
	padding-right: 25px;
	padding-left: 25px;
}
#score {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
}
#img_allireland {
	float: right;
}
#img_belgium {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#img_sports {
	float: right;
	padding-left: 15px;
}
#img_enterprise_big {
	padding-left: 80px;
}
#table_booklist {
	padding-left: 150px;
}
#img_italian {
	float: right;
	padding: 10px;
}
#img_induction09 {
	padding: 10px;
	float: right;
}
#img_fancydress {
	padding: 10px;
	float: right;
}
#img_multi {
	padding: 10px;
	float: right;
}
#img_cross09 {
	float: right;
	padding-left: 10px;
}
#img_fashion2 {
	float: right;
	padding: 10px;
}
#img_concert {
	padding: 10px;
	float: right;
}
#img_ritrip {
	padding: 10px;
	float: right;
}
#img_italy2 {
	padding: 10px;
	float: right;
}
#img_belgium10 {
	padding: 10px;
	float: right;
}
#img_zoo {
	padding: 10px;
	float: right;
}
#img_grad {
	padding: 10px;
	float: right;
}
