body {
	padding: 0;
	margin: 0;
	color: black;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: white url(../images/bg-home.gif) repeat-y scroll 0 95px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link, a:visited {
	color: #ba122b;
}
a:focus, a:hover, a:active {
	color: #005ec4;
}
a img {
	border: none;
}
/* ids */
#skip {
	font-size: 0.7em;
	position: absolute;
	left: -1000px;
	top: -500px;
}
#strap {
	position: absolute;
	top: 14px;
	left: 480px;
	z-index: 1000;
	font-size: 11px;
	line-height: 1.45;
}
#header {
	width: 982px;
	height: 84px;
}
#menu {
	width: 964px;
	padding-left: 18px;
	background-color: #262225;
	font-size: 0.8em;
	height: 23px;
}
#menu a {
	font-weight: normal;
}
#wrapper {
	width: 982px;
	margin: 0;
	position: relative;
}
#contents {
	width: 455px;
	padding: 0 25px 10px 25px;
	margin-left: 296px;
	margin-right: 181px;
}
#contents #news {
	width: 165px;
	float: left;
	padding-top: 24px;
}
#contents #main {
	width: 265px;
	float: right;
	padding-top: 24px;
}
#contents #news img, #contents #main img.topstory {
	margin-bottom: 2px;
}
#contents p {
	border-bottom: 1px solid black;
	padding-bottom: 0.75em;
	font-size: 0.75em;
	line-height: 1.4;
}
#contents p.safe {
	border-bottom: none;
	padding-bottom: 0;
}
#left {
	width: 296px;
	padding-top: 35px;
	background: #010947 url(../images/left-bg.jpg) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#left img.button {
	display: block;
	margin-bottom: 7px;
	float: left;
	width: 169px;
}
#headmaster {
	padding: 18px;
	margin-top: 3px;
	color: white;
	clear: both;
}
#right {
	width: 181px;
	padding-top: 31px;
	background-color: #9bcbef;
	background-image: url(../images/bg-right.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}
#right img {
	display: block;
	margin-bottom: 6px;
}
#sub-buttons {
	padding-top: 12px;
	border-top: 1px solid black;
	margin-bottom: 25px;
}
#sub-buttons img {
	float: left;
	margin: 0;
}
#subbuttons {
	padding-top: 12px;
	border-top: 1px solid black;
	margin-bottom: 12px;
	height: 128px;
}
#subbuttons img {
	float: left;
	margin: 0;
}
/* tags */
h1 {
	margin-top: 0;
	margin-bottom: 0.65em;
	font-size: 1.5em;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.8em;
	line-height: 1.5;
}
#main h1 {
	font-size: 1.3em;
	color: #ba122b;
}
#main p {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0.75em;
}
#main ul {
	font-size: 0.8em;
	margin-bottom: 0.75em;
	margin-top: 0.75em;
	margin-left: 18px;
	padding-left: 0;
}
/* classes */
.newsimg {
	float: left;
}
.readmore {
	float: right;
}
img.topstory {
	padding-bottom: 2px;
}
.newsinset {
	float: left;
	margin: 4px 7px 1px 0;
}

/* cushy cms warning */
.warning {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2;
	color: #ba122b;
	padding-bottom: 4px;
}

/* moz scroll bar */
body {
	overflow: -moz-scrollbars-vertical;
}
