/* basic elements */

	a { 
		color: #000000;
		font-weight: bold; 
		text-decoration: none; 
		}
	body { 
		font: 8pt tahoma; 
		color: #000000; 
		margin: 0px; 
		}

	INPUT {
		SIZE: 12;
		background-color: #426D97; 
		font-family: tahoma; 
		font-size: 10px; 
		border: 1 solid #000000;
		}

/* custom elements */

	div.sideLink {
		position: absolute;
		left: 1px;
		top: 81px;
		width: 156px;
		height: 550px;
		}
	div.sideLink div {
		padding: 10px;
		background: url(http://webchat.elunacy.com/side.gif) no-repeat;
		height: 550px;
		}
	div.mainPart {
		position: absolute;
		top: 80px;
		left: 156px;
		width: 535px;	
		font: 8pt tahoma; 
		color: #000000; 
		height: 500px;
		}
	div.mainPart div {
		padding: 5px;
		border: 0px dashed #426D97;
		}
	#sideLink li a:link {
		color: #ffffff;
		font-weight: bold; 
		text-decoration: none;
		}
	#sideLink li a:visited {
		color: #ffffff;
		font-weight: bold; 
		text-decoration: none;
		}

	#site {
		width: 775px;
		top: 2px; 
		margin-left: 1px;
		margin-right: 1px;
		}
	#header {
		width: 100%;
		height: 60px;
		background-color: #ffffff;	
		}

	#center {
		border: 2px;
		text-align: center; 
		margin-left: 25%;
		margin-right: 25%;
		}

	#infotext {
		font: 8pt tahoma; 
		color: #000000; 
		}
	#valid {
		position: absolute;
		top: 450px;
		left: 685px;
		}