/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;
	line-height: 17px;
	color: #c5c3c1; 	
	background: black; 	
	text-align: center;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header{
	margin: 0;
	height: 280px;
	background: url("img/headerback.jpg") no-repeat;
	z-index: 2;
}

#header.img{
z-index:5;
}

#content { 
 width: 900px;
 margin: 0px 0px 5px 0px;
 background-color:black;
 background: url("img/stageback.jpg") no-repeat;
}
#footer { 
width: 900px;
height:50px;
background-color:black;
border: 0;
}

#menu { 
    width: 900px;
    height:83px;
	background-color:black;
	background: url("img/menuback.jpg") no-repeat;
	float:left;
	text-align: left;
	z-index: 2;
}


div.br
{
  margin-top:-5px;
}


A:link {text-decoration: none; color: red;	font-size: 12pt;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;}
A:visited {text-decoration: none; color: #0b94f4;	font-size: 12pt;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;}
A:active {text-decoration: none;	font-size: 12pt;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;}
A:hover {text-decoration: underline; color: white;	font-size: 12pt;
	font: 12px 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, Sans-Serif;}

#div1 { 
float:left;
width:50%;
}

#div2 {
float:right;
width:50%;
}


#div11 { 
float:right;
width:50%;
}

#div22 {
float:left;
width:50%;
}

#div3 {
float:left;
width:100%;
}


#div normal { 
float:left;
width:100%;
}
 

table.sample {
	border-width: 1px;
	border-spacing: 3px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color: black;
}
table.sample th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: black;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: black;
	-moz-border-radius: ;
}


table.sample2 {
	border-width: 1px;
	border-spacing: 3px;
	border-style: solid;
	border-color: white;
	border-collapse: collapse;
	background-color: black;
}
table.sample2 th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: black;
	-moz-border-radius: ;
}
table.sample2 td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: white;
	background-color: black;
	-moz-border-radius: ;
}


h1{
	font-family: Trebuchet MS;
	color:#6fe0fc;
	line-height: 24px;
	background:url(img/hback.png); 
	width: 350px;
	padding: 5px;

	}

h2{
	font-size:105%;
	color:#4074e8;
}


p{
	margin-top:5px;
margin-bottom:5px;
margin-right:60px;
margin-left:60px;
	padding:5px;
	text-align: justify;
}

i{
	color:#4074e8;
}


img.floatLeft { 
    float: left; 
    margin: 4px; 
}

.clear-both{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}








#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}



/*
	Weekly Calendar
	by Nathan Smith
*/

#calendar *
{
	border: 0;
	border-color: #aaa;
	cursor: default;
	margin: 0;
	padding: 0;
	color:black;
}

#calendar.hour
{
	background: white;
	color: black;
	padding: 0 10px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 65px;
}

#calendar.odd
{
	background-image: url(img/odd.png);
}

#calendar* html .odd
{
	background-image: none;
}

#calendar.print
{
	letter-spacing: 0;
	padding: 0;
	text-transform: lowercase;
}

#calendar.print a
{
	background: #f3f3f3 url("img/print.gif") no-repeat 15px 7px;
	color: #999;
	display: block;
	height: 100%;
	padding: 0 0 0 10px;
}

#calendar.print a:hover
{
	background-color: #efc;
	color: #000;
}

#calendar a
{
	cursor: pointer;
	text-decoration: none;
}

#calendar body
{
	background: #ddc url(img/body.gif) repeat-y top center;
	color: #666;
	font: 9px Verdana, sans-serif; color:#fff;
	
}

#calendar caption
{
	background: url(img/logo.png) no-repeat center left;
	font: 17px/50px Georgia, serif;
	letter-spacing: 5px;
	margin: 0 auto;
	text-align: right;
	text-transform: uppercase;
}

#calendar caption a
{
	color: #c66;
	font: bold 19px Verdana, sans-serif;
	letter-spacing: 0;
}

caption a:hover
{
	color: #000;
}

#calendar p#footer
{
	background: url(img/footer.jpg) no-repeat top center;
	color: #987;
	letter-spacing: 1px;
	margin: 2px 0 0;
	padding: 10px 0 20px;
	text-align: center;
}

#calendar p#footer a
{
	color: #987;
}

#calendar p#footer a:hover
{
	color: #000;
}

#calendar table
{
	background: #fff;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0 auto;
}

#calendar td
{
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 5px;
	vertical-align: top;
	width: 100px;
}

#calendar td a
{
	color: #33f;
}

#calendar td a:hover
{
	text-decoration: underline;
}

#calendar th
{
	background: #fff url(img/th.gif) repeat-x bottom left;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #933;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 25px;
	text-transform: uppercase;
}

#calendar tr:hover td
{
	background: #ff9;
	color: #000;
}