@charset "UTF-8";
/* CSS Document */

* {
	margin: 0 0;
	padding: 0 0;
	font-family: Georgia, "Times New Roman", serif;
}

body {
	background: black;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}

a {
	font-family: Georgia;
	font-size: 18px;
}

a:link{
	color: #FF9933;
	text-decoration: none;	

}

a:visited {
	color:#FFCC00;

}

a:hover {
	color:#FFFF33;
	text-decoration: overline;

}

a:active {
	color:#FFFF33;	
	text-decoration: underline;
}

dt {
	color: #FF9933;
	text-decoration: underline;
}

dd {
	padding: 0px 20px;
}

ul li{
	display: inline;
	font-size:18px;
	list-style-image: none;
	list-style-type: none;
	padding: 0 15px;
}

div#maincontainer {
	margin: 0 20%;
	width: 756px;
}

div#logo {
	background-image:url(images/top_piece.png); 
	background-repeat: no-repeat;
	height: 147px;
	width: 756px;
}

div#navi {
	/* border: solid 3px red; */
	height: 26px;
	margin: 106px 20px 5px 142px;
	position: absolute;
	width: 500px;

}

/********** This is used for the HomePage **********/

div#content {
	background-image:url(images/repeat_piece.png);  
	background-repeat: repeat-y;
	/* border: solid green 2px; */
	height: auto;
	padding: 10px 50px 20px 150px;
	width: 556px;
}

div#main_image {
	padding: 10px 10px 10px 10px;
}

div#bottom {
	background-image: url(images/bottom_piece.png);  
	/* border: solid red 2px; */
	background-repeat: no-repeat;
	height: auto;
	padding: 20px 50px 20px 150px;
	width: 556px;
	
}

/********** This is used for the HomePage **********/

/********** gigs.html stylesheet **********/

div#calendar {
	
}

.up a{
	font-size: 14px;
}

.center_me {
	text-align: center;
}

.clear_me {
	clear: both;
}

.copy_right {
	font-size: 8px;
	text-align: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.indent {
	text-indent: 20px;
}

.left_img{     /**** class to float left ****/
	float: left;
	padding: 10px 10px 10px 0px; 
}
     
.right_img {    /**** class to float right ****/
	float: right;
    padding: 10px 0px 10px 10px;
}

.large_letter {
	color: #FF9900;
	float: left;
	font-size: 36px;
	padding: 0px 5px;
	

}

