/***********/
/* CSS Reset */
/***********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

a img {
	border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*************/
/*** Steam ***/
/*************/

body{
	background: url(images/SchoolsBG.jpg) center top no-repeat #000000;
	font-size: 14px;
	font-family: arial;
	color: #c7c7c8;
}


h4{
	font-size: 18px;
	font-weight: bold;
}

#container{
	/*background: url(images/SchoolsBG.jpg) repeat-x #000000;*/
	padding-top: 40px;
	width: 43	4px;
	position: relative;
	height: 900px;
	margin-left: auto;
	margin-right: auto;
}

#content{
	background: url(images/SchoolsBG2.jpg) no-repeat center 10px;
	width: 344px;
	height: 450px;
	padding: 60px 45px 20px 45px;
	line-height: 130%;
	margin-left: auto;
	margin-right: auto;
}

#content p{
	margin-bottom: 16px;
}

#content h3{
	display: none;
}

.bold{
	font-weight: bold;
}

.hr{
	width: 100%;
	height: 3px;
	background: #000000;
	margin: 5px 0 10px 0;
}

#footer{
	position: absolute;
	left: 0;
	bottom: -35px;
	font-size: 10px;
	color: #afafaf;
}