/*---------------------
THE BASICS
---------------------*/
body {
	padding: 0;
	margin: 0;
	background: #c0c0c0;
	font: 12px arial, helvetica, sans serif;
	font-weight: normal;
	line-height: 20px;
	text-align: justify;
}
p {
	width:450px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #8B4513;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a img{
	color: none;
	text-decoration: none;
	border: none;
}

div.help {
	background: url('/images/help.png') no-repeat;
	padding-left:15px;
	color: #8B4513;
	font-weight: bold;
	font-size:13px;
	cursor : pointer;
	cursor : hand; /*ie5 made up setting */
}

/*---------------------
THE HEADER
---------------------*/
#banner {
	border: 0;
	position: relative;
	top: 27px;
	width: 100%;
	height: 228px;
	background: #008000 url('level2-background-mac.gif') repeat;
}
/*---------------------
THE MENUS
---------------------*/
#nav {
	position: absolute;
	top: 151px;
	left: 0;
	margin: 0;
	padding: 0;
}
#nav li.on ul, #nav li.off ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
}
#nav li { /*float the main list items*/
	padding: 0;
	margin: 0;
	float: left;
	display: block;
}
#nav li ul {
	display: none;
}
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	/*put the subnav below*/
	top: 25px;
	left: 0;
	padding: 0;
	margin: 0;
	background: #8B4513;
	height: 25px;
	width: 750px;
}
#nav li a {
	color: #ff9900;
	font-weight: bold;
	display: block;
	height: 15px;
	width: auto;
	background: #ff9900;
	padding: 5px 8px;
	color: #ffffff;
	text-align:center;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;	
}
#nav li.on a {
	background: #8B4513;
	color: #ffffff;
}
#nav li.on ul a, #nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #ffffff;
	width: auto;
	margin: 0px;
}
#nav li.on ul {
	display: block;
}
#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}
#nav li a:hover{
	text-decoration:underline;
	color: #ffff00;
}
#nav li.off a:hover, #nav li.off:hover a, #nav li.over a {
	background: #008000;
}
/*no rounding on level 3*/
#nav li ul li#lev3on a, #nav li ul li#lev3 a{
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;	
}
#nav li ul li#lev3on a:visited,
#nav li ul li#lev3on a:hover,
#nav li ul li#lev3on a:link{
	color:#ffff00;
	text-decoration:none;
}
	
#nav li ul li#lev3 a:link,
#nav li ul li#lev3 a:visited{
	text-decoration:none;
	color:#ffffff;
}
#nav li ul li#lev3 a:hover {
	text-decoration:underline;
	color: #ffff00;
}


/*top menus*/

#level1 {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #ff9900;
	border-bottom: solid 1px #ffffff;
	z-index:5;
}
#level1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
#level1 li { /* all list items */
	padding: 3px;
	float: left;
	position: relative;
	width: auto;
	background: #ff9900;
	font-weight: bold;
	color: #ffffff;
	padding-right: 20px;
}
head:first-child+body #level1 ul li ul { /* second-level lists for non-IE*/
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
}
head:first-child+body #level1 li:hover ul{ /* lists nested under hovered list items non-IE*/
	border: 0;
	display: block;
	width: 113px;
	background: #ff9900;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align:left;
}
li ul { /* second-level lists for IE*/
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
}
li.over1 ul { /* lists nested under hovered list items for IE*/
	border: 0;
	display: block;
	width: 113px;
	background: #ff9900;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align:left;
}
#level1 li:hover ul, #level li.over1 ul, #level1 a { /* lists nested under hovered list items */
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#level1 li:hover ul, #level li.over1 ul, #level1 a:hover { /* lists nested under hovered list items */
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
#level1 li ul li#pull a:link,
#level1 li ul li#pull a:visited{
	text-decoration:none;
	color:#ffffff;
}
#level1 li ul li#pull a:hover {
	text-decoration:underline;
	color:#ffff00;
}



