@charset "utf-8";
/* CSS Document */
#wrapper {
	width:986px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}
#topleft {
	background-image:url(../graphics/final/fb_01.jpg);
	width:432px;
	height:49px;
	float:left;
}
#topright {
	background-image:url(../graphics/final/fb_02.jpg);
	width:554px;
	height:49px;
	float:right;
}
#headerleft {
	width:986px;
	height:186px;
	float:left;
}
#buttons {
	width:986px;
	clear:both;
}
#body {
	background-color:#FFFFFF;
	width:986px;
	background-image: url(../graphics/final/white.jpg);
	overflow:hidden; /*this fixes the problem with non-floating divs in this kind of layout*/
}
#footerleft {
	background-image:url(../graphics/final/fb_16.jpg);
	width:432px;
	height:51px;
	float:left;
}
#footerright {
	background-image:url(../graphics/final/fb_17.jpg);
	width:554px;
	height:51px;
	float:right;
}
#copyright {
	width: 986px;
	clear: both;
	margin-left:auto;
	margin-right:auto;
}
#bodyIndent {
	width:600px;
	margin:0px auto 0px auto;
}
/*advanced*/
/*about page*/
#fredDi {
	width:245px;
	margin-left:15px;
	float:left;
}
#fredDiAboutPic {
	width:245px;
	height:252;
	/*margin-top:5px;*/
	/*margin-left:15px;*/
	/*margin-right:auto;*/
	/*float:left;*/
	border: 5px outset #81001F;
	padding: 2px;
}
#aboutFred {
	width:660px;
	padding-right:15px;
	float:right;
	/*background-color:#FFFFFF;*/
}
/*music page*/
#playlistTitle {
	width:550px;
	margin-left:100px;
	float:left;
	clear:both;
}
#playlistLeft {
	float:left;
	clear:both;
	width:300px;
	margin-left:15px;
}
#playlistMiddle {
	float:left;
	width:300px;
	margin-left:15px;
}
#playlistRight{
	float:left;
	width:300px;
	margin-left:15px;
}
#cowboyFred {
	width:240px;
	height:179px;
	/*margin-left:100px;*/
	margin: 0px auto 0px auto;
	border:5px outset #81001F;
	padding:2px;
}
/*Shows Page*/
#gigTitlePic {
	width:250px;
	margin:0px auto 0px auto;
}
#gigSign {
	width:250px;
	height:188px;
	border:5px outset #81001F;
	padding:2px;
}
#tonyPlace524-1 {
	width:240px;
	float:left;
	margin-left:25px;
}
#tonyPlace524-2 {
	width:240px;
	float:left;
}

#tonyPlace524-3 {
	width:240px;
	float:left;
}
/*Home page*/
#homePics {
	width:250px;
	float:left;
	margin:10px 5px 5px 20px;
}
#fredFavPic {
	width:250px;
	height:299px;
	margin:10px 5px 5px 2px;
	border:5px outset #81001F;
	padding:2px;
}
#fredGuitar {
	width:250px;
	height:196px;
    margin:60px 5px 5px 2px;
	border:5px outset #81001F;
	padding:2px;
}
#homeBio {
	width:600px;
	float:left;
	margin: 5px 0px 30px 25px;
}
#musicPlayer {
	width:280px;
	height:46px;
	margin:auto;
}
#mplayer2 {
	margin:auto;
}
#vidTp1 {
	width:425px;
	height:350px;
	margin-left:28px;
}