body
	{
		background-color:#000000;
		margin: left;
	}
	
a
	{
		border: none;
	}
	

img
	{
		border: none;
	}


img#sidebar
	{
		
		position: relative;
		top:0px;
		left:0px;
	}

img#sidebar2
	{
		position: absolute;
		top:0px;
		right:0px;
	}

p.content
	{
		font-family:helvetica, arial, sans-serif;
		font-size:10pt;
		color:#FFFFFF;
		text-align:left;
	}	
	


/*DIVS*/

div#everything
	{
		border-style:none;
		border-color:#0000FF;
		border-width:1px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:auto
	}

	
div#container
	{
		float:none;
		border-style:none;
		border-color: #333333;
		border-width:2px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		height:auto;
		width:640px;
		top:0px;
		padding-bottom:20px;
	}
	
div#sidebar
	{
		position:fixed;
		border-style:none;
		border-color:#FFFFFF;
		border-width:2px;
		margin-left:auto;
		margin-right:auto;
		height:auto;
		width:auto;
		top:0px;
		left:0px;
	}
	
	
div#sidebar2
	{	
		position:fixed;
		border-style: none;
		border-color: #FFFF00;
		border-width:2px;
		margin-left:auto;
		margin-right:auto;
		width:auto;
		height:auto;
		top:0px;
		right:0px;
	}
	
div#links
	{
	height:auto;
	width:auto;
	border-style:none;
	margin-left:6px;
	margin-bottom:10px;
	}
	
div#pblsplash
	{
	border-style:none;
	}
	
div#contentbox
	{
		border-style:none;
		border-color:#FFFFFF;
		border-width:2px;
		position:relative;
		background-image:url(box.jpg);
		background-repeat:no-repeat;
		height:480px;
		margin-bottom:10px;
	}

div#text
	{
		position:relative;
		width:595px;
		height: 350px;
		background-color:#000000;
		overflow:auto;
		border-style:solid;
		border-color:#333333;
		border-width:1px;
		padding:10px;
	}	