/*---------------------
THE GENERAL CONTENT
---------------------*/
#content {
	padding: 10px;
	margin: 0;
	position: relative;
	background: #c0c0c0;
	z-index:1;
}
#content #column-container {
	width:200%; //this keeps main content from being pushed below textads
}
h1 {
	padding: 0;
	margin: 0;
	color: #ff9900;
	font-family:arial,helvetica;
	font-size: 27px;
	line-height: 35px;
	text-align:left;
}
h2 {
	padding: 0;
	margin: 0;
	color: #8B4513;
	font-family:arial,helvetica;
	font-size: 24px;
	line-height: 28px;
	text-align:left;
}
h3 {
	padding: 0;
	margin: 0;
	color: #ff9900;
	font-family:arial,helvetica;
	font-size: 20px;
	line-height: 26px;
	text-align:left;
}
h4 {
	padding: 0;
	margin: 0;
	color: #8B4513;
	font-family:arial,helvetica;
	font-size: 19px;
	line-height: 22px;
	text-align:left;
}
h5 {
	padding: 0;
	margin: 0;
	color: #8B4513;
	font-family:arial,helvetica;
	font-size: 15px;
	line-height: 18px;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

.errorbox{
	width: 500px;
	color:#FF0000;
	font-weight:bold;
	border: solid #FF0000;
	padding: 8px;
	background: #FFFFFF;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-align:left;
}

.zapbutton {
	background-image:url(/images/lightning.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11pt;
	font-weight: bold;
}

/*---------------------
THE INDEX
---------------------*/
#content #upcoming {
	padding: 0;
	margin: 0;
	width: 800px;
}
#content #upcoming h1 {
	padding: 0;
	margin: 0;
	color: #8B4513;
	font-size: 18px;
	line-height: 25px;
}
#content #bannerads {
	padding: 0;
	margin: 10px 0;
	height: 90px;
	width: 750px;
	text-align:center;
}
#content #columns {
	padding: 0;
	margin: 0;
}
#content #columns #left {
	padding: 0;
	margin: 0;
	position: relative;
	width: 195px;
	float: left;
}
#login {
	padding: 5px;
	margin: 10px 0 10px 0;
	border: solid 1px #8B4513;
	position: relative;
	width: 188px;
	background: #D3DAF2;
}
#login #logged{
	color:#8B4513;
	text-align:center;
}
#login h2 {
	padding: 0;
	margin: 0;
	color: #8B4513;
	font-size: 15px;
	line-height: 22px;
}
#login form {
	padding: 0;
	margin: 0;
}
#login form .field {
	width: 180px;
}
#login a {
	font-size: 11px;
	font-weight: normal;
}
#help {
	background-color: #ccc;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 1px solid #000;
	padding: 10px;
	text-align:center; 
	width: 180px;
}
#content #columns #left #indextextads {
	padding: 0;
	margin: 0;
	position: relative;
	width: 160px;
	z-index:2;
	float: left;
}
	
#content #columns #right {
	padding: 0 0 0 20px;
	position: relative;
	width: 540px;
	float: left;
}
/*#content #columns #right #scores {
	padding: 5px;
	margin: 0 0 10px 0;
	border: solid 1px #d0d0d0;
	position: relative;
	width: 528px;
	background: #000000;
	color: #FFFF00;
}
#content #columns #right #scores a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffff00;
}
#content #columns #right #scores a{
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}*/
#content #columns #right #news {
	padding: 0;
	margin: 0;
	position: relative;
	width: 540px;
}
#news #message{
	background: #cee5fe;
	padding: 5px;
	margin: 0 0 25px 0;
}
#news #header{
	background: #da8800;
	padding: 5px;
	margin: 0;
	font: 13px arial, helvetica, sans serif;
	font-weight: bold;
	line-height: 20px;
	color: #ff9900;
}
#news #header #timestamp {
	font-style: italic;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
/*---------------------
THE MAIN CONTENT
---------------------*/
#content #column-container #textads {
	padding: 0;
	margin: 20px 20px 0 0;
	position: relative;
	width: 160px;
	z-index:2;
	float: left;
}
#content #column-container #main {
	padding: 0;
	margin: 0;
	position: relative;
	width: 720px;
	float: left;
}

