
body {
	padding:0px;
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	}
	
		
	#pageTitle {
		position: absolute;
		background:#fff;
		left:50px;
		right:0px;
		top:0px;
		height:59px;
		width:300px;
		}

	#siteTitle {
		position: absolute;
		background:#fff;
		left:350px;
		right:0px;
		top:0px;
		padding:0px;
		height:59px;
		width:600px;
		background:#fff;
		}

	#content {
		position: absolute;
		left:50px;
		right:0px;
		top:60px;
		padding:0px;
		padding-top:10px;
		width:700px;
		background:#fff;
		border-right:1px solid #999;
		border-top:1px solid #999;

		}


	#rightcontent {
		position: absolute;
		top:60px;
		left:751px;
		width:200px;
		padding-left:10px;
		background:#fff;
		border-top:1px solid #999;
		}


		
	p,pre {
		font-size:12px;
		color:#555;
		padding:0px;
		}

	p.soft {
		
		color:#999;

		}
		
	h1 {
		margin-top: 20px;
		font-size:20px;
		color:#999;
		}

	h2 {
		font-size:12px;
		color:#999;
		}
		
	h1.mainTitle {
		font-size:14px;
		text-align: right;	
		}
	
	#rightcontent p {
		font-size:10px
		}

	#content p {
		padding-right:20px;
		}

	
a {
	text-decoration:none;
	color:#57a;
	}

a:hover {
	text-decoration:none;
	color:#fb0;
}

a.selected {
		text-decoration:underline;
	}
	
a:hover.selected {
	text-decoration:underline;
}

a.revertwhite {
		color:#fff;
	}
	
a:hover.revertwhite {
	text-decoration:underline;
	color:#fff;
}

a.revertblack {
		color:#000;
	}
	
a:hover.revertblack {
	text-decoration:underline;
	color:#000;
}

	
 hr {
	border: 0;
	width: 80%;
	color: #999;
	background-color: #999;
	height: 1px;
}

table.colourPicker {
	cursor:crosshair;
}