html, body   { 
	font-family: Palatino, "Times New Roman", Georgia, Times, serif; 
	background: #fff url(images/bg-sq.gif); 
	margin: 0px;
	height: 100%;
}

a { text-decoration: none; }

a.nav:link { color: black; }
a.nav:visited { color: black; }
a.nav:hover { color: #069; }

a.body:link { color: black; }
a.body:visited { color: black; }
a.body:hover { color: #069; }

#header {
	background: #070707;
	height: 280px;
}

#wmc {
	float: right;
}

#nav {
	border: 6px solid #E5A83E;
	background: #feb;
	color: #fff;
	padding: 10px;
	font-size: smaller;
	font-weight: bold;
	line-height: 2em;
}
#navcontainer {
	position: absolute;
	top: 110px;
	left: 10px;
	z-index: 10;
	width: 190px;
}

#homequote {
	color: #fff;
	width: 280px;
	position: absolute;
	top: 110px;
	left: 350px;
	z-index: 9;
}
#landscape  { position: absolute; z-index: 10; top: 280; right: 0; float: right }
#body  { 
	background-color: #C3E5D1;
	margin-right: 150px;
	border-right: 60px solid #ADCCBA;
}

#content {
	margin: 0px 0px 0px 200px;
	padding: 10px;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans serif;
	font-size: smaller;
}

#footer {
	margin-right: 150px;
	background: #A3BFAE;
	border-right: 60px solid #8DA697;
	color: #000;
	padding: 10px;
	font-size: smaller;
	font-weight: bold;
}
#rep {
	margin: 6px 0px 0px 20px;
}
#rep_l {
	float: left;
	width: 100px;
	font-weight: bold;
	font-style: italic;
}
#rep_r {
	float: left;
}

/* PERFORMANCES CLASS DEFINITIONS */

#perf {
	z-index: auto;
	font-size: normal;
}

#perfNav {
	text-align: right;
}
#perftitle, #perftitletoday {
	padding: 5px;	
}
#perftitle {
	color: #E3FFEF;
	background: #57665D;
}
#perftitletoday {
	color: #ffe;
	background: #CC9537;
}
#perfdesc {
	padding: 5px;
}
#perfVenue {
	float: right;
	font-style: italic;
}
#perfquotes, #perflinks {
	float: right;
	clear: right;
	width: 200px;
}
#perfquotes {
	font-style: italic;
}
#perflinkstitle {
	background: #adccba;
	padding: 4px;
	font-weight: bold;
	margin-top: 10px; 
}
#perflinks {
	margin-bottom: 4px;
}

/* IMAGES */

#compic  { 
	font-size: 0.9em;
	font-weight: bold;
	margin: 5px 15px;
	width: 150px;
	float: right;
	clear: right;
}
img.comp { border: 1px solid #000; margin-bottom: 2px; }

/* ADMIN CLASSES */

a.anav:link { color: #feb; }
a.anav:visited { color: #feb; }
a.anav:hover { color: #c96; }

table.main-top { color: #feb; background-color: #070707; height: 100px; text-transform: uppercase; }
table.main-mid { background-color: #C3E5D1; font-size: 0.9em;}
table.perfnav, table.complist, table.perf { font-size: smaller; }


td.nav { font-size: smaller; font-weight: bold; }
td.amain {  border-right: 20px solid #ADCCBA;  }
td.afooter { background: #A3BFAE; border-right: 20px solid #8DA697; color: #000; }

td.perftitle, td.perflinkstitle { background: #a3bfae; font-weight: bold; }
td.perftitletoday, , td.perflinkstitletoday { background: #bfa3ae; font-weight: bold; }

td.perfdesc { background-color: #C3E5D1; }
td.perfdesctoday { background-color: #E5C3D1; }

td.perfquotes, td.perflinks { background-color: #b3d5c1 }
td.perfquotestoday, td.perflinkstoday { background-color: #d5b3c1 }

td.compname { font-weight: bold; width: 240px; text-align: right; }
td.compera { font-weight: bold; background: #b3d5c1; }
td.comptitle { font-weight: bold; background: #a3bfae; }