#clearcontent {
	clear:both;
}
/*---------------------
THE TABLES
---------------------*/
table {
	font: 12px arial, helvetica, sans serif;
	font-weight: normal;
	line-height: 20px;
}
table td {
	border: 0;
	font-family: arial, helvetica, sans serif; 
	font-size: 12px; 
	color: #000000; 
	line-height: 23px
}
table #row-header td {
	background: #da8800;
	padding: 0 4px;
	margin: 0;
	font: 12px arial, helvetica, sans serif;
	font-weight: bold;
	line-height: 20px;
	color: #ff9900;	
}
table #row-dark, .rowalt{
	background: #ffd8ac;
	text-align:center;
	white-space:nowrap;
	padding: 2px;
}
table #row-light, .row {
	background: #cee5fe;
	text-align:center;
	white-space:nowrap;
	padding: 2px;
}
.row.redtext, .rowalt.redtext {
	color:#9E0606;
}
.rowsimple{
	background: #cee5fe;
	padding: 2px;
}
.rowsimple2{
	background: #ffd8ac;
	padding: 2px;
}
.grey-light td, .grey-light{
	background:#d4d4d4;
	text-align:center;
	white-space:nowrap;
	color:#7f7f7f;
}
.grey-dark td, .grey-dark td, .grey-dark{
	background:#cccccc;
	text-align:center;
	white-space:nowrap;
	color:#7f7f7f;
}
table #color1, .color1 {
	color: #FFFFFF;
	background: #ff9900;
	border: none;
}
table #color2, .color2 {
	color: #FFFFFF;
	background: #8B4513;
	border: none;
}
.head td{
	color: #FFFFFF;
	background-color: #8B4513; 
	text-align:center; 
	font-weight:bolder;
	font-size:larger;
	padding-left:4px;
	padding-right:4px;
}
.totals td{
	color: #FFFFFF;
	background-color: #8B4513; 
	text-align:center; 
	font-weight:bolder;
}
.seethru {
	background-color:#c0c0c0;
}
.highlight{
	color: #000000;
	background-color: #ffff00; 
	text-align:center; 
}

.box-floatright
{
	background-color: #da8800;
	border: 1px solid #ff9900;
	text-align:center;
	float:right;
	clear:both;
	padding: 20px;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	width:auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.box-floatright label
{
  padding-top: 0.25em;
  margin: 1em 5px 0 0;
}
.box-floatright input
{
	margin: 1em 0 0 0;
	padding:2px;
}

/*used for sanctioned tournament,registration,tourninfo.php,etc. color scheme*/
#results tbody tr td {line-height: 18px; padding: 5px; margin: 0px}

#results tbody tr.categories td {line-height: 18px; background: #BCD5E6; border-bottom: solid 1px #ABCEE6; margin: 0px; text-align: center; font-weight: bold; border-right: 0px}

#results tbody tr.shaded td {background: #C9DAE6; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.shadeddark td {background: #b1c1cd; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.beige td {background: #fff2cd; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.beigedark td {background: #ece1be; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.pink td {background: #ffc0b2; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.pinkdark td {background: #eab0a3; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.gray td {background: #d4d4d4; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.graydark td {background: #c6c6c6; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.green td {background: #ccfece; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.greendark td {background: #b7e4b9; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.purple td {background: #feebfa; margin: 0px;vertical-align:top; border-right: solid 1px}
#results tbody tr.purpledark td {background: #ecdae8; margin: 0px;vertical-align:top; border-right: solid 1px}

#results tbody tr.totals td {background: #8B4513; color: #FFFFFF; text-align:center; margin: 0px}

#results tbody td.end-cell {border-right: 0px}

/*-------------------
AJAX THINGYS
---------------------*/
.sortable-list 
{
	margin : 0;
	text-align:left;
}
.sortable-list li
{
	border-top : 1px solid #8B4513;
	border-bottom : 1px solid #8B4513;
	cursor : move;
	margin : 2px 0 2px 0;
	padding : 3px;
	background : #cee5fe;
	width : 300px;
}
.sortable-list li .delete
{
	position : absolute;
	right : 0px;
	top : 0px;
	margin: 0;
	padding:0px;
}
.editable
{
	text-decoration: none;
	font-weight: bold;
	color: #8B4513;
	cursor : pointer;
	cursor : hand; /*ie5 made up setting */
}

/*------------------
DRAG AND DROP
-------------------*/
.list {
	border:1px dashed #000000;
	float:left;
	padding:5px;
	margin:5px;
}
.drop-box-hover {
	background:#fdfe66;
}
.dragme {
	cursor: move;
}

/*--------------------
NICE FORMS
-----------------------*/
form.colored
{
  width: 500px;
  padding: 20px;
  font-size:1.1em;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
}

form.colored .notes
{
  color: #3E4A49;
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  font-size: 0.9em;
}

form.colored fieldset
{
  padding: 0 20px 20px;
  margin: 0 0 20px;
  border: 1px solid #000000;
}


form.colored legend
{
  color: #FFFFFF;
  background-color: #8B4513;
  font-family: Arial, Helvetica, Sans-serif;
  font-weight: bold;
  font-size:1.2em;
  padding: 5px;
  margin-bottom: 0;
  border: 1px solid #000000;
}

form.colored label
{
  display: block;
  float: left;
  clear: left;
  text-align: right;
  width: 30%;
  padding-top: 0;
  margin: 1em 5px 0 0;
}

form.colored label.half-label
{
	width:50%;
}

form.colored input, form.colored select, form.colored a.date-picker-control
{
  margin: 1em 0 0 0;
  padding: 2px;
}
form.colored input[type="radio"]
{
	margin: 1.5em 0.5em 0 0;
}

form.colored img.popup-link
{
	border:none;
}

img.noborder
{
	border:none;
}

form.colored div.radio-box
{
  margin: 1em 5px 0 0;
}

/*---------------------
3-round corners box
---------------------*/
#tabcontainer {
	position:relative;
	top:10px;
}

