/*Well this is my first major attempt at using css to style EVERYTHING on the design. Everything works correctly, but it may at times mess up easily. This is also a semi-easy design to customize. Just change the colors in this style sheet, and the color of the 3 images (one is a gradient, so change how you want).
Copyright 2006 Jeremy Duenas
www.zilladesings.net*/
body {
	background-image: url(images/bg_gradient.png);
}

a:link {
	text-decoration:none;
	color:#CCCCCC;
}

a:visited {
	color:#CCCCCC;
}

a:active {
	color:#CCCCCC;
}

#main {
	width:686px;
	height: 500px;
	margin: 0 auto;
	

}
#top {
	background-image: url(images/top.gif);
	margin: 0 auto;
	height: 150px;
	
}


#title {
	margin: 20px 0 0 0;
	height: 45px;
	width: 100p;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	padding: 2px;
	color: #000000;
}
#subtitle {
	font-size: 12px;
	padding: 2px;
	color:#000000
}

#topnav {
	background:#760000;
	width: 686px;
	float: right;
}

#topnavtext {
	font-size: 15px;
	color:#CCCCCC;
}

#topnavtext:hover {
	text-decoration:line-through;
}

#content {
	width: 686px;
}
#leftnavigationbox {
	width: 130px;
	height: 500px;
	float:left;
	background:#760000;
}

.leftnavigation {
	width: 130px;
	list-style: none;
	background: url(images/button_gradient.png);
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	color:#CCCCCC;	
	
}
.leftnavigation:hover {
	background: url(images/button_gradient2.png);
	display: block;
	text-decoration:line-through;
	border-left: 4px solid #000000;
	
}
#leftnavigationbox ul { margin: 0; padding: 0; }

#underleftnav {
	width:130px;
	color:#CCCCCC;	
}

#news {
	color: top center;
	width:553px;
	height:500px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	background:#760000;

}
#newsheadline {
	background:url(images/button_gradient2.PNG);
	}

.headlinetext1 {
	color:#cccccc
}
.lnheader {
	background-color:#000000;
	color:#FFFFFF;
	}


	
