#main1{
	text-align:center;
	width:1280px;
	position:absolute;
	left:10px;
	top:50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}

#main1matrix{
	text-align:center;
	width:1270px;
	position:absolute;
	left:40px;
	top:142px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	height: auto;
}


a, a:visited {
	color:#0033cc;
	text-decoration:none;
	outline:none;
}



#title {
	height: 70px;
	width: 1290px;
	background: #ccc;

	background: -moz-linear-gradient(top, #eee, #b6ad9b);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc');
	text-decoration:none;
	text-shadow: 2px 2px 2px #FFF;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#title1 {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 36px;
	color: #4d4b4a;
	font-family: Arial, Helvetica, sans-serif;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}
	
#title1matrix {
	margin-right: auto;
	margin-left: auto;
	width: 400px;
	padding-left: 10px;
	padding-top: 20px;
	font-size: 36px;
	color: #4d4b4a;
	font-family: Arial, Helvetica, sans-serif;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}	


a:hover{
	text-decoration:underline;
}



p{
	padding:10px;
	text-align:center;
}
#menutop {
	height: 45px;
	z-index:+1;
}

/* menu.css */

body, ul, li {
	font-size:14px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	text-align:left;
	z-index:+1;
}
#menu2 {
	list-style:none;
	width:1270;
	height:43px;
	z-index:+5;
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* Background color and gradients */
	
	background: #b6ad9b;
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#ccc');
	/* Borders */
	
	border: 1px solid #002232;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;
	
margin-top: 30px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: Auto;
	padding-left: 60px;
}

#menu2 li {
	float:left;
	display:block;
	text-align:center;
	position:relative;
	padding: 2px 5x 2px 5px;
	margin-right:3px;
	margin-top:12px;
	border:none;
}

#menu2 li:hover {
	border: 1px solid #777777;
	padding: 2px 9px 2px 9px;
	
	/* Background color and gradients */
	
	background: #F4F4F4;
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#EEEEEE');
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}

#menu2 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; 
	color: #000;
	display:block;
	outline:0;
	text-decoration:none;
	text-shadow: 1px 1px 1px #FFF;
	
	

}

#menu2 li:hover a {
	color:#161616;
	text-shadow: 1px 1px 1px #ffffff;
	;
}
#menu2 li .drop {
	padding-right:21px;
	background:url("img/drop.png") no-repeat right 8px;
	z-index:+5;
}
#menu2 li:hover .drop {
	background:url("img/drop.png") no-repeat right 7px;
		z-index:+5;
}

.dropdown_1column, 
.dropdown_2columns, 
.dropdown_3columns, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	z-index:+5;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:5x 5px 5px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#BBBBBB));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#BBBBBB');

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
}

.dropdown_1column {width: 100px;}
.dropdown_2columns {width: 200px;}
.dropdown_3columns {width: 300px;}
.dropdown_4columns {width: 400px;}
.dropdown_5columns {width: 500px;}

#menu2 li:hover .dropdown_1column, 
#menu2 li:hover .dropdown_2columns, 
#menu2 li:hover .dropdown_3columns,
#menu2 li:hover .dropdown_4columns,
#menu2 li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
	z-index:+5;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	z-index:+5;
}
.col_1 {width:90px;}
.col_2 {width:190px;}
.col_3 {width:290px;}
.col_4 {width:390px;}
.col_5 {width:490px;}

#menu2 .menu_right {
	float:left;
	margin-right:0px;
}
#menu2 li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu2 li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu2 p, #menu h2, #menu h3, #menu ul li {
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:12px;
	text-align:left;
	text-shadow: 1px 1px 1px #FFFFFF;
	
}
#menu2 h2 {
	font-size:21px;
	font-weight:400;
	letter-spacing:-1px;
	margin:7px 0 14px 0;
	padding-bottom:14px;
	border-bottom:1px solid #666666;
}
#menu2 h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #888888;
}
#menu2 p {
	line-height:18px;
	margin:0 0 10px 0;
}

