@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../img/tile-purple.jpg) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	line-height:1.5em;
	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: 950px;
	background: #FFFFFF;
	background-image:url(../img/bottomleft.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.jimmyguitpic {
background-image:url(../img/Jimmy-Guitar500h.jpg);
background-repeat:no-repeat;
width:290px;
float:left;
}

#noticedates {background:#FFF6BF;color:#514721;border-color:#FFD324;}

.noticejimpose {

	background-image:url(../img/Posefull-330h.png); 
	background-position: top right;
	background-repeat:no-repeat;
}

#noticedates tr {background-color:#FFF6BF; color:#514721;border-color:black;}
.grandtourdate {background-color:#494099; color:white;border-color:black;}
.grandtourdatetitle {background-color:#494099; background-position:top; background-repeat:no-repeat; background-image:url(../img/Grand-Tour-Titletrans.png); color:white; border-color:black;}
.grandtourdatetitle {padding-top:130px;}
.grandtourdate a {color:#FF0;}
#navholder {
width: 950px;
background:#9900FF;
background:url(../img/footer-back.jpg);
}


.yellow {color:#FF0;}

#navigation {
	margin: 0em;
	padding: 0em;
	width: 950px;
	text-align: left;
	background-color:#93bce7;
}

#navigation li {
	display: block;
	list-style-type: none;
	float: left;
	position: relative;
	margin: 0em .2em 0em .2em;
	padding: 0em .2em 0em .2em;
	width: 8%;
	height: 1em;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

#navigation li:first-child {
	
	margin-left: -1.5em ;
	
}


#navigation a {
	display: block;
	position: absolute;
	width: 100%;
	bottom:0;
	padding-top: 0px;
	height: 1.5em;
	background-color:#93bce7;
	color:#dbe4ef;
	text-align:center;
	text-decoration:none;
	left: -19px;
}


#navigation a:hover {
background-color:#dbe4ef;
color:#93bce7;
height: 2em;
}

.navbig {
font-size:1.1em;
}

.big {
font-size:2.5em;
}

.bigger {
font-size:3.5em;
}

.small {
font-size:1em;
}

table.dates {
 clear:both;
 width:width:100%;
 line-height: 1.4em;
 border-collapse: collapse;
 border: 4px solid #adbbca;
 color: #4f6480;
 background: #f0f0f0;
 }
 

table.dates caption {
	margin: 0;
	padding: 0;
	color: #032469;
	line-height: 2em;
	text-align: left;
	font-weight: bold;
}

table.dates tbody tr {
	background: #e9ecee;
	padding-left: 0.6em;
	border-bottom: 4px solid #ccc;
}

.creambackground {
background-color:#FFFFCC;
}

.creamtext {
	color:#FFFFCC;
}

.whitebackground {
background-color:#FFFFFF;
}

.blockquotenomargin {margin: .5em;color:#666;font-style:italic; line-height:1.5em}
.blockquotenomarginblack {margin: .5em;color:black;font-style:italic; line-height:1.5em}
.blockquotenomarginblackbig {margin: .5em;color:black;font-style:italic;line-height:1.5em; font-size:1.5em;}
.blockquotenomarginredbig {margin: .5em;color:red;font-style:italic;line-height:1.5em; font-size:1.5em;}
.red {color:red;}

#header {
	background: #DDDDDD; 
	padding: 0;  /* 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. */
}
#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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}

#newsbar {
	background-image:url(../img/tile-blue2.jpg);
	background-repeat:repeat;
	color: black;
	
	padding: 0px 10px 0px 10px;
}



#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../img/footer-back.jpg) repeat-y;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	color: white;
	clear:both;
}
#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 */
}

#footer a {
	color:#CCCCCC;
	text-decoration:none;
}

#footer a:hover {
	color:#FFFF99;
	text-decoration:underline;
}

