body {
   background: #535F69;
   margin: 0px;
   padding: 0px;
}

body, div, tr, td, table, fieldset, legend {
   color: #ffffff;
   font-family: "Lucida Grande", tahoma, arial;
   font-size: 12px;   
}

small {
   color: #cccccc;
}

select, input, textarea {
   color: #000000
}


#back { 
   background-image: url(../gfx/layout/back_tile.gif);
   background-repeat: repeat-x;
   height: 197px;
   margin: 0px;
}

#box {
   border-left: 4px solid #ffffff;
   border-right: 4px solid #ffffff;
   border-bottom: 4px solid #ffffff;
   background: #1C1C1C;
   width: 90%;
   text-align: left;
}

#navbox {
   background: #209596;
   background-image: url(../gfx/layout/logo_back.gif);
   background-position: right;
   background-repeat: no-repeat;
   height: 66px;
}

#navbox .cont {
   padding-top: 40px;
}

#nav_new {
   font-family: "Lucida Grande", tahoma, arial;
	color: #b4dede;
	padding-left: 12px;
	font-weight: bold;
	border: 0px solid red;;
}

#nav_new a {
	color: #b4dede;
	font-weight: bold;
	text-decoration: none;
}

#nav_new a:hover {
	color: #ffffff;
	font-weight: bold;
}

#headbox {
   background: #1C1C1C;
   background-image: url(../gfx/layout/head_back.gif);
   background-position: right;
   background-repeat: no-repeat;
   height: 26px;
}

#footbox {
   background: #2a2a2a;
   padding: 10px;
   color: #888888;
}

#footbox a {
   color: #999999;
   text-decoration: none;
   font-weight: bold;
}

#footbox a:hover {
   color: #ffffff;
}

#footbox a.button {
   border: 1px solid #444444;
   padding: 3px;
   background: #1c1c1c;
   text-transform: uppercase;
}

#content {
   padding: 10px;
   line-height: 170%;
}

#content a {
   color: #F2F980;
  /* color: #ffffff;*/
   text-decoration: none;
}

#content a:hover {
   color: #CAF980;
   border-bottom: none;
}

#content fieldset legend {
   font-size: 13px;
}

#content div, #content fieldset, #content td {
   font-size: 12px;
} 

h1, h2, h3 {
   font-size: 13px;
}

h2 {
   font-size: 12px;
   font-weight: normal;
}

.artTitle {
   font-size: 12px;
   color: #cccccc;
   text-align: center;
   margin-top: 5px;
}

#content .artTitle a {
   border: none;
}

#content .newsTitle {

}

#content .newsTitle a {
   font-size: 12px;
   color: #cccccc;
   background: #111111;
   border: none;
   text-decoration: none;
   display: block;
   padding: 2px;
   padding-left: 5px;
   padding-right: 5px;
}

#content .newsTitle a:hover {
   color: #ffffff;
   background: #232323;
}

#content .imgwrapper {
   border: 1px solid #666666;
}

#content .imgwrapper:hover {
   border: 1px solid #999999;
}

td .name {
   font-size: 11px;
   color: #666666;
   text-align: right;
}

hr {
   height: 1px;
   background: #666666;
   border: none;
}

#content a.imglink {
   border: none;
}

#category_thumbnails {
	float: left;
	border: 0px solid red;
	width: 170px;
	height: 170px;
   padding: 10px;
   display: block;
}


