html {
   margin: 0px;
   padding: 0px;
}

body {
   margin: 0px;
   padding: 0px;
   background-color: #000;
   font-family: helvetica, arial, sans-serif;
   font-size: 12px;
}

#top {
   background-color: #900;
   background-image: url('header.jpg');
   background-repeat: no-repeat;
   height: 100px;
   line-height: 100px;
   width: 100%;
   padding: 0px;
   margin: 0px;
   white-space: nowrap;
}

#nav {
   position: relative;
   left: 300px;
   top: 33px;
   display: inline;
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   white-space: nowrap; 
}

#nav li {
   display: inline;
   font-weight: bold;
} 

.current {
   padding: 10px 0px;
   background-color: #000;
   color: #ccc;
}

#nav a {
   padding: 10px 25px;
   text-decoration: none;
   color:#ccc;
   border: none;
}

#nav a:link, a:visited {
   color: #ccc;
}

#nav a:hover {
   background-color: #ccc;
   color: #000;
}

#content {
   background-image: url('contrastbg.jpg');
   background-repeat: no-repeat;
   padding: 0px;
   margin: 0px;
   min-height: 800px;
   color: #ccc;
}

#contentdesc {
   margin: 0px;
   padding: 30px 0px 0px 30px;
   color: #333;
   width: 250px;
   float: left;
}

#contenthandler {
   padding: 50px 20px 50px 10px;
   margin: 0px;
   color: #ccc;
   overflow: hidden;
}

#contenthandler h3 {
   color: #900;
   font-weight: bold;
   text-transform:uppercase;
}

#content a {
	color: #900;
   	text-decoration: none;
	border: none;
}

#content a:link, a:visited {
   color: #900;
}

#content a:hover {
	color: #f00;
}

#pagenav {
	width:550px;
	padding:5px;
	text-align:center;
}

#pagenav a {
	color: #666;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#pagenav a:hover {
	color: #999;
}

#cpnav {
	width:800px;
	padding:5px;
	text-align:center;
}
#cpnav a {
	color: #666;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#cpnav a:hover {
	color: #999;
}

.blogholder {
	width:550px;
	background-color:#222;
	padding:5px;
}

.blogholder2 {
	width:550px;
	padding:5px;
}
.updated {
	padding: 5px;
	color:#900;
	font-size:10px;
	font-style:italic;
}
.blogfooter {
	color: #900;
	font-size: 10px;
}

#emailbutton {
	border:solid 1px #222;
	background:#000;
	color:#900;
}
 
#bottom {
   width: 100%;
   height: 30px;
   min-height: 30px;
   line-height: 30px;
   background-color: #900;
   color: #000;
   text-align: center;
}   
#bottom a {
	color:#000;
	text-decoration: none;
	border-bottom:dashed 1px #000;
}
#bottom a:link, a:visited {
	color: #000;
	text-decoration:none;
	border-bottom:dashed 1px #000;
}
#bottom a:hover {
	color: #ccc;
	text-decoration:none;
	border-bottom:dashed 1px #ccc;
}
table {
	font-size:10px;
}
th {
	background-color:#333;
	font-size:12px;
}
.cp_table_bgon {
	background-color:#222;
}
.cp_table_postid {
	text-align:center;
}
.cp_table_title {
	text-align:left;
}
.cp_table_content {
	text-align:left;
}
.cp_table_datetime {
	text-align:center;
}	
.cp_table_visible {
	text-align:center;
}
.cp_table_action {
	text-align:center;
}
#cp_optionbox {
background-color:#111;
padding: 5px;
width:200px;
border:solid 1px #333;
text-align: center;
position:relative;
left: 300px;
}

#cp_optionbox h4 {
text-transform:uppercase;
margin:2px;
}

#cp_optionbox a:link, a:visited {
   color: #900;
   border: none;
}

#cp_optionbox a:hover {
	color: #f00;
	border: none;
}
 