/*
	Core CSS Document [Website Architecture and basic style/resets]
	Author: Echidna Solutions Corp/2008 - support@echidna.ca
	v1.3 // MASTER core file modified on 11/18/2008	
*/

/*
	=SITE STRUCTURE
*******************************/
#document{margin:0 auto; width:960px; background:url(../images/bg_document.jpg) no-repeat top center;}

/* header */
#header{position:relative; float:left; height:80px; width:960px;}

/* content */
#content{width:960px;}

/* content main */
#content_main{position:relative; float:left; width:398px;}

/* content sidebar */
#content_sidebar{position:relative; float:left; margin:0 20px 0 10px; width:251px;}
#content_sidebar2{position:relative; float:left; margin:0 10px 0 20px; width:251px;}
#content_sidebar2 #performers{position:relative; float:left; margin:10px 0 10px 0; width:251px;}
#content_sidebar2 #newsletter{position:relative; float:left; margin:10px 0 20px 0; width:251px;}

/* siteinfo */
#site_info{position:relative; float:left; margin:25px 0 0 0; width:960px;}
#site_info #links{width:600px; margin:0 0 0 281px;}

/*
	=NAVIGATION STRUCTURE
*******************************/

/* global */
#navigation_primary li, #navigation_secondary li{position:relative; height:40px;}

/* primary */
#navigation_primary{position:relative; width:241px; height:; margin:75px 0px 0px 0px;} /* list or div? */
#navigation_primary li a{height:30px; width:251px; float:left; display:block; /*text-indent:-9999px; overflow:hidden;*/}

/* secondary */
#navigation_secondary{width:; float:; position:relative;} /* list or div? */

/*
	=MODULES STRUCTURE
*******************************/

/* global */


/* home page */


/* sub page */

