/*----CSS Document----*/
/*----Main body specifications----*/
body
		{
		background: url(degerritbackgroundfade.jpg) fixed;
		background-position: center middle;
		/*background: #ffffff;*/
		font-family: lucida;
		font-size: 15px;
		font-weight: bold;
		color: #000000;
		/*scrollbar-base-color:  #cc6600;
  		scrollbar-arrow-color: #ff9900;
		scrollbar-face-color: #000000;*/
		}

/*----Line model specifications----*/
#line
		{
		margin: 0px 0px 0px 0px;
		text-align: center;
		padding: 0px;
		/*background: #000000;*/
		height: 4px;        IE5 hack begins
		voice-family:"\"}\"";
		voice-family:inherit;
		height: 5px;
		}
html>body #line
		{
		height: 4px;		/*IE5 hack ends*/
		}		

/*----Box model specifications----*/
#header
		{
		/*margin: 10px 0px 0px 0px;*/
		/*border: 2px solid #fff;*/
		text-align: center;
		/*background: #000000;*/
		/*height: 80px;        /*IE5 hack begins
		voice-family:"\"}\"";
		voice-family:inherit;
		height: 80px;
		}
html>body #header
		{
		height: 80px;		/*IE5 hack ends*/
		}

/*----Main content box----*/
#main
		{
		text-align: left;
		padding: 5px;
		/*border: 2px solid #fff;*/
		/*background: #000000;*/
		margin: 20px 190px 0px 190px;        /*IE5 hack begins*/
		voice-family:"\"}\"";
		voice-family:inherit;
		margin: 20px 190x 0px 190px;
		}
html>body #main
		{
		margin: 20px 190px 0px 190px;		/*IE5 hack ends*/
		}
/*----Left picture top box----*/
#left
		{
		position: absolute;
		top: 20px;
		left: 0px;
		margin: 0px;
		margin-right: 0px;
		padding: 20px;
		padding-bottom: 0px;
		/*border: 2px solid #fff;*/
		/*background: #000000;*/
		width: 150px;        /*IE5 hack begins*/
		voice-family:"\"}\"";
		voice-family:inherit;
		width: 150px;
		}
html>body #left
		{
		width: 150px;		/*IE5 hack ends*/
		}
/*----Right picture top  box----*/
#right
		{
		position: absolute;
		top: 20px;
		right: 0px;
		margin: 0px;
		margin-left: 0px;
		padding: 20px;
		padding-bottom: 0px;
		/*border: 2px solid #fff;*/
		/*background: #000000;*/
		width: 150px;        /*IE5 hack begins*/
		voice-family:"\"}\"";
		voice-family:inherit;
		width: 150px;
		}
html>body #right
		{
		width: 150px;		/*IE5 hack ends*/
		}

/*----Left navigation box----*/
#left1
		{
		position: absolute;
		top: 200px;
		left: 0px;
		margin: 0px;
		margin-right: 0px;
		padding: 20px;
		padding-bottom: 0px;
		/*border: 2px solid #fff;*/
		/*background: #000000;*/
		width: 120px;        /*IE5 hack begins*/
		voice-family:"\"}\"";
		voice-family:inherit;
		width: 120px;
		}
html>body #left1
		{
		width: 120px;		/*IE5 hack ends*/
		}

/*.copy
		{
		background: #000000;
		font-family: arial;
		font-size: 10px;
		margin-top: 15px;
		text-align: center;
		color: #808080;
		}*/

