@charset "UTF-8";
.body  {
	font-family:  sans-serif;
	font-size: 0.72em;
	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;
}
p {
	font-family:  sans-serif;
	font-size: 0.72em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}
.twoColFixLtHdr #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000; /* 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. */
	height: 460px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #000000;
	margin: 0px;
padding: 0px;
} 
/*.twoColFixLtHdr #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; /
* using padding instead of margin will allow you to keep the element away from the edges of the div 
}*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 365px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px;
}
.twoColFixLtHdr #mainContent {
	background-color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 26px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	border-left: 26;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.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;
}
h3 {
	font-family:  sans-serif;
	font-size: 0.72em;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	margin: 0px;
	padding: 0px;
}
ol {
	font-family:  sans-serif;
	font-size: 0.72em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	line-height: 1.2;
}
li {
	line-height: 1.2;
}
h2 {
	font-family:  sans-serif;
	font-size: 0.72em;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	margin: 0px;
	padding: 0px;
}
/*
	h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #FFCC66;
	margin: 0px;
	padding: 0px;
}
*/
.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 0px 30px 10px 26px;*/
	padding: 10px 30px 10px 26px;
	margin: 0px;
}
.subhead {
	font-family:  sans-serif;
	font-weight: bold;
	color: #FF9900;
}
.twoColFixLtHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 26px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 26px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 10px 0px;
}
.twoColFixLtHdr #mainContentL {
	background-color: #000000;
	float: 366;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 366px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 360px;
}
.month {
	
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
}
.date {
	
	font-weight: bold;
	color: #6699CC;
}
.venue {
	
	font-weight: bold;
	color: #FFFFFF;
}
.actname {
	color: #FFFFFF;
}
.bodyblack {
	
	font-weight: normal;
	color: #000000;
}
.bodywhite {
	color: #FFFFFF;
}
.twoColFixLtHdr #sidebar5 {
}
.twoColFixLtHdr #mainContentA {
	background-color: #000000;
	margin-top: 10px;
	margin-right: 385px;
}

#about
{
	background-image: url(../images/background_guitar_1.jpg);
	width: 760px;
}

#aboutContent
{
	width: 250px;
	padding: 8px 0px 10px 26px;
	float: left;
}
#aboutContentM {
	width: 220px;
	padding: 7px 10px 0px 8px;
	float: left;
}
#aboutContentR
{
	width: 220px;
	padding: 7px 8px 0px 0px;
	float: left;
}
#projects
{
background-image: url(../images/back_slice_close.jpg)
}

#projectsContent
{
	width: 363px;
	padding: 10px 15px 10px 26px;
	float: left;
}
#projectsContentR
{
	width: 300px;
	padding: 10px 5px 10px 26px;
	float: left;
}
#contact
{
	background-image: url(../images/back_ahmed.jpg);
	height: 337px;
}

#contactContent
{
	width: 350px;
	padding: 10px 5px 10px 26px;
}

#links
{
}

#linksContent
{
width: 350px;
padding: 10px 5px 10px 26px;
}
 

A:link
{
    text-decoration: none;
    color: #ffffff;
}
A:visited
{
    text-decoration: none;
    color: #ffffff;
}
A:active
{
    text-decoration: none;
    color: #ffffff;
}
A:hover
{
    text-decoration: underline;
    color: #ffffff;
}
#HomeR {
	width: 350px;
	padding: 2px 0px 10px 0px;
	float: left;
}
#tourL {
	width: 218px;
	padding: 13px 0px 10px 26px;
	float: left;
}
#tourM {
	width: 180px;
	padding: 32px 26px 10px 26px;
	float: left;
}
#tourR {
	width: 220px;
	padding: 32px 0px 10px 26px;
	float: left;
}
#gallery_1 {
	float: left;
	width: 242px;
	padding-left: 26px;
	padding-top: 26px;
}
#gallery_2 {
	float: left;
	width: 241px;
	padding-top: 26px;
}
#gallery_3 {
	float: left;
	width: 242px;
	padding-top: 26px;
}
#gallery_4 {
	float: left;
	width: 166px;
}
#videoL {
	width: 480px;
	padding: 18px 0px 10px 26px;
	float: left;
}
#videoR {
	width: 190px;
	padding: 15px 0px 0px 26px;
	float: left;
}
#video {
}
#mediaL {
	width: 734px;
	padding: 8px 0px 10px 26px;
	float: left;
	background-image: url(../images/reviews.jpg);
	height: 450px;
}
#musicL {
	width: 218px;
	padding: 26px 0px 10px 26px;
	float: left;
}
#musicM {
	width: 180px;
	padding: 26px 36px 10px 26px;
	float: left;
}
#musicR {
	width: 220px;
	padding: 26px 0px 10px 16px;
	float: left;
}
