/**********************/
/* Default appearance */
/**********************/

/* Body */
body {
     font-size: 11pt;
     font-weight: 500;
     font-style: normal;
     color: black;
     background: #ffebb5 url(menu/MenuClearBoard.png) no-repeat;
}

/*
hr {
    width: 85%;
}
*/
/*
div {
	border-style: dotted;
}
*/

/* Links */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Images */
img {
	border-style: none;
	margin: 0px 5px 0px 5px;
	behavior: url("pngbehavior.htc");
}

/***********/
/* Classes */
/***********/

.centered {
	text-align: center;
}

.subTitle {
          font-size: 16pt;
          font-weight: 800;
          font-style: normal;
          color: #ff8800;
	text-align: left;

	position: relative;
	top: -10px;

}

.subMenu {
         font-size: 14pt;
         font-weight: 600;
         font-style: normal;
 	text-align: center;
}

/* Events Past & Future */
.eventInfo {
           font-variant: small-caps;
}

/* Word on the Street */
.wotsPress {
           font-size: 13pt;
           font-weight:700;
	text-align: center;
}
.wotsQuote {
           font-weight: 500;
           font-style: italic;
}
.wotsSource {
            font-weight: 600;
}

/* Excerpt Headers */
h4.Excerpt-Topic {color: #0000FF; font-variant: small-caps}
h4.Excerpt-Tips  {color: #007F00; font-variant: small-caps}
h4.Excerpt-Quest {color: #FF0000; font-variant: small-caps}
h4.Excerpt-Excercise {color: #FF7F00; font-variant: small-caps}

.MenuItem {
	width: 110px;
	height: 75px;
}


/********/
/* ID's */
/********/

#MenuSpacer {
	float: left;
	height: 260px;
	width: 225px;
}

#Menu {
	height: 230px;
	width: 775px;
	left: 0px;
}

#MenuRow1 {
	position: absolute;
	top: 35px;
	left: 315px;
	width: 370px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 1;
}

#MenuRow2 {
	position: absolute;
	top: 105px;
	left: 250px;
	width: 500px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 2;
}

#Content {
/*	float: right;*/
/*	position: absolute;*/
/*	top: 350px;*/
/*	left: 250px;*/
	text-align: center;
}

#buyContent {
	position: absolute;
	left: 250px;
	top: 300px;
	width: 640px;
}

#buyCover {
	float: right;
	width: 166px;
	height: 250px;
}

#buyGirl {
	float: left;
	width: 168px;
	height: 250px;
}

#buyList {
/*	width: 250px;*/
}

#workshopFlyer {
/*	background: white;*/
	position: absolute;
	left: 240px;
/*	float: right;*/
	width: 800px;
}

.hiddenDiv {
	display:none;
	}