body {/* This sets the background color of the page and other basics */
margin: 0px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
background:#ffc100;
}
#header {
	background:url(../images_new/gay_days_header.jpg) left top no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:950px;
	height:151px;
	z-index:1;
}
#topAd {/* This is the ad banner at the top of the site */
	position:absolute;
	left:200px;
	top:13px;
	width:728px;
	height:90px;
	z-index:7;
	border:#666666 1px solid;
}

/******** CSS Tabs Navigation ********/
#navigation_tabs {
	position:absolute;
	left:25px;
	top:122px;
	width:925px;
	height:28px;
	z-index:8;
	float:left;
	background: url("images/bg.gif") repeat-x bottom;
  	font-size:93%;
  	line-height:normal;
}
#navigation_tabs ul {
  margin:0;
  padding:0px 10px 0px 0px;
  list-style:none;
  }
#navigation_tabs li {
  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#navigation_tabs a {
  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:10px 15px 8px 6px;
  text-decoration:none;
  font-weight:bold;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation_tabs a {float:none;}
/* End IE5-Mac hack */
#navigation_tabs a:hover {
text-decoration:underline;
  }
#navigation_tabs #current {
  background-image:url("images/left_on.gif");
  }
#navigation_tabs #current a {
  background-image:url("images/right_on.gif");
  /*padding-bottom:10px; makes it cover up the bottom border line */
  }
  /******** End CSS Tabs Navigation ********/
  
  /******** CSS Tabs SubNav ********/
  #subNav {
	position:absolute;
	left:0px;
	top:150px;
	width:950px;
	height:23px;
	z-index:2;
	background:#270e66;
	float:left;
	font-size:90%;
  	line-height:normal;
}
#subNav ul {
  margin:0;
  padding:0px 10px 0px 10px;
  list-style:none;
  }
#subNav li {
  float:left;
  margin:0;
  padding:0 0 0 9px;
  }
#subNav a {
  float:left;
  display:block;
  padding:5px 15px 0px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subNav a {float:none;}
/* End IE5-Mac hack */
#subNav a:hover {
color:#FFFF00;
text-decoration:none;
  }
#subNav #current {
  }
#subNav #current a {
  color:#ffffff;
  /*padding-bottom:10px; makes it cover up the bottom border line */
  }
  
  .linkRed{
  color:#ba0000;
  }
  .linkGreen {
  color:#01ad4e;
  }
  .linkBlue{
  color:#00a0c6;
  }
  .linkPink{
  color:#e41b5b;
  }
  .linkOrange{
  color:#ff6600;
  }
  .linkPurple{
  color:#808dff;
  }
  
  /******** End CSS Tabs ********/
  
#Layer2 {
	position:absolute;
	left:9px;
	top:167px;
	width:951px;
	height:24px;
	z-index:2;
}
#main {/* This is the main layer which contains your main text and stuff */
	position:absolute;
	left:0px;
	top:173px;
	width:615px;
	min-height:1405px;
	z-index:199;
	padding:0px 10px 0px 10px;	
	color:#666666;
	background:#FFFFFF;
	border-right:#666666 thin solid;
}
#main p {
padding:0px 10px 0px 0px;
margin-right:5px;
}
#main h1 {
padding:0px 0px 0px 30px;
font-size:160%;
font-weight:bold;
color:#000000;
}
#sidebar {
	position:absolute;
	left:625px;
	top:173px;
	width:325px;
	height:1404px;
	z-index:4;
	background:#f0edd1;
}
#sideAd1 {
	position:absolute;
	left:635px;
	top:173px;
	width:300px;
	height:250px;
	z-index:9;
	background:#FFFFFF;
	border:#cccccc 1px solid;
	padding:3px 3px 3px 3px;
}
#sideAd2 {
	position:absolute;
	left:636px;
	top:434px;
	width:306px;
	height:331px;
	z-index:5;
	font-size:x-small;
}
/******* SideAd3 contains all your sponsors. The heading graphics are auto-included here, you just need to put in the image *******/
#sideAd3 {
	position:absolute;
	left:625px;
	top:690px;
	width:325px;
	height:774px;
	z-index:6;
	text-align: left;
}
#sponsor_presenting {
background:url(../images_new/sponsor_presenting.jpg) left top no-repeat #ffffff;
		padding:30px 0px 10px 17px;
		margin-top:96px;
}
#sponsor_premiere {
background:url(../images_new/sponsor_premiere.jpg) left top no-repeat #ffffff;
/*margin-top:190px;*/
padding:30px 0px 10px 17px;
}
#sponsor_presenting_media {
background:url(../images_new/sponsor_presenting_media.jpg) left top no-repeat #ffffff;
padding:30px 0px 10px 17px;
}
#sponsor_media {
background:url(../images_new/sponsor_media.jpg) left top no-repeat #ffffff;
padding:30px 0px 10px 17px;
}
#sponsors {
background:url(../images_new/sponsors.jpg) left top no-repeat #ffffff;
padding:30px 0px 10px 17px;
}
/******* End SideAd3 *******/
