html
	{
	height: 101%
	}

body, td
	{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
	}

body 
	{ 
	margin: 0 0 0 0; 
	background-color: #000000;
	background-image: url('art/backtile.gif');
	background-repeat: repeat;
	background-position: top left;
	} 

a:link, a:visited
	{
	text-decoration: none;
	color: #857542;	
	}

a:hover
	{
	text-decoration: underline;
	color: #FFFFFF;
	}

h1
	{
	font-size: 16px;
	margin-bottom: 1px;
	}
h2
	{
	font-size: 13px;
	}

img
	{
	border: 0;
	}

.leftimage
	{
	float: left;
	margin: 0 6px 4px 0;
	}

.rightimage
	{
	float: right;
	margin: 0 0px 4px 6px;
	}


#wrapper
	{
	width: 1000px;

	}

#leftdiv
	{
	float: left;
	width:190px;
	background-image: url('art/leftbox.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding-left: 0;


	}


#rightdiv
	{
	float: right;
	width:200px;
	background-image: url('art/rightbox.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#maindiv
	{
	width: 570px;
	text-align: justify;
	margin: -14px 0 0 0; 

	}
	
#maindiv p
	{
	margin-top: 15px;
	}
	

#leftdiv,#rightdiv,#maindiv
	{
	min-height: 664px;
	}

#leftdiv img
	{
	margin-bottom: 5px;
	}

.divtop
	{
	color: #857542;
	background-color: #222222;
	font-size: 13px;	
	font-weight: bold;
	text-align: center;
	border: 1pt solid #FFFFFF;
	}


.contentbox
	{
	background-color: none;
	border-left: 1pt solid #FFFFFF;
	border-right: 1pt solid #FFFFFF;
	border-bottom: 1pt solid #FFFFFF;
	margin-bottom: 9px;
	text-align: justify;
	padding: 4px;
	}

.contentbox, .contentbox td
	{
	font-size: 9px;
	}


.contentbox img
	{
	border: 1px solid #857542;	
	}

.contentbox img:hover
	{
	border: 1px solid #FFFFFF;	
	}

.contentbox h1
	{
	font-size: 12px;
	margin: 0 0 6px 0;
	}

#gig_guide
	{
	width:180px;
	background-image: url('art/web_gig_guide.jpg');
	background-repeat: no-repeat;
	background-position: top left;	
	padding: 138px 14px 20px 10px;
	text-align: center;
	}

#gig_guide hr
	{
	width: 100px;
	}

#gig_guide a
	{
	color: #f3b10f;
	text-decoration: none;
	}



.digi_logo
	{
	float: left;
	height: 60px;
	margin: 10px 10px 20px 0px;
	}


#footer
	{
	clear: both;
	font-size: 7pt;
	text-align: center;
	margin-top: 20px;
	}


#imageContainer 
	{
	margin:auto;
	text-align: right;
	}

#imageContainer img 
	{
	display:none;
	position: absolute; top: 0px; right: 0px;
	width: 100%;
	}	




