/* CSS Document */

body { background-color: #000;
	}
body,td,th { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #fff; }
.style0 {font-size: 14pt; color: #c5161d; font-weight: bold; }
.style0a {font-size: 14pt; color: #fff; font-weight: bold; }
.style0b {font-size: 16pt; color: #fff; }
.style1 {font-size: 12pt; font-weight: bold; }
.style2 {font-size: 12pt; color: #c5161d; font-weight: bold; }
.style3 {font-size: 9pt; color: #fff; font-style: italic;}

a:link {color: #c5161d; text-decoration: underline;}
a:visited {color: #c5161d; font-style: italic; text-decoration: underline;}
a:hover {font-weight: bold; text-decoration: none;}

#logo {
position: absolute;
top: 3%;
left: 0%;
z-index: -2;
}

#topright {
position: absolute;
top: 10%;
right: 0%;
z-index: -2;
}
#itag {
position: absolute;
top: 80%;
right: 0%;
z-index: -2;
}
#inav {
	position: absolute;
	top: 40%;
	left: 0%;
}
#nav {
	position: absolute;
	top: 30%;
	left: 0%;
}
#ibody {
	position: absolute;
	top: 40%;
	left: 15%;
}
#body {
	position: absolute;
	top: 10%;
	left: 25%;
}
#blurb {
	position: adsolute;
	top: 5%;
	left: 10%;
}
#motioncontainer {
	width:expression(Math.min(this.offsetWidth, maxwidth)+'px');
}
