@charset "utf-8";
body {
	background-color: #01486a;
	background-image:url(heights_bg.jpg);
	background-repeat:repeat-x;
	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;
}

/* font styles are defined in the page content (content.html) - this is so the iframe can correctly display the transparancy */

#container {
	width: 770px;  
	background-color: #01486a;
	background-image:url(heightscounselling_contentbg.jpg);
	background-repeat:no-repeat;
	border:#000 1px solid;
	margin: 0 auto; 	
	text-align: left; 
}

#menu {
	text-align:center;
}

#menu a:active, #menu a:visited, #menu a:link {
	font-family:Verdana, Geneva, sans-serif;
	font-size:small;
	text-decoration:underline;
	color:#333;
	padding-left:10px;
	padding-right:10px;
}

#menu a:hover {
	color:#F00;
}

#mainContent {
	padding-top:240px;
	padding-left:340px;
	padding-right:25px;
}

#footer {
	padding: 0 10px;
	text-align:center;
}

#footer p, #footer a:active, #footer a:visited, #footer a:link, #footer a:hover {
	margin: 0; 
	padding: 10px 0;
	color:#5ea7d0;
	font-size:x-small;
	text-decoration:none;
}

 
