body {

	background-color: #3399CC;
	background-image: url(http://theholtsite.com/picts/backgrounds/darkredbg.jpg);
	background-attachment:	fixed;
	background-repeat:		repeat;
	background-position:	top center;
	background-color:		transparent;

	
	/*background: #cab57c url(picts/backgrounds/tweedbg.gif) top center repeat-x fixed;*/


}

#pix, img {
	border: none;
	text-decoration: none;
	margin: 0px;
}

a.toplinks {
	color: #666666;
	font: 18px verdana;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
}

a.toplinks:hover {
	color: #fff;
	text-decoration: none;
}


A {
	color: #C63806;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}


#songtypes {
	display: block;
	width: 125px;
	color: #ff9;
	text-decoration: none;
	border: solid 1px black;
	padding: 15px;
	background-color: #444;
	
	font: 16px verdana;
	margin: 25px 25px 25px 25px;
}

#songtypes:hover {
	background-color: #555;
	text-decoration: none;
}

.codepix {
	margin-right: 15px;
	float: left;
	border: solid 1px black;
	height: 80px;
	
}


	
p, blockquote, td, h2, h3, h1, th {
	font: 12px verdana;
	margin: 0px 25px 10px 25px;
	letter-spacing: 1px;
	line-height: 1.5em;
}

li {
	font: 12px verdana;
	margin: 0px 25px 10px 25px;
}

h1 {
	font-size: 4em;

	}
	
h2 {
	font-size: 18px;
}
	
h3 {
	font-size: 18px;
}

hr {
	margin: 25px;
}

small {
	font: 10px verdana;
	margin: 0px 25px 10px 25px;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 2cm;
	padding-bottom: 25px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}
