body {
	color: #9F9F9F;
	background-color:black;
	border-color: #C0C0C0; /* Sometimes this has to be overridden...not sure why */
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
       /* background: #fff url('views/gx/newbackground1.jpg'); */
       background: url('design_images/backdrop.jpg');
}
#page{
	background-color:#000;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: red;
	font-family: Tahoma, Arial, sans, sans-serif;
	font-weight: bolder;
}

h1, h2, h3{
	/* Don't want these bold, they make enough impact as normal text */
	font-weight: normal;
}


.blogContent{
	
	
}
.blogContent h2{
	
}
.blogContent h3{
	
}
a{
	color:#ff0;
}
#navigation, #sidebar{
	
	
	
}
.box{
   /* border-color:#2120de; */
}
#footer{
	
}




