
/*---- GENERAL ----*/

* { margin: 0; padding: 0; }

.hide {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

img {
	display: block;
	border: 0;
}

.clear { clear: both; }



/*---- LAYOUT ----*/

body {
	background: #e4e4e4 url("../images/bg.gif") repeat-y top center;
	text-align: center;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 790px;
	text-align: left;
}

#header {
	background: #fff url("../images/header.gif") no-repeat;
	height: 110px;
}

#header a {
	display: block;
	height: 110px;
	width: 450px;
}

#topbar {
	background: url("../images/greybar.gif") no-repeat center;
	height: 30px;
}

#banner {
	background: #fff url("../images/banner.jpg") no-repeat;
	height: 170px;
}

* html #main { height: 1px; } /* peek-a-boo */
*>html #main { height: auto; }

#content {
	background: #fff url("../images/content_bg.gif") repeat-y top center;
	margin: 20px 0;
	padding: 15px 65px;
}

#footer {
	clear: both;
	background: #fff url("../images/footer.gif") no-repeat;
	height: 50px;
}



/*---- TYPOGRAPHY ----*/

p, dd, address, ul {
	font: normal 12px/18px verdana, arial, sans-serif;
	margin: 0 0 5px;
	color: #5c5c5c;
}

address, .contacts { color: #333; }

.red { color: #b1233e; }



/*---- LINKS ----*/

a {
	text-decoration: none;
	color: #b1233e;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #333;
}



/*---- COLUMNS ----*/

#content div { padding: 0 0 20px; }

#profile, #principals, #services, #contact, #links { clear: both; }

h3 {
	float: left;
	width: 103px;
	height: 14px;
	background-repeat: no-repeat;
}

#profile h3 { background-image: url("../images/profile.gif"); }
#principals h3 { background-image: url("../images/principals.gif"); }
#services h3 { background-image: url("../images/services.gif"); }
#contact h3 { background-image: url("../images/contact.gif"); }
#links h3 { background-image: url("../images/links.gif"); }

#content div div {
	float: right;
	width: 492px;
}

#principals ul li {
	list-style: none;
	font-weight: bold;
	color: #333;
	margin: 0 0 4px;
}

#services ul, #links ul {
	list-style: disc outside url("../images/box.gif");
	margin: 0 0 0 20px;
}

#contact { color: #333; }

#contact #left {
	float: left;
	width: 246px;
	margin: 0; padding: 0;
}

#contact #right {
	float: left;
	width: 246px;
	margin: 0; padding: 0;
}


