/* CSS Document */
<style type="text/css"> 
 
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;
}
.pic_j_right {
	float: right;
	height: auto;
	width: 350px;
	border: 1px solid #FFFFFF;
	margin: 5px;
}
.pic_j {
	float: left;
	height: auto;
	width: 350px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-top: 5px;
	border: 1px solid #FFFFFF;
}
#video_block p {
	float: left;
}
#mainContent p {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#main_cd p {
	color: #CCCCCC;
	font-size: 100%;
	float: none;
}
#mainContent_articles p {
	font-size: 100%;
	color: #FFFFFF;
}
.thrColFixHdr #container {
	width: 1000px; /* 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. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 250px;
	width: 1000px;
	padding-top: 0;
	padding-bottom: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
	color: #000000;
}
h1 {
	color: #FF99FF;
	font-size: 120%;
	text-transform: capitalize;
	margin-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FF00FF;
	border-right-color: #FF00FF;
	border-bottom-color: #FF00FF;
	border-left-color: #FF00FF;
	padding: 5px;
}
h5 {
	color: #FFCCFF;
	font-style: italic;
	font-size: 140%;
	padding-left: 5px;
}
h2 {
	color: #FF33FF;
	font-size: 120%;
	text-transform: uppercase;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #FFFFFF;
	border: 1px solid #0D7DFF;
	font-size: 90%;
	background-color: #000000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	color: #FFCCFF;
	border: 1px solid #FF00FF;
	background-color: #000000;
	font-size: 90%;
}
.thrColFixHdr #mainContent {
	margin-top: 5;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #000000;
} 
.thrColFixHdr #footer {
	float: right;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF33CC;
	border-right-color: #FF33CC;
	border-bottom-color: #FF33CC;
	border-left-color: #FF33CC;
} 
#footer {
	float: right;
	width: 970px;
	padding-top: 10px;
	color: #000000;
	margin-top: 10px;
}
.thrColFixHdr #footer p {
	float: right;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #CCCCCC;
	font-weight: normal;
}
#menu {
	float: right;
	height: 30px;
	width: 1000px;
	background-color: #000000;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: double;
	border-top-color: #FF00CC;
	border-right-color: #FF00CC;
	border-bottom-color: #FF00CC;
	border-left-color: #FF00CC;
	list-style-image: url(../image/disk_purp.png);
}
#menu ul {
	display: inline;
	list-style-image: url(../image/disk_purp.png);
	width: 30px;
}
#menu li {
	display: inline;
	padding-left: 60px;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	background-repeat: no-repeat;
	list-style-image: url(../image/disk_purp.png);
}
.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. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 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;
}
 
</style>
#sidebar1 {
}
#main_cd {
	float: left;
	width: 440px;
	height: 500px;
	padding-right: 25px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #000000;
}
#main_cd p {
}
#right_cd {
	background-color: #99FF99;
	float: right;
	height: 400px;
	width: 360px;
	padding-left: 20px;
}
.cd {
	height: 180px;
	width: 180px;
	float: left;
	border: 1px solid #FF00FF;
	margin-right: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
a:link {
	color: #1093FF;
	text-decoration: none;
	list-style-image: url(../image/disk_purp.png);
	font-size: 110%;
}
a:visited {
	color: #138DFF;
	text-decoration: none;
	list-style-image: url(../image/disk_purp.png);
}
h3 {
	color: #FF99FF;
}

.cap_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 600%;
	color: #FF33CC;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	line-height: 60%;
	border: 1px solid #0E83FF;
	margin-right: 10px;
}
		
.blockquote/* Pull quote */
			 {
	clear:				right;
	font-size:			170%;
	color:				#FFFFFF;
	padding:			10px;
	width:				185px;
	float:				right;
	line-height:		1em;
	margin:				10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #CC33CC;
			
	}
	.mainContent_about {
	float: right;
	width: 680px;
	padding: 10px;
	background-color: #000000;
}
.side_about {
	float: left;
	width: 260px;
	padding: 10px;
	border: 1px solid #0E83FF;
	color: #FFCCFF;
	background-color: #000000;
}
.cap_title_gitar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 600%;
	color: #0000FF;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 60%;
	border: 1px solid #0E83FF;
	margin-right: 10px;
	background-image: url(../image/gitar.png);
	padding: 15px;
}
.cap_title_mic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 600%;
	color: #0000C4;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 60%;
	border: 1px solid #0E83FF;
	margin-right: 10px;
	background-image: url(../image/mc_purple%20copy.png);
	padding: 15px;
}
.cap_title_disk {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 600%;
	color: #FF33CC;
	text-decoration: none;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 60%;
	border: 1px solid #0E83FF;
	margin-right: 10px;
	background-image: url(../image/disk_purp.png);
	padding: 15px;
	}
.book_wrap {
	border: thin solid #CCCCCC;
	padding: 5px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent_book  {
	padding: 5px;
	float: right;
	width: 750px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #000000;
}
#mainContent_book p {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#main_content_cd {
	background-color: #000000;
	width: 1000px;
	float: left;
	height: auto;
}
.book_wrap_right {
	border: thin solid #CCCCCC;
	padding: 5px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#mainContent_articles {
	margin: 5px;
	padding: 5px;
	float: right;
	width: 760px;
	background-color: #000000;
}
.italic_purple {
	font-style: italic;
	color: #CCCCFF ! important ;
	text-decoration: none;
}
.video_index {
	margin: 1px;
	padding: 1px;
	font-size: 100%;
}
#video_index p {
	color: #FEF83C ! important ;
	padding: 2px;
}
