@charset "UTF-8";
#HOMELINK {
	padding-left: 20px;
	color: #66CCCC;
	font-style: normal;
}
/* CSS Document */

.style1 {color: #FF0000}
#sidebar1 #watchthisvideo {
	text-align: center;
	white-space: nowrap;
	padding-left: 20px;
}
#musicproductionthumb {
	float: left;
	height: 120px;
	width: 100px;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	padding-left: 20px;
}
#recordingthumb {
	white-space: nowrap;
	text-align: center;
	width: 100px;
	height: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: left;
}
#backingtraxthumb {
	float: left;
	height: 120px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
}
#giftexperiencesthumb {
	white-space: nowrap;
	height: 120px;
	width: 100px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: center;
	float: left;
}
#mainContent .fullsizeimage {
	white-space: nowrap;
	height: 350px;
	width: 290px;
	padding-top: 0px;
	padding-right: 15px;
	text-align: center;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
	border: thin solid #999999;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
} 
#header  {
	background-color: #000000;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 110px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
	border: 0px none #FFFFFF;
}
#sidebar ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#sidebar1 li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 150px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000000;
	color: #FFFFFF;
	border: thin solid #999999;
} 
#footer  { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 75%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 0px;
}
#sidebar1 #iain {
	text-align: center;
	padding-right: 15px;
	padding-left: 20px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	width: 770px;
}
#nav     {
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	width: 780px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul {
	margin-top: 0px;
	padding-top: 0px;
	color: #FFFF00;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-right: 20px;
	margin-left: 50px;
	color: #FFFFFF;
	font-size: 100%;
}
#nav a {
	color: #A4CBEE;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 90%;
}
#nav a:hover {
	color: #DA83B4;
	font-size: 90%;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #FEC7FE;
	font-size: 90%;
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #CCCCCC;
}
#sidebar1 a {
	color: #A4CBEE;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	font-size: 90%;
}
#watchthis {
	white-space: nowrap;
	text-align: center;
	height: 100px;
	width: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}
body,td,th {
	font-size: 100%;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
}
.image-border {
	border: thin groove #66CCCC;
}
.p {
	font-size: 70%;
}
.h2 {
	font-size: 70%;
}
#mainContent #recording {
	height: 150px;
	width: 150px;
	margin-left: 0px;
	padding-right: 20px;
	float: left;
}
#mainContent #records {
	float: left;
	height: 170px;
	width: 170px;
	margin-right: 20px;
}
#moreinfo {
	text-align: right;
	font-size: 80%;
	padding-right: 10px;
}
#moreinfo a {
	color: #A4CBEE;
	text-decoration: none;
	font-size: 90%;
}
#moreinfo a:hover {
	color: #B100C5;
	font-size: 90%;
	text-decoration: none;
}
#mainContent #back .p a {
	color: #A4CBEE;
	text-decoration: none;
}
#mainContent #back .p a:hover {
	color: #B100C5;
	text-decoration: none;
}
