
body { font-family:Trebuchet MS,Verdana,Arial,Helvetica; background-image:url(images/bubbles.gif)}

a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:red; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:red; text-decoration:none; }
a:active { font-weight:bold; color:blue; text-decoration:underline; }

p, li		{
				font-size:0.8em;
  			}
  			
h1			{
				font-size:3em;
				text-transform: uppercase;
			}
			
h2			{
				font-size:1.5em;
			}
			
h3			{
				font-size:1.4em;
			}
			
#navi ul	{
				/* list-style-type:none; */
				/* text-indent:-2em; */
			}
			
#navi li	{
				font-weight:bold;
			}
			
#main_panel img		{
				border:1px solid black;
				margin-bottom:1em;
			}
#main_panel textarea	{
				width:600px;
				background:silver;
				margin-bottom:1em;
				border:1px solid black;
			}

#main_panel input {
				margin:1em;
				width:400px;
			}

#left_panel {	position:relative;
				float:left;
				width:200px;
				height:100%;
				/* border:1px dashed black; */
				text-align:left;
				padding-left:1em;
				background:white;
				border-right:2px dashed #000000;
				margin-left:0;
				margin-right:10px;
			}

#main_panel {	position:relative;
				float:left;
				width:70%;
				height:100%;
				/* border:1px dotted black; */
				padding-left:1em;
				padding-right:1em;
				background-image:url(images/transparent.png);
			}