#menu2 li:hover div a {
	font-size:12px;
	color:#015b86;
}
#menu2 li:hover div a:hover {
	color:#029feb;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#000;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	
}
.img_left { /* Image sticks to the left */
	width:80;
	float:left;
	margin:5px 15px 5px 5px;
}

#menu2 li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
	
}

#menu2 li ul {
	list-style:none;
	padding:0;
	margin:10px; 0 12px 0;
}
#menu2 li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:80px;
}
#menu2 li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu2 li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu2 li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}


/* style.css */
body {
	background-image:url(images/background.jpg);
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #eee;
	background-repeat: repeat-x;
}
* {margin: 0px;padding: 0px;}
.clear{clear:both;}


/* ~~ This fixed width container surrounds all other divs ~~ */
.container3 {
	background: #eee;
	margin: 0px;
	text-align: left;
	width: 1290px; 
	z-index:-1;
	/* the auto value on the sides, coupled with the width, centers the layout */
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content3 {
	/* Rounded Corners */
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #EEE;
	
	width:1290px;
	display:block;
	text-align:left;
	z-index:-1;
	
}
#content3 h7{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	margin: 0px 23px 6px 28px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #bbb6a0;
}
#content3 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #4d4b4a;
	margin: 0px 16px 6px 16px;
	padding: 20px 0px 0px 0px;
	border-bottom: 1px solid #bbb6a0;
	text-align:left
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content3 ul, .content3 ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.photos{float:right;
padding: 0px 15px 0px 0px;
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.photos img{display:block;
}

.sidebar1donate {
	float: left;
	width: 160px;
	background: #ffffff;
	padding-bottom: 10px;
	padding-left: 10px;	
	text-align:left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}

.sidebar1donate300 {
	float: left;
	width: 340px;
	background: #ddd8c6;
	padding-bottom: 10px;
	text-align:left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}

.sidebar2donate {
	float:right;
	width:340px;
	background-color:#ffffff;
	margin: 0px 23px 10px 0px;
	padding: 0px 0px 6px 0px;
	display:inline;
	border: 1px solid #c2bdaa;
	text-align:left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}

#leftdonate {
	background-color: #ffffff;
	border: 1px solid #c2bdaa;
	width:890px;
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}

#leftdonatewide {
	background-color: #ddd8c6;
	border: 1px solid #c2bdaa;
	width:1210px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	float:left;
	display:inline;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}
	
.textdonate{
	float:left;
	width:700px;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}
	
.textdonateindexold{
	float:left;
	width:600px;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}	

.textdonatelist{
	float:left;
	padding: 0px 0px 0px 0px;
	width:670px;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}

.textdonateFA{
	float:left;
	padding: 0px 0px 0px 100px;
	width:600px;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}

.textdonatewide{
	float:left;
	padding: 0px 0px 0px 30px;
	width:980px;
	text-align: left;
		/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;}


/* ~~ The footer styles ~~ */
#fot {
	height: 250px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #ccc;
	
	/* Rounded Corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	

	background-repeat: repeat-x;
	margin-top: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #eee;	
}



#fotlinks1 {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#fotlinks2 {
	height: auto;
	width: 160x;
	text-align: left;
	padding-left: 0px;
	font-size: 14px;
	padding-top: 20px;
	text-shadow: 1px 1px 1px #000;
}

#fotlinks3 {
	width: 340px;
	float: right;
	padding-top: 30px;
	padding-left: 10px;
	margin-right: 0px;
	text-shadow: 1px 1px 1px #000;
}
#fotlinks4 {
	width: 180px;
	padding-top: 20px;
	padding-left: 60px;
	float: right;
	text-shadow: 1px 1px 1px #000;
}

#fotlinks5 {
	width: 400px;
}


#fotlinks6 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 11px;
	width: 1200px;
}

#fotlinks7 {
	width: 760px;
	left:260px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.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. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
@charset "utf-8";
/* CSS Document */

<style type="text/css">


/*----------- start Playa Cofi Jukebox Styles ---*/
/* Ad Provider Blocks */
/* Google */

