// color-scheme

	.c1 {
		color:#1470CC
	}
	.c2 {
		color:#666
	}
	.c3 {
		color:#005CB8
	}
	.c4 {
		color:#333
	}
	.c5 {
		color:#005CB8
	}
	
	h2{font-size:100%;}
	h3{font-size:90%;}
// layout

	#body {
		min-height:300px
	}
	#footer {
		font-size:70.0%
	}
	#footer,#header,.left,.right {
		margin-left:3px;
		margin-top:5px;
		padding-top:5px
	}
	div.right {
		b/order-left:1px solid #ccc;
	}
	#footer,.left,.right {
		font-family:arial;
		padding-left:10px
	}
	#footer {
		border:1px solid #aaa;
		background:url(blue1.jpg);
	}
	#footer h3 {
		font-weight:100;
		text-align:center;
		letter-spacing:+1px;
		color: #fff;
	}
	
	#footer h3 a { 
		color: #fff;
	}
	#header {
		font-family:tahoma;
		border:1px solid #aaa;
		margin-left:10px;
		margin-top:20px;
		background:url(blue1.jpg);
		height:100px;
		letter-spacing:-3px;
		line-height:5px;
		padding-left:5px;
		margin-bottom:-5px;
	}
	#header h1 {
		text-transform:lowercase;
		font-size:250%;
	}
	#header a.c1 {
		color:#fff;
	}
	#header h2.c2 {
		color:#eaeaea;
	}
	#leftWall {
		background:white url(shadow-left.gif) no-repeat left top
	}
	#leftWall,#rightWall {
		min-height:800px
	}
	#leftWall,.left {
		float:left
	}
	#pleft {
		min-height:400px;
		padding-left:20px;
		width:750px
	}
	#pright {
		padding-right:20px
	}
	#rightWall {
		background:white url(shadow-right.gif) no-repeat right top
	}
	#rightWall,.right {
		float:right
	}
	#wrapper {
		margin:-15px auto 0px auto;
		min-height:600px;
		width:800px
	}
	.left {
		width:540px
	}
	.right {
		width:160px;
		margin-right:5px;
	}
	div.right ul {
		width:150px;
		display:inline;
		margin:0;
		padding:0;
	}
	div.right li {
		display:inline;
		list-style:none;
		border-bottom:1px solid #bbb;
	}
	div.right a {
		font-size:85%;
		padding:2px;
		display:block;
		border-bottom:1px solid #bbb;
	}
	div.right a:hover {
		background-color:#ccc;
	}
	div.right a:active {
		background-color:#ADFFFF;
	}
	#footer.h3 {
		text-align:center;
	}
//tags

	body {
		margin:0px;
	}
	h3 {
		letter-spacing:-1px;
	}
	h1 a {
		border-bottom:0px
	}
	a {
		text-decoration:none;
		color:#0000B8;
	}
	p {
		color: #333;
	}
