		body
		{
			margin: 0;
			padding: 0;
			font-size: 10pt;
			font-family: tahoma, arial, helvetica, sans-serif;
			background: url(../images/decor/para_bg.gif) top repeat-x;
			
		}
		
		#header
		{
			height: 50px;
			margin-bottom: 1em;
			border-bottom: 0px solid #999;
			background-color: transparent;
		}
		#main
		{
			background: transparent url(../images/decor/splash.gif) top left no-repeat;
		}
		#gutter
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1
		{
			float: left;
			width: 200px;
			margin:100px 0px 1em;
			padding-left:1em;
			border-right: 1px dotted #686868;
			border-left:70px solid #edddc3;
			padding-right: 3%;
			margin-left:2px;
		}
		
		#col2
		{
			float: left;
			width: 44%;
			margin-left: 3%;
			margin-bottom: 1em;
			margin-top:60px;
			border-right: 70px solid #edddc3;
			padding-right: 3%;
			color:#686868;
			position:block;
			}
		#col2 p
		{
			text-align:justify;
		}
		#col2 h1
		{
			font-size:1.2em;
		}
		#col2 img
		{
		border:0px;
		margin:6px;
		}
		

		#footer
		{
			clear: both;
			height: 30px;
			border-top: 1px dotted #686868;
			padding: .5em;
			text-align: right;
			background:#fff;
		}
		#topline
		{
			position:absolute;
			left:500px;
			top:10px;
			font-size:90%;
			display:inline;
			border-bottom: 1px dotted #686868;
			margin:0;
		}
		#topblock
		{
			position:absolute;
			left:0;
			top:0;		
			height: 150px;
			width: 250px;
		}
		
		#topblock img
		{
			border:0px;
		}

		h1
		{
			margin: 0;
			padding: .5em;
		}
		
		h2 
		{
			margin-top: 0; 
		}
		a, a:link, a:hover, a:active, a:visited
		{
			color:#fb0a01;
		}
		#topmenu
		{
			position:absolute;
			margin-left:320px;
			margin-top:90px;
		}
		#topmenu a,#topmenu a:link,#topmenu a:hover,#topmenu a:active,#topmenu a:visited
		{
			color:#fb0a01;
			font-weight:bold;
			font-size:90%;
			text-decoration:none;		
		}
		.leftsubmenu
		{
		list-style-type:circle;
		display:block;
		color:dimgray;
		font-size:90%;
		}
		.currentpage
		{
		text-decoration:none;
		color:red;
		}
		ul.topl li, .topl ul
		{
			display:inline;
			text-decoration:none;
		}

		.search
		{
			border:1px solid red;
			font-size:0.8em;
			background:white;
			color:#686868;
			margin:3px;
		}
		input[type=image]
		{
			border:0px solid white;
		}	