.ca728top{
	position:absolute;
	width:730px;
	height:90px;
	left:310px;
	top: 5px;
	background-color: #fff }
	
.cabg728top{
	position:absolute;
	width:730px;
	height:140px;
	left:0px;
	top: 0px; 
	background: #fff;}
	
.ga728top{
	position:absolute;
	width:730px;
	height:90px;
	left:310px;
	top: 75px;
}

.ga728topmatrix{
	position:absolute;
	width:730px;
	height:90px;
	left:310px;
	top: 75px;
}

.invite243top{
	position:absolute;
	width:260px;
	height:35px;
	left:00px;
	top: 20px;
}

.invite243topindexold{
	position:absolute;
	width:250px;
	height:60px;
	left:1065px;
	top: 75px;
}

.ga728topca{
	position:absolute;
	width:730px;
	height:90px;
	left:343px;
	top: 73px;
}
	
.infoga728top{
	position:absolute;
	width:730px;
	height:90px;
	left:0px;
	top: 0px; }
	
.ga160lft{
	position:relative;
	width:160px;
	height:600px;
	left:35px;
	top: 230px;
}
			 
.ga160rt{
	position:absolute;
	width:160px;
	height:600px;
	left:1191px;
	top: 112px; }
			 
.ga300rt{
	position:absolute;
	width:300px;
	height:250px;
	left:-1px;
	top: 603px;
}
	
.gainfo300lft1{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 110px; }
	
.gainfo300lft2{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 280px; }
	
.admngainfo300lft2{
	position:absolute;
	width:300px;
	height:250px;
	left:-1px;
	top: 263px;
}
			 
.indexga300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 320px; }	
	
.indexga300lft2{
	position:absolute;
	width:300px;
	height:250px;
	left:-2px;
	top: 577px;
}	
	
.yrga300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 715px; }	

/* AOL */

.indexaol300rt{
	position:absolute;
	width:300px;
	height:250px;
	left:1047px;
	top: 802px; }
	
.admnaol300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 789px;
}
	
.yraol300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:1px;
	top: 857px;
}	
	
.infoaol300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:-2px;
	top: 680px;
}	
	
.aol300rt{
	position:absolute;
	width:300px;
	height:250px;
	left:1050px;
	top: 110px; }
	
.admnaol160rt{
	position:absolute;
	width:160px;
	height:600px;
	left:1171px;
	top: 17px;
}

	
.admnaol160rt2{
	position:absolute;
	width:160px;
	height:600px;
	left:1173px;
	top: 630px;
}	
	
.yraol160rt{
	position:absolute;
	width:160px;
	height:600px;
	left:1187px;
	top: -3px;
}	
	
.yraol160rt2{
	position:absolute;
	width:160px;
	height:600px;
	left:1189px;
	top: 598px;
}	
	
.infoaol160rt{
	position:absolute;
	width:160px;
	height:600px;
	left:1306px;
	top: 112px;
}	
	
.infoaol160rt2{
	position:absolute;
	width:160px;
	height:600px;
	left:1306px;
	top: 726px;
}			 
			 
.indexaol160rt{
	position:absolute;
	width:160px;
	height:600px;
	left:1186px;
	top: 116px;
}
	
.aol728btm{
	position:absolute;
	width:730px;
	height:90px;
	left:310px;
	top: 1650px; }
	
.infoaol728top{
	position:absolute;
	width:730px;
	height:90px;
	left:735px;
	top: 0px; }
	
.admnaol728btm{
	position:absolute;
	width:730px;
	height:90px;
	left:338px;
	top: 1215px;
}
	
.ga728btm{
	position:absolute;
	width:730px;
	height:90px;
	left:308px;
	top: 1840px; }
	
.ga728btm1300{
	position:absolute;
	width:730px;
	height:90px;
	left:308px;
	top: 1300px; }
	
.ga728btm1500{
	position:absolute;
	width:730px;
	height:90px;
	left:308px;
	top: 1500px; }
	
.ga728btmpl{
	position:absolute;
	width:730px;
	height:90px;
	left:400px;
	top: 680px; }
	
.ga728btmp2{
	position:absolute;
	width:730px;
	height:90px;
	left:400px;
	top: 2450px;}

