body {
	font-family: sans-serif;
	font-size: 10pt;
}

#page {
	position: absolute;
	width: 960px;
	height: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

#header {
	position: absolute;
	width: 960px;
	height: 140px;
	top: 0px;
	left: 0px;
}

#menubar {
	position: absolute;
	width: 181px;
	top: 140px;
	left: 0px;
}

#content {
	position: absolute;
	width: 760px;
	top: 141px;
	left: 192px;
	overflow: auto;
	margin-right: 8px;
	margin-left: 8px;
	
	background-color: rgb(255, 255, 255);
	background-image: url('img/frame.png');
	background-repeat: repeat;
}

#footer {
	position: absolute;
	width: 960px;
	height: auto;
	bottom: 0px;
	right: 0px;

	font-family: sans-serif;
	font-size: 10pt;
}

#ctext {
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 8px;
}

#head {
	font-size: 18px;
	font-weight: bold;
}

#ascc-menubar {
	position: absolute;
	width: 181px;
	top: 140px;
	left: 0px;

	background: rgb(170, 170, 220);
	background-image: url(img/ascc-menu-back.png);
	background-repeat: repeat-y;
}

#ascc-menubar-text {
	position: relative;

	left: 40px;
	margin-bottom: 16px;

	font-family: sans-serif;
	font-size: 10pt;
}

#ascc-menubar-text a:link {
	color: rgb(255, 255, 255);
	text-decoration: normal;
}

#ascc-menubar-text a:visited {
	color: rgb(255, 255, 255);
	text-decoration: normal;
}

#error {
	color: rgb(200, 0, 0);
}

#editorial {
	font-size: 24px;
	font-weight: bold;
}

#footnote {
	font-size: 9px;
}

#blue {
	color: rgb(0, 142, 224);
} 

#green {
	color: rgb(40, 168, 17);
}

#white {
	color: rgb(255, 255, 255);
}

#red {
	color: rgb(220, 0, 0);
}

#headline {
	color: rgb(40, 168, 17);
	font-size: 22px;
	font-weight: bold;
}

#headimage {
	position: relative;
	left: 600px;
	top: -64px;
	z-index: 3;
}

#catimage {
	right-margin: 8px;
}

#as-page {
	position: absolute;
	width: 500px;
	top: 8px;
	left: 128px;
}

#as-theme {
	position: absolute;
	width: 116px;
	top: 8px;
	left: 8px;
}

h1 {
	font-size: 22px;
	font-weight: extra-bold;
}

h2 {
	font-size: 18px;
}
