/*
	style sheet look & feel for shyproductions.com
*/

body
{
	background-color: #000000; 
	background-image:url("./img/bg.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	background-attachment: fixed;

	scrollbar-face-color:#C0C0C0;
	scrollbar-shadow-color:#000000;
	scrollbar-highlight-color:#DDDDDD;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-darkshadow-color:#111111;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#FFFFFF;
}

a img
{
	border: none;
	text-decoration: none;
}

a, a:link, a:visited, a:active
{
	border: none;
	text-decoration: none;
	color: yellow;
}

a:hover
{
	border:none;
	text-decoration: none;
	background-color: yellow;
	color: black;
}

TD
{
	font-family: calibri, trebuchet ms, verdana, helvetica, arial, sans-serif;
	font-size: 12pt;
	vertical-align: top;
	color: #FFFFFF;
}

.wrapper
{
	width:810;
}

.bumper
{
	width:50;
}

.main
{
	width:625;
}

.nav
{
	width:135;
	font-size: 9pt;
}

.header
{
	border: dashed #C0C0C0;
	border-width: thin;
	background-color: #000000; 
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}

.midder
{
	border: dotted #C0C0C0;
	border-width: thin;
	background-color: #000000; 
	font-weight: bold;
	color: #FFFFFF;
}

.footer
{
	border: dashed #C0C0C0;
	border-width: thin;
	background-color: #000000; 
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
