/* Nightshades by James Morris of MyWebResource (contact@MyWebResource.com) */
body 
{
 margin: 0;
 padding: 0;
 color: #DEDEDE;
 background-image: url("images/pageback.jpg");
 background-color: #000;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-position: top right;
 font-size: 14px;
 font-family: Comic Sans MS;
}

ul 
{
 margin-top: 0;
 margin-left: 0;
 padding-left: 12px;
 list-style: circle;
}

li 
{
 margin-top: 3px;
 margin-right: 0;
 margin-bottom: 3px;
 margin-left: 10px;
}

a 
{
 text-decoration: none;
 color: #FFF;
 background-color: transparent;
 font-weight: bold;
}

a:hover 
{
 text-decoration: underline;
 color: #999;
 background-color: transparent;
}

#logo 
{
 display: block;
 padding: 5px;
 margin-top: 0;
 margin-right: 200px;
 margin-bottom: 0;
 margin-left: 0;
}

#sitename 
{
 font-size: 275%;
 font-weight: bold;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 5px;
}

#pagetitle h1 
{
 font-size: 175%;
 font-weight: bold;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 130px;
}

.blocktitle 
{
 display: block;
 font-weight: bold;
 font-size: 120%;
 text-align: left;
 padding: 0;
 margin: 0;
 color: #CCC;
 border-top-color: #999;
 border-top-width: 1px;
 border-top-style: solid;
 border-left-color: #999;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: #555;
 border-right-width: 1px;
 border-right-style: solid;
 border-bottom-color: #555;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 background-image: url(images/blockback.jpg);
 background-repeat: repeat-x;
}

.blocktitle h2 
{
 margin: 0;
 padding: 0;
 font-size: 110%;
}

.blockcontent 
{
 text-align: left;
 padding: 2px;
}

#navigation 
{
 position: absolute;
 top: 10px;
 right: 10px;
 width: 175px;
 text-align: left;
}

ul.nav 
{
 list-style: none;
 margin: 0;
 padding: 0;
}

li.nav a 
{
 text-decoration: none;
 margin-top: 1px;
 margin-right: 0;
 margin-bottom: 1px;
 margin-left: -12px;
 padding: 4px;
 color: #DDD;
 background-color: transparent;
 background-image: url(images/menuback.gif);
 font-weight: bold;
 width: 100%;
 border-color: #333;
 border-width: 1px;
 border-style: solid;
}

html>body li.nav a 
{
 display: block;
}

li.nav a:hover 
{
 text-decoration: none;
 color: #FFF;
 background-color: transparent;
 background-image: url(images/menuback-h.gif);
 border-color: #999;
 border-width: 1px;
 border-style: solid;
}

#main-body 
{
 margin-top: 10px;
 margin-right: 200px;
 margin-bottom: 10px;
 margin-left: 10px;
 overflow: auto;
}

.spotlight-left 
{
 position: relative;
 width: ;
 float: left;
 margin-top: ;
 margin-right: ;
 margin-bottom: 0;
 margin-left: 0;
 text-align: center;
 : ;
}

.spotlight-left .blockcontent 
{
 border-left-color: #999;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: #555;
 border-right-width: 1px;
 border-right-style: solid;
 border-bottom-color: #555;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

.spotlight-right 
{
 position: relative;
 width: 200px;
 float: right;
 margin-top: 5px;
 margin-right: 0;
 margin-bottom: 0;
 margin-left: 5px;
 text-align: left;
}

.spotlight-right .blockcontent 
{
 border-left-color: #999;
 border-left-width: 1px;
 border-left-style: solid;
 border-right-color: #555;
 border-right-width: 1px;
 border-right-style: solid;
 border-bottom-color: #555;
 border-bottom-width: 1px;
 border-bottom-style: solid;
}

#footer 
{
 clear: both;
 border-top-color: #777;
 border-top-width: 1px;
 border-top-style: solid;
 margin-top: 10px;
 margin-right: 200px;
 margin-bottom: 10px;
 margin-left: 10px;
 padding-top: 2px;
 padding-right: 0;
 padding-bottom: 2px;
 padding-left: 0;
 line-height: 120%;
 text-align: right;
}

/* Nightshades by James Morris of MyWebResource (contact@MyWebResource.com) */