/*
      SETUP FOR MAIN 3 COLUMN PAGE LAYOUT WITH HEADER & FOOTER

*/

body {	/* ENTIRE page (can been seen in cracks between other sections, or if others are transparent) */
  margin: 0px;
  padding: 0px;
  background: #ff00ff url(/forum/styles/wow_alliance/theme/images/body.gif);
}

pre {
    background: #f00;
    color: #0FF;
}

#header {
  background: #f00 url(/forum/styles/wow_alliance/theme/images/buttons.gif);
  width: 99.9%;  /* spans ENTIRE width of screen (partly covered up by left/right columns */
  /* height: 21px; */
  height: 5%;
}
#leftcol {
  background: #00f url(/forum/styles/wow_alliance/theme/images/body.gif);
  float: left;
  width: 20%;
  height: 90%; 
}
#contentMain {
  background: #00f url(/forum/styles/wow_alliance/theme/images/body.gif);
  float: left;
  width: 49%;
  height: 90%; 
  /* border: 2px solid #f00; */
}
#rightcol {
  background: #00f url(/forum/styles/wow_alliance/theme/images/body.gif);
  /* border: 1px solid #00f; */
  float: right;
  width: 30%;
  height: 90%;
}
#footer {
  background: #ff0 url(/forum/styles/wow_alliance/theme/images/catbottom.gif);
  clear: both;
  width: 99.9%;
  height: 4%;
  overflow: hidden
}


.hdr {
  background: #ff0 url(/forum/styles/wow_alliance/theme/images/hdr_mid.gif);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #CBA300;
}


/*   OLD STUFF BELOW HERE   */

/*

textarea {
	font-family: verdana,helvetica;
	color: #FFFFFF;
	background-color: #000000;
	border-left: solid 1px #006600;
	border-right: solid 1px #006600;
	border-top: solid 1px #006600;
	border-bottom: solid 1px #006600;
	font-weight: bold;
	font-size: 12px;
}

input {
	background: url(../images/input_bg.jpg);
	font-family: verdana,helvetica;
	color: #FFFFFF;
	background-color: #000000;
	border: solid 1px #003300;
	font-weight: bold;
	font-size: 12px;
}

select {
	font-family: verdana,helvetica;
	color: #FFFFFF;
	background-color: #000000;
	border-left: solid 1px #006600;
	border-right: solid 1px #006600;
	border-top: solid 1px #006600;
	border-bottom: solid 1px #006600;
	font-weight: bold;
	font-size: 12px;
}

body {
	font-family: verdana,helvetica;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	scrollbar-face-color: #004400;
	scrollbar-shadow-color: #004400;
	scrollbar-highlight-color: #000440;
	scrollbar-3dlight-color: #004400;
	scrollbar-darkshadow-color: #003300;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #FFFFFF;
}

td {
	font-family: verdana,helvetica;
	color: #FFFFFF;
	font-size: 12px;
}

button {
	background-color: #000000;
	color: #FFFFFF;
	border-left: solid 1px #006600;
	border-right: solid 1px #006600;
	border-top: solid 1px #006600;
	border-bottom: solid 1px #006600;
}

hr {
	color: #006600;
}

a:link { color: #bbFFbb; font-weight:normal; text-decoration:none;font-size: 10pt;}
a:visited { color: #FFFFbb; font-weight:normal; text-decoration:none;font-size: 10pt;}
a:active { color: #FFbbbb; font-weight:normal; text-decoration:none;font-size: 10pt;}
a:hover { color: #006600; font-weight:normal; text-decoration:none;font-size: 10pt;}

*/