.ga728btmp3{
	position:absolute;
	width:730px;
	height:90px;
	left:400px;
	top: 2540px;}

.yraol728btm{
	position:absolute;
	width:730px;
	height:90px;
	left:310px;
	top: 1016px;
}
	
.infoaol728btm{
	position:absolute;
	width:730px;
	height:90px;
	left:-1px;
	top: 791px;
}

.infoaol728btm2{
	position:absolute;
	width:730px;
	height:90px;
	left:734px;
	top: 792px;
}
	
	
.amazon300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 1020px; }
	
.admnamazon300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 527px;
}
	
.yramazon300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:2px;
	top: 1111px;
}
	
.infoamazon300lft{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 886px;
}

/* Text Ads */
.indexmileau{
	position:absolute;
	width:300px;
	height:40px;
	left:1048px;
	top: 726px;
}

.yrmileau{
	position:absolute;
	width:700px;
	height:40px;
	left:350px;
	top: 1280px;
}
	
.yrfttxt1{
	position:absolute;
	width:749px;
	height:20px;
	left:310px;
	top: 1324px;
}

.indexcasino1{
	position:absolute;
	width:300px;
	height:60px;
	left:0px;
	top: 850px; }

.indexcasino2{
	position:absolute;
	width:300px;
	height:60px;
	left:0x;
	top: 950px; }

.indexcasino3{
	position:absolute;
	width:270px;
	height:60px;
	left:10px;
	top: 1280px; }

.indexcasino4{
	position:absolute;
	width:300px;
	height:60px;
	left:0px;
	top: 1630px; }

.indexcasino5{
	position:absolute;
	width:285px;
	height:60px;
	left:0px;
	top: 1561px;
}
	
.indexrecipetxt{
	position:absolute;
	width:400px;
	height:100px;
	left:475px;
	top: 1525px; }
	
.yrrecipetxt{
	position:absolute;
	width:400px;
	height:100px;
	left:477px;
	top: 872px;
}

.video {
	position:relative;
	width:640px;
	height:360px;
	left:0px;
	top:0px;
	z-index:-3;
}

