﻿body {
	background-color: #000000;
}
table {
	width: 100%;
	border-collapse:collapse;
}
td {
	vertical-align:top;
}
img {
	border: 0px; 
}
#container {
	background-repeat: no-repeat;
	background-position: right top;
	width: 980px;
	height: 750px;
	margin: 20px auto;
}
.fleece {
	background-image: url('images/fleecing.jpg');	
}
.guitar {
	background-image: url('images/guitar.jpg');	
}

.left {
	width: 300px;
}
.right{
	width: 600px;
	padding: 230px 40px 10px 140px;
}
.right a {
	color: #FFFF99;
	text-decoration:none;
}
.right a:hover {
	color:#ffffff;
}
.boxtop {
	background-image: url('images/square_1x1.png');
	background-repeat: no-repeat;
	width: 531px;
	height: 16px;
}
.boxmid {
	background-image:url('images/square_2x1.png');
	background-repeat: repeat-y;
	width: 431px;
	min-height: 100px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 14px; 
	line-height:150%;
	padding: 10px 50px;
}
.boxbot {
	background-image: url('images/square_3x1.png');
	background-repeat: no-repeat;
	width: 531px;
	height: 17px;
}
li#links {
	list-style-type: none;
	margin-bottom:0px;
	margin-left:-40px;
	font-family: Arial, Helvetica, Sans;
	font-size: 14px;
	height: 50px;
	width: 212px; 
	}
li#links a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 14px 5px 14px 20px;
	background-image:url('images/button.png');
	background-repeat:no-repeat;

}

li#links a:hover   {
	color: #ffffff;
	background-image:url('images/button2.png');
	background-repeat:no-repeat;

}


