@charset "UTF-8";
body { 
	font: 12px Tahoma, Geneva, sans-serif;
	background:#fff url(img/bg.png) top left repeat;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
#container {
	width: 980px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
#container_sub {
	background:url(img/top_border.png) top left repeat-x;
	height:50px;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
#header {
	width:980px;
	float:left;
}

#nav		{
	width:980px; 
	float:left; 
	height:30px;
	font:15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
	padding: 3px 10px;
}

#footer		a:link, #footer		a:visited	{
	text-decoration:none;
	color:#000;
	height:20px;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
	padding: 5px;
}
#footer		a:hover	{
	text-decoration:none;
	color:#770000;
	height:20px;
	font:11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:lighter;
	padding: 5px;
}

#footer		li	{
display: inline;
list-style-type: none;
padding-right: 20px;

}




.art-menu	{
	text-align:right;
	
}

.art-menu a, .art-menu a:link, .art-menu a:visited
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color:#fff;
  padding:4px 15px;
  margin-top:-8px;
}


.art-menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color:#ffff00;
  padding:4px 15px 3px 15px;
  margin-top:-8px;
}

.art-menu, .art-menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
  color:#fff;
  padding:0px 15px;
}

.art-menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.art-menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.art-menu li li
{
  float: none;
}

.art-menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.art-menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.art-menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.art-menu:after, .art-menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.art-menu, .art-menu ul
{
  min-height: 0;
}

.art-menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.art-menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.art-menu
{
  padding: 6px 10px 6px 10px;
}




.art-nav
{
  position: relative;
  height: 37px;
  z-index: 100;
}

.art-nav .l, .art-nav .r
{
  position: absolute;
  z-index: -1;
  top: 0;
  height: 37px;
  background-image: url('images/nav.png');
}

.art-nav .l
{
  left: 0;
  right: 10px;
}

.art-nav .r
{
  right: 0;
  width: 1000px;
}


/* end Menu */

/* begin MenuItem */
.art-menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}

.art-menu ul li
{
    margin:0;
    clear: both;
}


.art-menu a .r, .art-menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 75px;
}

.art-menu a .l
{
  left: 0;
  right: 4px;
}

.art-menu a .r
{
  width: 408px;
  right: 0;
  clip: rect(auto, auto, auto, 404px);
}

.art-menu a .t
{
  margin-right: 10px;
  margin-left: 10px;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 14px;
  margin: 0 4px;
  line-height: 25px;
  text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r
{
  top: -25px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
  top: -25px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
  top: -25px;
}
.art-menu a:hover .t
{
  color: #E9E989;
}

.art-menu li:hover a .t
{
  color: #E9E989;
}

.art-menu li:hover>a .t
{
  color: #E9E989;
}


.art-menu a.active .l, .art-menu a.active .r
{
  top: -50px;
}

.art-menu a.active .t
{
  color: #E4E46C;
}
/* end MenuItem */

/* begin MenuSeparator */


.art-menu .art-menu-li-separator
{
  display: block;
  width: 8px;
  height: 25px;
}

/* end MenuSeparator */

/* begin MenuSubItem */
.art-menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 20px;
  width: 200px;
  overflow: hidden;
  line-height: 20px;
  background:#fff url('images/book.gif');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  font-weight:lighter;
  border-top:0px;
} 

.art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.art-menu ul a, .art-menu ul a:link, .art-menu ul a:visited, .art-menu ul a:hover, .art-menu ul a:active, .art-nav ul.art-menu ul span, .art-nav ul.art-menu ul span span
{
  text-align: left;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-indent: 12px;
  line-height: 20px;
  color: #000000;
  font-weight:lighter;
  margin-right: 10px;
  margin-left: 10px;
  background-color:#EDFFDF;
  font-variant:small-caps;
  text-decoration: none;
  margin:0;
  padding:0;
}

.art-menu ul li a:hover
{
  color: #ffff00;
  border-color: #ff0000;
  background-color:#063;
  background-position: 0 -20px;
}

.art-menu ul li:hover>a
{
  color: #ffff00;
  border-color: #92B6CE;
  background-position: 0 -20px;
}

.art-nav .art-menu ul li a:hover span, .art-nav .art-menu ul li a:hover span span
{
  color: #000000;
}

.art-nav .art-menu ul li:hover>a span, .art-nav .art-menu ul li:hover>a span span
{ 
  color: #000000;
}





/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

#content {
	width:960px;
	min-height:400px;
	float:left;
	padding: 5px 10px;
}

/* ~~ The footer ~~ */
#footer {
	padding: 10px 0;
	width:980px;
	float:left;
	background:  url(img/pencil.png) top center no-repeat;
	height:100px;
	text-align:center;
}


.foot	{
	text-align:right;
	
}

.foot a, .foot a:link, .foot a:visited
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color:#fff;
  padding:4px 15px;
  margin-top:-8px;
}


.foot a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
  color:#ffff00;
  padding:4px 15px 3px 15px;
  margin-top:-8px;
}

.foot, .foot ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
  color:#fff;
  padding:0px 15px;
}




/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

li	{
	list-style-image:url(img/book.gif);
	margin-left:10px;
	list-style-position:inside;
}

a.red:link,a.red:visited	{
	color:#770000;
	text-decoration:none;
	padding:2px 0px;
}
a.red:hover	{
	color:#ff0000;
	text-decoration:none;
	padding:2px 0px;
}

#artmenu	{
	 width:184px;
	 float:left; 
	 border:1px solid #000;
	 border-bottom:0px;
	 margin-right:25px;
}

#artmenu		a:link, #artmenu		a:active,#artmenu		a:visited	{
	color:#770000;
	display:block;
	width:180px;
	border-bottom:1px solid #000;
	text-decoration:none;
	padding:2px;
	background-color:#fff;
}
#artmenu		a:hover	{
	display:block;
	background-color:#770000;
	width:180px;
	color:#fff;
	text-decoration:none;
	padding:2px;
}