/* Font Styles */
.c1101 {
	font-family: times new roman,georgia,times;
	font-size: x-small;	
	color: #F60; }

.c1102 {
	font-family: times new roman,georgia,times;
	font-size: x-small;	
	color: #FFF; }
	
.c1103 {
	font-family: times new roman,georgia,times;
	font-size: x-small;	
	color: #999; }
	
.c1201 {
	font-family: times new roman,georgia,times;
	font-size: small;	
	color: #F60; }

.c1202 {
	font-family: times new roman,georgia,times;
	font-size: small;	
	color: #FFF; }

.c1203 {
	font-family: times new roman,georgia,times;
	font-size: small;	
	color: #999; }

.c1204 {
	font-family: times new roman,georgia,times;
	font-size: small;	
	color: #FF9; }

.c1205 {
	font-family: times new roman,georgia,times;
	font-size: small;	
	color: #66FF00; }	
	
	
.c1301 {
	font-family: times new roman,georgia,times;
	font-size: normal;	
	color: #F60; }

.c1302 {
	font-family: times new roman,georgia,times;
	font-size: normal;	
	color: #FFF; }

.c1303 {
	font-family: times new roman,georgia,times;
	font-size: normal;	
	color: #999; }

.c1304 {
	font-family: times new roman,georgia,times;
	font-size: normal;
	color: #FF9;
}


.c1305 {
	font-family: times new roman,georgia,times;
	font-size: normal;	
	color: #66FF00; }	
	
.c1306 {
	font-family: times new roman,georgia,times;
	font-size: normal;	
	color: #AECCEB; }	
	
.c1307 {
	font-family: times new roman,georgia,times;
	font-size: normal;	
	color: #000033; }	
	
.c1401 {
	font-family: times new roman,georgia,times;
	font-size: large;	
	color: #F60; }

.c1402 {
	font-family: times new roman,georgia,times;
	font-size: large;	
	color: #FFF; }

.c1403 {
	font-family: times new roman,georgia,times;
	font-size: large;	
	color: #999; }

.c1404 {
	font-family: times new roman,georgia,times;
	font-size: large;
	color: #000;
}

.c1405 {
	font-family: times new roman,georgia,times;
	font-size: large;	
	color: #66FF00; }	
	
.c1407 {
	font-family: times new roman,georgia,times;
	font-size: large;	
	color: #000033; }	
	
.c1408 {
	font-family: times new roman,georgia,times;
	font-size: large;
	color: #FF0000;
}	

.c1409 {
	font-family: times new roman,georgia,times;
	font-size: large;
	color: #336699;
}	
	
.c1501 {
	font-family: times new roman,georgia,times;
	font-size: x-large;	
	color: #F60; }

.c1502 {
	font-family: times new roman,georgia,times;
	font-size: x-large;	
	color: #FFF; }

.c1503 {
	font-family: times new roman,georgia,times;
	font-size: x-large;	
	color: #999; }

.c1504 {
	font-family: times new roman,georgia,times;
	font-size: x-large;
	color: #000;
}

.c1505 {
	font-family: times new roman,georgia,times;
	font-size: x-large;	
	color: #66FF00; }	
	
.c2101 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #F60; }

.c2002 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;

	color: #FFF; }

.c2102 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #FFF; }
	
.c2103 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #999; }
	
.c2104 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #FF9; }

.c2105 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #66FF00; }	
	
.c2106 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #AECCEB; }	
	
.c2107 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-small;	
	color: #AECCEB; }
	
	
.c2201 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #F60; }
	
.c2202 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #FFF; }

.c2203 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #999; }

.c2204 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #FF9; }

.c2205 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #66FF00; }	

.c2206 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #AECCEB; }		

.c2207 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: small;	
	color: #AECCEB; }		
	
.c2301 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;	
	color: #F60; }

.c2302 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;	
	color: #FFF; }

.c2303 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;
	color: #D6D6D6;
}

.c2304 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;	
	color: #FF9; }

.c2305 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;	
	color: #66FF00; }	

.c2306 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;	
	color: #AECCEB; }	
	
.c2307 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: normal;	
	color: #0033cc; }		
	
.c2401 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #F60; }

.c2402 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #FFF; }

.c2403 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #999; }

.c2404 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #FF9; }

.c2405 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #66FF00; }	
	
.c2406 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #AECCEB; }	
	
.c2407 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #0033cc; }
	
.c2408 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: large;	
	color: #FF0000; }
	
.c2501 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-large;	
	color: #F60; }

.c2502 {
	ffont-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-large;	
	color: #FFF; }

.c2503 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-large;	
	color: #999; }

.c2504 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-large;	
	color: #FF9; }

.c2505 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-large;	
	color: #66FF00; }	
	
.c2506 {
	font-family: Verdana, Arial, Helvetica, 			sans-serif;
	font-size: x-large;	
	color: #AECCEB; }	
	
	


/* Image Blocks*/

.imgfacebook{
	position:absolute;
	width:250px;
	height:60px;
	left:-30px;
	top: 103px; }
	
.imgfacebooknoiframe{
	position:absolute;
	width:140px;
	height:60px;
	left:-30px;
	top: 103px; }
	
.imgfacebookindexold{
	position:absolute;
	width:140px;
	height:60px;
	left:-30px;
	top: 18px; }	
	
.imginvitetitle33{
	position:absolute;
	width:90px;
	height:35px;
	left:1040px;
	top: 75px; }		
	
.imgjkbx{
	position:absolute;
	width:200px;
	height:315px;
	left:0px;
	top: 0px; }
	
.imgindexjkbx{
	position:absolute;
	width:220px;
	height:220px;
	left:0px;
	top: 0px;
	z-index:-1;
	 }	
	
.idxtoptalk{
	position:absolute;
	width:300px;
	height:150px;
	left:0px;
	top: 850px; }
	
.idxbeachshag{
	position:absolute;
	width:300px;
	height:200px;
	left:0px;
	top: 1350px;
}
				 
.yrimgsax{
	position:absolute;
	width:100px;
	height:100px;
	left:216px;
	top: 156px;
}
	
.yrimgcashbox{
	position:absolute;
	width:150px;
	height:200px;
	left:322px;
	top: 783px;
}	 
			 
.yrimgcashboxca{
	position:absolute;
	width:150px;
	height:200px;
	left:879px;
	top: 780px;
}	 

.albumcovertopad{
	position:absolute;
	width:250px;
	height:40px;
	left:825px;
	top: 365px;
}
		 	
.imgartist{
	position:absolute;
	width:263px;
	height:280px;
	left:964px;
	top: 182px;
	z-index:0
}
	
.imgartistplaylist{
	position:absolute;
	width:250px;
	height:300px;
	left:918px;
	top: 237px;
}
	
.tuneinstruction{
	position:absolute;
	width:380px;
	height:350px;
	left:800px;
	top: 340px; }
	
.yrvhsar{
	position:absolute;
	width:300px;
	height:250px;
	left:102px;
	top: 1273px;
}

.indexvhsar{
	position:absolute;
	width:300px;
	height:250px;
	left:1047px;
	top: 1060px; }
	
.admnvhsar{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 1053px;
}
	
.infovhsar{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 1144px; }
	
.playlistvhsar{
	position:absolute;
	width:300px;
	height:250px;
	left:0px;
	top: 1485px; }
	
.indeximgasail{
	position:absolute;
	width:68px;
	height:123px;
	left:1030px;
	top: 421px; }	
	
.yrimgasail{
	position:absolute;
	width:68px;
	height:123px;
	left:238px;
	top: 388px;
}	
	
.imgangel1{
	position:absolute;
	width:144px;
	height:167px;
	left:633px;
	top: 330px;
}
	
.imgangel2{
	position:absolute;
	width:144px;
	height:167px;
	left:275px;
	top: 480px; }
	
.indeximgsun{
	position:absolute;
	width:75px;
	height:71px;
	left:220px;
	top: 30px; }
			 
.indeximgsaxsmall{
	position:absolute;
	width:83px;
	height:92px;
	left:259px;
	top: 165px; }
	
.indeximgcashbox{
	position:absolute;
	width:150px;
	height:200px;
	left:322px;
	top: 1430px; }	 
			 
.indeximgcashboxca{
	position:absolute;
	width:150px;
	height:200px;
	left:880px;
	top: 1430px; }	 
			 
.indexdonatebtn{
	position:absolute;
	width:100px;
	height:80px;
	left:1030px;
	top: 560px; }
	
.indeximgfbook{
	position:absolute;
	width:100px;
	height:32px;
	left:1036px;
	top: 217px; }
	
.yrrecipelogo{
	position:absolute;
	width:400px;
	height:74px;
	left:476px;
	top: 806px;
}
	
.indexrecipelogo{
	position:absolute;
	width:400px;
	height:74px;
	left:475px;
	top: 1450px; }
	
.yrdonatebtn{
	position:absolute;
	width:100px;
	height:80px;
	left:195px;
	top: 100px;
}	

.yrdonatebtnmatrix{
	position:absolute;
	width:100px;
	height:80px;
	left:195px;
	top: 100px;
}	
	
.contribdonatebtn{
	position:absolute;
	width:100px;
	height:80px;
	left:307px;
	top: 248px;
}
	
.yrimgfbook{
	position:absolute;
	width:100px;
	height:32px;
	left:1018px;
	top: 171px;
}

/* Link Blocks*/

.linkplaylist{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 640px;
}

.linklyrics{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 680px;
}	
				

.linkchart{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 720px;}
	
.linkbyweek{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 760px;}
	
.linktop20{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 800px;
}	

.linkaol160ctr{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 880px;
}
	
.linkalt4{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 840px;
}	

.linkyears{
	position:absolute;
	width:250px;
	height:20px;
	left:580px;
	top: 360px;
}
	


.linktunelyrics{
	position:absolute;
	width:250px;
	height:20px;
	left:660px;
	top: 730px;
}
	

	
.linkrockerm{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 720px;}
	
.linkrockerw{
	position:absolute;
	width:250px;
	height:20px;
	left:650px;
	top: 760px;}

.linktunechart{
	position:absolute;
	width:250px;
	height:20px;
	left:860px;
	top: 770px;
}
	


.linktuneweek{
	position:absolute;
	width:250px;
	height:20px;
	left:860px;
	top: 810px;
}

.linkcntry{
	position:absolute;
	width:180px;
	height:20px;
	left:232px;
	top: 605px; }
	
.linkhome{
	position:absolute;
	width:210px;
	height:20px;
	left:205px;
	top: 605px; }
	
	 
.linknametune{
	position:absolute;
	width:100px;
	height:40px;
	left:250px;
	top: 110px; }
	
.linkchallenge{
	position:absolute;
	width:100px;
	height:40px;
	left:250px;
	top: 260px; }
	
.linkbluesplay{
	position:absolute;
	width:100px;
	height:40px;
	left:999px;
	top: 140px; }
	
.linkkaren{
	position:absolute;
	width:100px;
	height:40px;
	left:889px;
	top: 140px; }
	
.linkcbsummer{
	position:absolute;
	width:150px;
	height:40px;
	left:350px;
	top: 160px; }
	
.linkstartfire{
	position:absolute;
	width:200px;
	height:40px;
	left:575px;
	top: 1300px; }
	
.link1960s{
	position:absolute;
	width:200px;
	height:40px;
	left:575px;
	top: 1350px; }
	
.linkcarswedrove{
	position:absolute;
	width:200px;
	height:40px;
	left:575px;
	top: 1400px; }
	
.linkselect1{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 400px; }
	
.linkselect2{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 450px; }
	
.linkselect3{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 500px; }
	
.linkselect4{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 550px; }
	
.linkselect5{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 600px; }
	
.linkselect6{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 650px; }
	
.linkselect7{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 700px; }
	
.linkselect8{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 750px; }
	
.linkselect9{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 800px; }
	
.linkselect10{
	position:absolute;
	width:500px;
	height:50px;
	left:400px;
	top: 850px; }


/* Text Blocks*/

.correctanswers{
	position:absolute;
	width:750px;
	height:500px;
	left:375px;
	top: 870px; }
	
.indexdonatetxt{
	position:absolute;
	width:140px;
	height:40px;
	left:995px;
	top: 370px; }
	
.indextitleblk{
	position:absolute;
	width:600px;
	height:220px;
	left:375px;
	top: 120px; }
	
.indexyearsblk {
	position:absolute;
	width:600px;
	height:340px;
	left:376px;
	top: 340px;
}

.indexgenretitleblk{
	position:absolute;
	width:600px;
	height:40px;
	left:375px;
	top: 657px;
}
					 
.indexgenreblk{
	position:absolute;
	width:600px;
	height:290px;
	left:377px;
	top: 691px;
}
	
.indextributetitleblk{
	position:absolute;
	width:600px;
	height:40px;
	left:377px;
	top: 978px;
}
					 
.indextributeblk{
	position:absolute;
	width:760px;
	height:80px;
	left:300px;
	top: 1017px;
}
	
.indexidxtitleblk{
	position:absolute;
	width:600px;
	height:45px;
	left:385px;
	top: 1159px;
}
					 
.indexidxblk{
	position:absolute;
	width:600px;
	height:40px;
	left:381px;
	top: 1198px;
}
	
.jukeboxblk{
	position:absolute;
	width:310px;
	height:488px;
	left:275px;
	top: 400px;
	background-image: url(ImagesCommon/Jukebox.gif);
}
			 
.jukeboxplayer{
	position:absolute;
	width:274px;
	height:250px;
	left:293px;
	top: 490px;
}

.jukeboxplayerAmz{
	position:absolute;
	width:274px;
	height:52px;
	left:268px;
	top: 485px;
}

.jukeboxplayerAmzVol{
	position:absolute;
	width:274px;
	height:52px;
	left:268px;
	top: 395px;
}

.jukeboxplayertrib{
	position:absolute;
	width:274px;
	height:250px;
	left:275px;
	top: 490px;
}

.jukeboxplayerpages{
	position:absolute;
	width:274px;
	height:55px;
	left:252px;
	top: 488px;
}

.jukeboxplayerchanl{
	position:absolute;
	width:274px;
	height:55px;
	left:267px;
	top: 488px;
}

.jukeboxplayerpopcntry{
	position:absolute;
	width:274px;
	height:55px;
	left:253px;
	top: 488px;
}

.jukeboxplayerspec{
	position:absolute;
	width:274px;
	height:55px;
	left:266px;
	top: 488px;
}

.jukeboxplayertest{
	position:absolute;
	width:274px;
	height:250px;
	left:267px;
	top: 490px;
}
	
.singleplayer{
	position:absolute;
	width:231px;
	height:47px;
	left:41px;
	top: 240px; }
	
	
.return{
	position:absolute;
	width:80px;
	height:40px;
	left: 12px;
	top: 42px;
	z-index:+5;
}	

.menuadleft{
	position:absolute;
	width:400px;
	height:40px;
	left: 120px;
	top: 32px;
}

.menuadright{
	position:absolute;
	width:300px;
	height:40px;
	left: 913px;
	top: 32px;
}
	
.sprtrqst{
	position:absolute;
	width:180px;
	height:90px;
	left: 0px;
	top: 76px;
}

.sprtrqstmatrix{
	position:absolute;
	width:180px;
	height:90px;
	left: 0px;
	top: 76px;
}
			 
.sprtrqst2{
	position:absolute;
	width:150px;
	height:110px;
	left:877px;
	top: -75px;
}
	
.titleblk{
	position:absolute;
	width:600px;
	height:170px;
	left:370px;
	top: 56px;
}
	
.admntitleblk{
	position:absolute;
	width:700px;
	height:176px;
	left:380px;
	top: 160px;
}
	
.playlist{
	position:absolute;
	width:485px;
	height:488px;
	left:233px;
	top: 335px;
}
	
.tributetable{
	position:absolute;
	width:705px;
	height:1000px;
	left:256px;
	top: 366px;
}
			
/* Other Items*/

.jbfooter{
	position:absolute;
	width:1350px;
	height:200px;
	left:0px;
	top: 1750px;	}
	
.admnjbfooter{
	position:absolute;
	width:1350px;
	height:200px;
	left:-1px;
	top: 1461px;
}
	
.yrjbfooter{
	position:absolute;
	width:1350px;
	height:200px;
	left:0px;
	top: 1400px;	}
	
.url1{
	position:absolute;
	left:340px;
	top: 0px;
	width: 438px;
	height: 815px;
	border-left-style: solid;
	border-left-color: #F30;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #F30;
}

.adminblock{
	position:absolute;
	left:380px;
	top: 366px;
	width: 700px;
	height: 932px;
	background-color: #8C8C8C;
	color: #000;
	vertical-align: auto;
	text-indent: hanging;
	white-space: normal;
	list-style-type: circle;
	list-style-position: inside;
	text-justify: auto;
	text-wrap: normal;
}
	
.selectblock{
	position:absolute;
	left:380px;
	top: 350px;
	width: 700px;
	height: 932px;
	background-color: #000033;
	color: #000;
	vertical-align: auto;
	text-indent: hanging;
	white-space: normal;
	list-style-type: circle;
	list-style-position: inside;
	text-justify: auto;
	text-wrap: normal; }
	
.selectblockcntry{
	position:absolute;
	left:380px;
	top: 350px;
	width: 700px;
	height: 932px;
	background-color: #336699;
	color: #000;
	vertical-align: auto;
	text-indent: hanging;
	white-space: normal;
	list-style-type: circle;
	list-style-position: inside;
	text-justify: auto;
	text-wrap: normal; }
	
.linksblock{
	position:absolute;
	left:0px;
	top: 2000px;
	width: 1350px;
	height: 400px;
	background-color: #000043;
	color: #000;
	vertical-align: auto;
	text-indent: hanging;
	white-space: normal;
	list-style-type: circle;
	list-style-position: inside;
	text-justify: auto;
	text-wrap: normal; }

/*----------- end Playa Cofi Jukebox Styles ---*/





</style>
