* {
	margin: 0;
	padding: 0;
}

/* _________________body_______________ */

body {
	margin:0px;
	padding:0px;
	text-align:center;
	font:.7em Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}


/* _________________wrapper_______________ */

#wrapper {
	width: 784px;
	margin: 0px auto;
	text-align: left;
	padding-top: 15px;
}

/* _________________images_______________ */

.img_left {
	float:left;
}

.img_right {
	float:right;
}


/* _________________fonts_______________ */

.p {
	font-size:11px;
line-height:16px;
}

.p_large {
	font-size:15px;
	color:#c1272d;
	}

.p_contact {
	font-size:11px;
	text-align:left;
	line-height:16px;
	text-indent:15px;
}

.bullet {
	font-size:10px;
line-height:15px;
color:#CC0000;
}

.heading {
	font-size:18px;
	font-weight:bold;
	text-align:left;
	line-height:20px;
	}
	
.text_heading {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:15px;
	}

ul {
	padding-left: 5px;
	margin-left: 0px;
	list-style-image: url(images/red_bullet_16.gif);
}


/* _________________links_______________ */

a { color:#FFFFFF;
		 text-decoration:none; 
}

a:hover { color:#573659;
		  text-decoration:none;
}

.footer_link {
	color:#FFFFFF;
}

.footer_link a:link, .footer_link a:visited {
	color:#FFFFFF;
}

.footer_link a:hover {
	color:#FFFFFF;
	font-weight:bold;
}

.timetable_link {
color:#CC0000;
}

.timetable_link a:link, .timetable_link a:visited {
	color:#000000;
}

.timetable_link a:hover {
	color:#000000;
	font-weight:bold;
}


/* _________________header_______________ */

#header {
	width:784px;
	height:100px;
	float:left;
}

#header_left {
	width: 347px;
	height: 102px;
	float:left;
}

#header_right {
	width: 437px;
	height:102px;
	float:left;
	background-image:url(images/header_img.jpg);
	background-repeat:no-repeat;

}

/* _________________nav_bar_______________ */

#nav_bar {
	width:784px;
	height:27px;
	float:left;
	
	}




/* _________________column_______________ */

#body_col {
	width:784px;
	float:left;
	background-image:url(images/border_repeat.jpg);
	background-repeat:repeat-y;
	}
	
#top_col {
	width:784px;
	height:34px;
	background-image:url(images/border_top.jpg);
	float:left;
	}
	
#bottom_col {
	width:784px;
	height:34px;
	background:url(images/border_bottom.jpg);
	float:left;
	}
	
#left_col {
	width:465px;
	padding:0px 5px 0px 30px;
	float:left;
	}
	

#right_col {
	width:269px;
	padding-left:15px;
	float:left;
	}
	
#timetable_col {
	width:754px;
	float:left;
	padding-left:30px;
	background-image:url(images/border_repeat.jpg);
	background-repeat:repeat-y;
	}


	/* _________________footer_______________ */
	
	#footer {
	width:784px;
	height:17px;
	float:left;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding-top: 5px;
	}
	
	
	
