body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999999;
}
#scroll {
	SCROLLBAR-FACE-COLOR: #C5000A;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #000000;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #af0009;
	SCROLLBAR-DARKSHADOW-COLOR: #000000
}
a:link {
	color: #999999;
	text-decoration:none;
}
a:visited {
	color: #999999;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
	font-weight:bolder;
	/*font-style:oblique;*/
	font-size:1.1em;
}
/* DIEUPART */
.dieup {
	font-size:10px;
}
/*------------------------------------*/
/* LEFT PICTURES ATTACHEMENT */
.latestItinerary {
	background-image:url(data_pictures/pic_taylorbw.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#2c2c2c;	
}
.music {
	background-image:url(data_pictures/pic_ep.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#2c2c2c;
}
.bio {
	/*background-image:url(file:///D|/SITES/Taylor_Caldwell/data_pictures/pic_bio.jpg);
	background-position:right;
	background-repeat:no-repeat;*/
	background-color:#2c2c2c;
}
.mailingList {
	background-image:url(data_pictures/pic_mailingList.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#2c2c2c;
}
/*------------------------------------*/
/* TOP MENU*/
#topMenu {
	margin-right:50px;
}
#topIcon{
margin-bottom:15px;
}

/*------------------------------------*/
/* MENU FOOTER */

#mainMenu {
	z-index: 1;
	position: static;
	text-align: right;
	text-transform: uppercase;
	margin-right:40%;
}
#menuList {
	/*position: static;*/
	text-align: right;
	display: block;
}
#menuList li {
	display: inline;
	list-style: none;
	font-weight: normal;
	text-align: right;
}
#menuList li a {
	display: inline;
	padding: 1px 2px;
	text-decoration: none;
}
#menuList li a:hover, #menuList li a:focus {
	color: #666666;
	font-size:1.1em;
	background: url("./data_pictures/menu_star.gif") no-repeat;
	background-position:center;
	padding-top: 35px;
	text-align: center;
	display: inline;
	width: auto;
}
#bottomInfo {
	margin-right:40%;
}
/*------------------------------------*/
/* LATEST ITINERARY */

.textTitle {
	color:#999;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
}
.textcontent {
	color:#999;
	font-size:12px;
	text-align:left
}
.textcontent#back{
	color:#FFAA00;
	font-size:12px;
}
.textcontent a {
	color:#FFAA00;
	
}
/*------------------------------------*/
/* LEFT FRAME */

.textLeftTitle {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.textLeft {
	color:#fff;
	font-size:12px;
	text-align:left
}
.textLeft a {
	color:#FFAA00;
	font-size:12px;
}
.textEvent {
	color:#FFFFFF;
	font-size:12px;
	text-align:left
}
.textEvent a{
	color:#FF9900;
	font-size:12px;
}
/*------------------------------------*/
/* NEWS WIRE LINE */

.textNewsline {
	color:#FFAA00;
	font-size:11px;
	text-transform:uppercase;
}
.textNewsline a{
color:#FFAA00;
font-weight:bold;
/*text-decoration:underline;*/

}
/*------------------------------------*/
/* MAILING LIST */
.titleMailing {
	color:#FFFFFF;
	font-size:12px;
}
.textMailing {
	color:#FFCC00;
	font-weight:bold
}
.textInfo {
	color:#FFF;
	font-size:10px;
}
.textMailing #form {
	background-color: #2c2c2c;
	color: #FFFFFF;
}

