/*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_gradient1.png);
}

a:link {
	text-decoration: none;
	color:#000000;
}

a:visited {
  text-decoration: none;
	color:#000000;
}

a:active {
	text-decoration: none;
	color:#000000;
}

#italic {
 font-style: italic;
 color:#d9b2ed;
 margin: 1em;
}

#main {
	width:686px;
	height: 800px;
	margin: 0 auto;
	

}
#top {
	background: url(images/top1.gif) top center;
	margin: 0 auto;
	height: 150px;
	
}


#title {
	margin: 20px 0 0 0;
	height: 45px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	padding: 2px;
	color: #d9b2ed;
}
#subtitle {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	color:#d9b2ed;
}

#topnav {
	background:#760000;
	width: 686px;
	float: right;
}

#topnavtext {
	font-size: 15px;
	color: #d9b2ed;
	padding: 4px;
}

#topnavtext:hover {
/*	text-decoration:line-through; */
}

#content {
	width: 686px;
}
#leftnavigationbox {
	width: 130px;
	height: 500px;
	float:left;
	background:#760000;
}

#leftnavigationboxLong {
	width: 130px;
	height: 800px;
	float:left;
	background:#760000;
}

.leftnavigation {
	width: 130px;
	list-style: none;
	background: url(images/button_gradient1.png);
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	color:#000000;	
	
}
.leftnavigation:hover {
	background: url(images/button_gradient3.png);
	display: block;
	/*text-decoration:line-through;*/
	border-left: 4px solid #000000;
	
}
#leftnavigationbox ul { margin: 0; padding: 0; }

#leftnavigationboxLong ul { margin: 0; padding: 0; }

#underleftnav {
	width:130px;
	color:#000000;	
}

#news {
	color:#000000 top center;
	width:553px;
	height:500px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	background:#760000;

}
#newsLong {
	color:#000000 top center;
	width:553px;
	height:800px;
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	background:#760000;

}

#newsheadline {
	background:url(images/button_gradient3.png);
	}
	
#picturebox {
	width: 200px;
	height: 280px;
	float:right;
	background-image: ;
}

#pictureboxCenter {
	width: 553px;
	height: 400px;
	float:center;
}

#paypalBox{
  width:100px;
	height: 100px;
	float: center;
}

.headlinetext1 {
	color:#000000;
	font-weight: bold;
	text-align: center;
}

.headlinetext2 {
	color:#ade5c6;
	margin: 1em;
}

#headlinenavtext {
	font-size: 15px;
	color: #d9b2ed;
	padding: 4px;
	text-decoration: underline;
}


	
