
/* 


Layout file for entire site


*/


/*  entire body formatting */
html {overflow-x: hidden;} 
body					{background: black url(images/circBack.jpg); color: white; background-attachment: fixed; }



/*  header formatting   */

#headerDiv				{width: 900px; height: 150px; margin: 0px; padding: 0px; margin-left: auto; margin-right: auto; border: solid rgb(153, 255, 153); border-width: 3px 3px 0px 3px; background-color: black; text-align: center; }
#headerDiv img			{border: 0px; }

/*  upper construction banner formatting   */

#constructionDiv		{width: 900px; height: 30px; margin: 0px; padding: 0px; margin-left: auto; margin-right: auto; border: solid rgb(153, 255, 153); border-width: 0px 3px 0px 3px; background-color: black; text-align: center; }
#constructionDiv img		{border: 0px; }


/*  links bar formatting   */

#linksBar				{width: 900px; height: 30px; padding: 0px; margin-left: auto; margin-right: auto; border: solid rgb(153, 255, 153); border-width: 0px 3px 1px 3px; font-family: Georgia, "Times new Roman", serif; font-size: 12px;  background: black url(images/linkback2.jpg);}
#linksTable td			{width: 181px; height: 29px; margin: 0px; padding: 0px; text-align: center; font-variant: small-caps; }
#linksTable table			{border-collapse: collapse; }
#linksTable				{margin-left: auto; margin-right: auto; }

#linksBar a:hover		{color: rgb(153, 255, 153);  text-decoration: underline overline; font-weight: bold; background-image: url(images/elecback.gif); }
#linksBar a				{color: rgb(153, 255, 153); text-decoration: none; font-weight: bold; }
#linksBar a:visited		{font-weight: bold; }
#linksBar a:active		{color: rgb(153, 255, 153); text-decoration: underline overline; font-weight: bold; }
#currentPage			{color: white; font-weight: bold; }


/* main div formatting */

#mainDiv				{width: 860px; margin: 0px; padding: 20px; margin-left: auto; margin-right: auto; border: solid rgb(153, 255, 153); border-width: 0px 3px 0px 3px; font-family: Georgia, "Times new Roman", serif; background-color: black; color: white; }

/*  rounded box formatting */

table.roundBox			{border-collapse: collapse; font-family: Georgia, "Times new Roman", serif; text-align: justified; }
table.roundBox td			{padding: 0px; color: white; text-align: justify; }

td.topLeft				{background: url(box/topleft.gif) no-repeat; width: 10px; height: 10px;  }
td.top					{background: url(box/top.gif) repeat-x; width: auto; height: 10px;  }
td.topRight				{background: url(box/topright.gif) no-repeat; width: 10px; height: 10px;  }
td.right					{background: url(box/right.gif) repeat-y; width: 10px; height: auto;  }
td.bottomRight			{background: url(box/bottomright.gif) no-repeat; width: 10px; height: 10px;  }
td.bottom				{background: url(box/bottom.gif) repeat-x; width: auto; height: 10px;  }
td.bottomLeft			{background: url(box/bottomleft.gif) no-repeat; width: 10px; height: 10px;  }
td.left					{background: url(box/left.gif) repeat-y; width: 10px; height: auto;  }
td.boxContent			{background: url(box/middle.gif); color: white; padding: 15px; }




/* contact bar formatting */

#contactBar				{width: 900px; height: 20px; background: black; text-align: center; border: solid rgb(153, 255, 153); border-width: 1px 3px 3px 3px;  padding-top: 5px; padding-bottom: 3px; margin-left: auto; margin-right: auto; font-weight: bold; letter-spacing: 0.2em; font-family: Georgia, "Times new Roman", serif; }

#contactBar a:link		{color: rgb(153, 255, 153); text-decoration: none; }
#contactBar a:hover		{color: white; }
#contactBar a:active		{color: white; }

address					{font-variant: small-caps; font-style: normal; font-size: 10px; color: rgb(153, 255, 153); }

/* info bar formatting */

#infoBar				{width: 900px; margin-left: auto; margin-right: auto; text-align: center; font-variant: small-caps; font-size: 11px; font-family: Georgia, "Times new Roman", serif; padding-top: 5px; color: gray; }


/*  test code  */
#musicPlayer			{float: right; }
#container				{ margin-left: auto; margin-right: auto; height: 100%; } /*used to place ablums */
