/*  ARTU09.css */

/* Overall Page */
body		{ font-family: Verdana, Arial, sans-serif;
			  background-image: url(../images/bars.gif)}

#wrapper	{ 	margin: 0px;
				padding: 0px;
				min-width: 900px}

/* Header Section */
#header	{ padding: 1em 0em 0em 2em;
			  background-color: #DCFAFF;
			  width: 830px;
			  margin-left: auto;
			  margin-right: auto;}

#navigation { min-width: 1000px;
			  margin-left: auto;
			  margin-right: auto;}

#title		{  }
#title p	{ font-size: large;
			  font-weight: bold; }

#logo		{ float: left;
			  width: 10em;}

.limited {	color: #000000;
			background-color: #FFFF00; }
.filled {   color: #FFFFFF;
			background-color: #FF0000; }

/* Navigation Section*/

#skipnav	{ position: absolute;
			  left: -100px;
			  top: 0px; }

#nav		{ list-style: none;
			  margin: 0em auto 0em auto;
			  padding: 0em 2em 1em 0em; }
#nav li		{ display: block;
			background-color: #c9f;
			margin-bottom: 0.2em;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: small;
			font-weight: bold;
			width: 8em;
			text-decoration: none;
			font-style: normal;
			text-align: center;
			border-color: #ccccff #9999cc #9999cc #ccccff;
			border-style: solid;
			border-width: 0.3em;
			display: inline; }
#nav li a	{ color: #666600;
			text-decoration: none; }
#nav li a:hover { font-style: oblique; }
#nav li a:visited { text-decoration: none; }

/* Main Content Section */

div#content	{ width: 600px; height: 100%;
			  font-size: 70%;
			  margin-left: auto;
			  margin-right: auto;
			  margin-top: 1em;
			  padding: 0em 2em 1em 0em;
			  background-color: #DCFAFF;}

#content p	{ line-height: 1.6em;
			  text-align: justify; }
			  
#content .signature	{ font-family: "Mural Script";
			  font-size: 250%; }

#splash { 	  right: auto; }

.artisttable { margin-left: auto; margin-right: auto;}

.NewsItem { text-align: center;
			border: 1px solid black;}

.wname	{ font-size: 18px; font-weight: bold;}		/* workshop name */
.slevel	{ font-size: 14px; font-weight: bold;}		/* student level */
.twkshp	{ font-size: 14px; font-weight: bold;}		/* type of workshop */
.aname	{ font-size: 14px; font-weight: bold;}		/* artist name */
.ntxt	{ font-size: 14px; }						/* normal text */
.price	{ font-size: 14px; font-weight: bold; text-align: right;}

/* Footer Section */
div#footer		{	padding: 1em 0em 1em 0em;
			  margin-top: 1em;
			  margin-left: auto;
			  margin-right: auto;
			  width: 830px;
				font-size: x-small;
				background-color: #DCFAFF;}

div#footer .copyright {	text-align: center;}
/*
#bottomnav { background-color: #FFFFCC;}
*/
/* end of ARTU09.css */

