* {
padding : 0;
margin : 0;
}

body {
background-color : #000;
text-align : center;
font-size: 76.1%;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.3em;
color: #cbcbcb;
}

#container {
background: #333 url(../images/leftcorner.gif) bottom left no-repeat;
width: 800px;
height: 33px;
margin: 0 auto;
padding: 0;
}

#insider{
background: url(../images/rightcorner.gif) bottom right no-repeat;
height: 33px;
margin: 0;
padding: 0;
}

#header {
background : url(../images/header.jpg);
position : relative;
width : 800px;
height : 104px;
}


#wrapper {
background-color: #202020;
width : 800px;
margin : 20px auto 0 auto;
text-align: left;
color: #cbcbcb;
}


#navbar {
text-align: center;
font-size: 1.0em;
padding: 5px 0;
width: 800px;
text-transform: uppercase;
}

#subnav {
background: #333;
text-align: center;
font-size : 1.0em;
padding: 5px 0; 
width : 800px;
}

#left-content {
background-color: #202020;
float: left;
margin: auto:
}

#right-content {
background-color: #202020;
float: left;
width: auto;
margin: auto;
}

.clear {
  clear: both;        /* extend height of .main to longest column */
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}

tr, p, ul, ol {
color: #cbcbcb;
}


a {
color : #557bb5;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ul, ol {
list-style-type : disk;
padding-bottom : 3px;
padding-left: 15px;
margin-left : 10px;
}


#footer {
clear: left;
width: 800px;
height: 80px;
text-align: center;
padding: 10px 0 0 0;
margin: 0 auto;
font-size: 0.7em;
line-height: 1.2em;
color: #cbcbcb;  
background: url("http://www.artisticwhispers.com/cms/templates/redplasma/images/footer.jpg") no-repeat;
}

.contentheading, .componentheading, .small, .createdate, .buttonheading {
display: none !important;
}

.modifydate {
padding-top: 10px;
font-size: 0.8em;
}

ul#mainlevel {
margin: 0;
padding: 0;
text-align: center;
list-style-type: none; /* Gets rid of the bullet points */
 }

ul#mainlevel li {
  display: inline; /* Shows each item side-by-side */
}
ul#mainlevel a {
padding: 0 1em; /* Provides horizontal separation between menu items */
color: #557bb5;
text-decoration: none;
  }

ul#mainlevel a:hover {
color: #efefef;.
background: #05626a;
}


.mainlevel-nav {
padding: 0 10px;
text-transform: lowercase;
text-decoration: none;
}

.mainlevel-nav hover{
text-decoration: underline;
}

.inside {
padding:3px;
}

#pagenav_next pagenav_prev {
display:none;
}