@charset "utf-8";
/* CSS Document */

/*tag styles*/


body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333;
	background-color:#000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	background-image: url(../tiles/gradient.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;
}

h4,h5,h6  {
	font-size: 90%;
}

ul {
	
}

li {
	
}


p {
}


table {
}


td {
}

blockquote {
	
}





/*basic IDs*/

#header1 {

}

#header2 {

}


#horizontalnavbar {
	
}


#verticalnavbar {
	
}


#maintable1 {
	
}

#maintable2 {
	
}

#maintable3 {
	
}

#maintable4 {
	
}

#wrapper1 {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	
}

#wrapper2 {
	
}

#wrapper3 {
	
}

#wrapper4 {
	
}

#footer1 {
	font-size: 70%;
	

}

#footer2 {
	

}


#horizontalbanner1 {
	
}

#horizontalbanner2 {
	
}



#verticalbanner1 {
	
}

#verticalbanner2 {
	
}



/*freequently used classes*/



.floatleft  {
	float:left;
}

.floatright  {
	float:right;
}

.clearboth  {
	clear:both;
}

.padding10px {
	padding:10px;
}

.padding20px {
	padding:20px;
}

.transparency  {
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
}


.centered_div {
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -50px;
margin-top: -50px;

}



/* miscellaneous combos and overrides */