#tabcontainer .header {
	position:relative;
	top:10px;
	font-size:1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	text-align:left;
	padding: 5px;
	background: #da8800;
	color: #ff9900;
	border-top: thin solid #8B4513;
	border-left: thin solid #8B4513;
	border-right: thin solid #8B4513;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
}

#tabcontainer .header .main {
	width: 600px;
}

#tabcontainer .header .main .title {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1.5em;
}

#tabcontainer .header .right-corner {
	position: absolute;
	top:3px;
	right:3px;
	font-size:1 em;
	font-family: Arial, Helvetica, Sans-serif;
}

#tabcontainer .body {
	padding: 15px;
	background: #cee5fe;
	border-bottom: thin solid #8B4513;
	border-left: thin solid #8B4513;
	border-right: thin solid #8B4513;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
}

#tabcontainer .body .logo {
	position: relative;
	max-width: 200px;
	max-height: 75px;
}

#tabcontainer .body a img{
	color: none;
	text-decoration: none;
	border: none;
}

.x-close {
	border: thin solid #8B4513;
	color: #8B4513;
	padding-left:2px;
	padding-right:2px;
	margin:6px;
	font-size:1 em;
	font-family: Arial, Helvetica, Sans-serif;
}

#tabcontainer .header a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff9900;
	border: thin solid #ff9900;
}

#tabcontainer .header .timestamp {
	font-style: italic;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}


/*---------------------
OPTION BOXES
----------------------*/
.boxofboxes {
  font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
  font-size: 0.9em;
}

.boxon {
	padding : 5px;
	margin : 5px;
	width : 30%;
	float: left;
	border : dashed thin #000000;
	color : #000000;
	background : #ffff00;
}

.boxoff {
	padding : 5px;
	margin : 5px;
	width : 30%;
	float: left;
	border : dashed thin #666666;
	color : #4c4c4c;
}


/*----------------------
AJAX POPUPS
-----------------------*/
div.popup {
	z-index: 9999;
	position:relative;
	width:auto;
	opacity:0.9;
	filter:alpha(opacity=90);
}

div.popup div.header
{
	width: auto;
	vertical-align: middle;
	text-decoration: none;
	cursor: move;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	text-align:left;
	padding: 5px;
	background: #da8800;
	color: #ff9900;
	border-top: thin solid #8B4513;
	border-left: thin solid #8B4513;
	border-right: thin solid #8B4513;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
}

div.popup div.header .right-corner {
	position: absolute;
	top:3px;
	right:3px;
	font-size:1 em;
	font-family: Arial, Helvetica, Sans-serif;
}

