/*
 * dixie-chicks.com
 * dc.css
 * Cascading Style Sheet
 * Created 08/17/2001
 * Last Upd 09/22/2004

Helpful links:
http://www.keithjbrown.co.uk/vworks/design/design_2.shtml
http://codepunk.hardwar.org.uk/bcss04.htm
http://juicystudio.com/tutorial/css/fixed.asp
http://www.yourhtmlsource.com/stylesheets/csslayout.html
http://www.tizag.com/cssT/cssid.php
http://www.wpdfd.com/wpdtypo.htm
 */

/* Can't seem to put font size in Body, wonder why? */
BODY { font-family: arial, helvetica, sans-serif;
       background-color: #547ABC;
       background-image: url(./images/denbdr.gif);
       color: #000000; }

BODY.big { font-family: arial, helvetica, sans-serif;
       background-color: #547ABC;
       background-image: url(./images/denbdrlg.gif);
       color: #000000; }

a:link { color: #FFFF00; }
a:visited { color: #00FFFF; }
a:hover, a:active { color: #FF0000; text-decoration: underline; }

/* This should cover all the fonts */
P, TD, LI, DIV  { font-size: 10pt ; font-family: arial, helvetica, sans-serif;
	word-wrap: break-word; }
.head { font-size: 12pt ; font-family: arial, helvetica, sans-serif; }
.front { font-size: 24pt;
	font-weight: bold;
	font-family: Palatino, Times, Times New Roman, serif;
	text-align: center;
	}


DIV.disco { clear:right;
/* testing */
/*	background-color: #008080; */

}

/* 20 pixel text to match the graphics */
DIV.avail { font-size: 20px ; font-family: arial, helvetica, sans-serif }

.float-right { float:right;
/*	clear:right; */
	padding-left:15px;
	margin-top:10px;
	margin-bottom:10px;
/* testing */
/*	background-color: #800080; */
	}


/* HR { clear:both; } */

/* new stuff */
.container {
	position: relative; /*required if container isa to hold positioned elements*/
	width: 100%;
	margin: 0 auto;
/* testing */
/*	background-color: #000080; */
}

.menu {
	float: left;
	width: 120px;
	text-align: center;
/* testing */
/*	background-color: #800000; */
}

/* Need a smaller font for this sidebar, also text needs to show on denim */
.menu-big {
	float: left;
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt ; font-family: arial, helvetica, sans-serif;
/* testing */
/*	background-color: #800000; */
}

.menu-text {
	width: 200px;
	text-align: center;
	color: #FFFFFF;
	font-size: 8pt ; font-family: arial, helvetica, sans-serif;
/* testing */
/*	background-color: #800000; */
}

.main {
	margin-left: 135px;
/* testing */
/*	background-color: #008000; */
/* enable border for debugging */
/*	border-left: 1px dotted white; */
}

.main-big {
	margin-left: 215px;
/* testing */
/*	background-color: #008000; */
/* enable border for debugging */
/*	border-left: 1px dotted white; */
}

.clearing {
	font-size: 0;
	line-height: 0;
	clear: both;
}

/* Not used */

DIV.normal { font-size: 10pt ; font-family: arial, helvetica, sans-serif; background: rgb(102,102,102); }

/* Put "position: absolute;" with content that will be first in the HTML */
DIV.content { margin-left:135px;
	background: rgb(0,102,0);
	position: absolute; }
DIV.nav { margin-left:0px;
	width:120px;
	text-align: center;
	background: rgb(0,0,102);
	}

DIV.top { font-size: 10pt ; font-family: arial, helvetica, sans-serif;
	background: rgb(102,102,0);
	height: auto;}
	
DIV.bottom { font-size: 10pt ; font-family: arial, helvetica, sans-serif;
	background: rgb(102,0,102); }

DIV.test { position: absolute; left:-135px }

