@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ffffff;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	font-size:12px;
	color:#000000;
}

#header {
background-image: url(/images/header850.gif);
width:850px;
height:209px;
margin-left:auto;
margin-right:auto;

}

h1 {
font-size:18px}

#padding {
padding-top:20px;
padding-bottom:55px;
}

#schools {
text-align:justify;
pading: 50px;
width:420px;
margin-left:auto;
margin-right:auto;
}

#wrapper {
margin:auto;
background-color:#ffffff;
width:850px;
padding:10px;
}

#left {
width:180px;
height:600px;
}

#right {
width:120px;
height:600px;
}

#center {
width:500px;
height:600px;
}

#footer {
	width:850px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	color: #000000;
	text-align:center;
}

/* Links */

a:link, a:visited { text-decoration: none; color: #3198A8; }

a:hover, a:active { color: #52C2D7; }

.indent {text-indent:15px;}
.side {margin:4px;}