div.popup div.body
{
	width: auto;
	padding: 15px;
	background: #cee5fe;
	border-bottom: thin solid #8B4513;
	border-left: thin solid #8B4513;
	border-right: thin solid #8B4513;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
}

div.popup div.header .right-corner #exit
{
	padding: 2px;
	cursor: pointer;
	border: thin solid #8B4513;
	color: #8B4513;
	margin:4px;
	font-size:0.8 em;
	font-family: Arial, Helvetica, Sans-serif;
}

/*---------------------
CHECKLISTS
----------------------*/
div#checklist
{
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	border: dotted 2px #000000;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background-color:#393939;
    color:#FFFFFF;
    padding-right:40px;
}

div#checklist div.title
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin: 3px;
}

div#checklist ol
{
	font-size: 9pt;
	font-weight:bold;
}

div#checklist ol li
{
	background-color:#eeeeee;
	margin: 1px;
	padding: 2px;
	padding-left:20px;
	border: solid 1px #000000;
	background-repeat: no-repeat;

}
div#checklist ol li b
{
	color:#393939;
}

div#checklist ol li.done
{
	background-image:url('/images/accept.png');
	background-color: #90fe94;
	border-color: #11ba00;
}

div#checklist ol li.todo
{
	background-image:url('/images/exclamation.png');
	background-color: #fcbeb0;
	border-color: #ff0000;
}

div#checklist ol li.todo a
{
	font-size:14px;
	color: #9f0005;
}

/*----------------------
CALENDARS
-----------------------*/
div.calendar {
	position:relative;
	margin:7px;
	text-align: center;
}

div.calendar div.header
{
	vertical-align: middle;
	text-decoration: none;
	font-size: 16pt;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	padding: 5px;
	background: #da8800;
	color: #ff9900;
	border-top: thin solid #8B4513;
	border-left: thin solid #8B4513;
	border-right: thin solid #8B4513;
    -moz-border-radius-topleft: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-top-right-radius: 12px;
}

div.calendar div.body
{
	padding: 15px;
	background: #cee5fe;
	border-bottom: thin solid #8B4513;
	border-left: thin solid #8B4513;
	border-right: thin solid #8B4513;
    -moz-border-radius-bottomleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -webkit-border-bottom-right-radius: 12px;
}


/*---------------------
GAME REPORTS
---------------------*/

#gamereport {
}

.editbuttons {
	text-align: center;
}
.editbuttons a {
	padding: 4px;
}
.editbuttons a:hover {
	background: #ffff00;
}

#scoreboard {
	padding: 5px;
	margin: 0 0 10px 0;
	border: solid 1px #d0d0d0;
	position: relative;
	width: 528px;
	background: #000000;
	color: #FFFF00;
	text-align:center;
	min-height: 100px;
}

#scoreboard TABLE#scores {
	font: 12px arial, helvetica, sans serif;
	font-weight: normal;
	line-height: 20px;
	background: #000000;
	color: #FFFF00;
	border-spacing:0;
}
#scoreboard TABLE#scores TD {
	color: #FFFF00;
	font-size:12px;
	border-bottom:ridge 1px #CCCCCC;
}
#scoreboard TABLE#scores TD.scorehead-team {
	text-align:right;
	font-size:15px;
	color: #FFFFFF;
}
#scoreboard TABLE#scores TD.scorehead {
	width:30px;
	text-align:right;
	font-size:15px;
	color: #FFFFFF;
}
#scoreboard TABLE#scores TD.score {
	width:30px;
	text-align:right;
}
#scoreboard TABLE#scores TD.spacer {
	width:30px;
	text-align:right;
	border-right:ridge 1px #CCCCCC;
}
#scoreboard TABLE#scores TR.winner {
	font-weight:bold;
	font-size:13px;
}


/*---------------------
THE FOOTER
---------------------*/
#footer {
	width:100%;
	padding: 5px;
	margin: 0;
	border: 0;
	background: #ff9900;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	position:relative;
	z-index:4;
}
#footer a {
	padding: 0 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold
}
#footer a:hover {
	text-decoration: underline;
}
#google {
	padding: 10px;
	margin: 0;
	border: 0;
	text-align: center;
	font-size: 10px;
	position:relative;
	background-color:#8B4513;
	color:#ffffff;
	z-index:3;
}


