/* General Styles */
HTML		{margin: 0px; height: 100%;}

BODY		{margin: 0px;
		 background-color: #708090;
		 /* background-color: pink; */
		 color: white;
		 height: 100%;
		 background-image: url("../images/deco/bluish/side.png");
		 background-repeat: repeat-y;
		 height: 100%;} 

TD#maintd	{vertical-align: top; padding-left: 10px;}

TD#sidebar	{background-color: #6A5ACD;
		 color: #FFFFFF;
		 background-image: url("../images/deco/bluish/side.png");
		 background-repeat: repeat-y;
		 width: 199px;
		 vertical-align: top;
		 text-align: center;}

TD#top		{background-color: #191970;
		 color: #FFFFFF;
		 background-image: url("../images/deco/bluish/banner2.png");
		 background-repeat: repeat-y;
		 height: 40px;
		 vertical-align: middle;}

TD#footertd	{background-color: #708090; color: white;}
A#footlinkback	{background-color: #708090; color: purple; text-decoration: underline;}

H2#banner	{text-align: right; background-color: transparent; color: white; margin-right: 1em;}

TABLE#maintable	{width: 100%;
		 margin-top: 0px; margin-left: 0px; margin-right: 0px;
		 margin-bottom: 0px;
		 border-width: 0px;
		 height: 100%;}

UL#navmenu	{list-style-type: none;}

LI.menu		{font-family: "Book Antiqua", "Times", "Serif", Serif;
		 font-size: 25pt; text-align: left;}

A		{background-color: transparent; color: #D3D3D3; text-decoration: none;}
A:HOVER		{background-color: transparent; color: white; text-decoration: underline;}

A.menu		{background-color: transparent; text-decoration: none; color: white;}

A:HOVER.menu	{text-decoration: none;
		 background-color: transparent;
		 font-weight: lighter;
		 font-size: 22pt;
		 background-image: url("../images/deco/bluish/stamp.png");
		 letter-spacing: 2mm;}

P#footer	{font-size: 8pt; font-style: italic; text-align: right;}
P#breast	{font-size: 8pt; font-style: italic; text-align: left; display: none;}


/* Page-Specific Stuff */

/* Music */
TABLE.albums {background-color: #70708F; color: #FFFFFF; border-style: dashed; width: 600px;}
TEXTAREA.review {background-color: #667799; color: #000000;}

/* Links */

.linkheader	{color: #333366; margin-bottom: 0px; margin-top: 0px;}
.headerhide	{color: #333366; background-color: inherit;}
.headershow	{color: inherit; background-color: #333366;}
p.link		{background-color: #454565; margin-top: 1px; margin-bottom: 1px;}
DIV.linkshide	{width: 60%;}
DIV.linksshow	{width: 60%;}

/* Tips & Tricks */
div.tip {background-color: #2c3238; border: 2px inset #ffffff;}
