/*
header float
container
	content
	sidemenu float
*/
	
	body {
		background-color: black;
		/*background-image: url(shirtBG2.jpg); */
		background-position: 0px -5px;
		}
	
	#main {
		border:0px solid #000; 
	 margin:10px 0px 20px 30px; 
		}

	#content {
		margin:20px 0px 0px 0px;
		padding-left:10px;
		padding-right:20px;
		padding-top:05px;
		padding-bottom:30px;
		max-width: 43em;
		}
		
		
	#links1 {
		padding-left:05px;
		padding-right:00px;
		padding-top:15px;
		}

/* Looks like you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

	#header {
	z-index:30;
	border:0px solid #0000ff; 
	margin:20px 30px 20px 0px;
	padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
	
	position:relative; }
	
	#header2 {
	z-index:30;
	border:1px solid #0000ff; 
	margin:40px 30px 20px 0px;
	padding-left:15px;
		padding-right:15px;
		padding-top:2px;
		padding-bottom:4px;
	background: #ffff00;
	position:relative;
 
	}

	#menu {
		border-left:2px solid #000; 
		border-bottom:2px solid #000;
		top:20;
		right:50;
		float:right;
		width:300px;
	/*	background:#eee; */
/*		margin:0px 0px 10px 10px; */
		position:absolute;

		z-index:20;
		}
		
	h1,pre {
		margin:20px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
	

	
li.list1{
	color:#000000;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

	line-height:150%;
	}
	

	
a:link {
  color:#003333;
  text-decoration:none;
  }
a:visited {
  color:#666666;
  text-decoration:none;
  }
a:hover {
  color:#0033ff;
  text-decoration:underline;
  }
p{
	color:#000000;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-indent:20px;;
	margin:20px 10px 10px 10px;
	}

