body, h1, h2, h3, h4, h5, h6, form, input, textarea
{
	margin:  0;
	padding: 0;
	font-size:   12px;
	line-height: 14px;
	font-family: "Times New Roman", "Times", serif;
	font-weight: normal;
	color: #333;
}
body
{
	background-color: #F9F9F9;
	background-image: url( "../med/background.gif" );
	padding: 60px 60px 120px 120px;
	filter:  alpha(opacity=100);
	opacity: 1.00;
}
a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
	color: #F00;
	text-decoration: underline;
}
a:hover
{
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}




.smallcaps
{
	font-size: 11px;
}
h1
{
	color: #009;
}
h2 {
	margin-bottom: 20px;
	font-size:   14px;
	line-height: 16px;
}
h2 .smallcaps
{
	font-size: 13px;
}
h4
{
	margin-bottom: 10px;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif; 
	font-size:    9px;
	line-height: 13px; 
	color: #666;
}
h4 .smallcaps
{
	font-size: 9px;
}
textarea
{
	font-family: "Andale Mono", "Courier", "Courier New",  monospace;
}
textarea#cryptoInput
{
	color: #F90;
}
textarea#cryptoOutput
{
	color: #090;
}
input
{
	margin: 10px 0 20px 0;
}




#description
{
	position: relative;
	float: left;
	margin: 0 20px 60px 0;
	width: 280px;
}
#demonstration
{
	position: relative;
	float: left;
	margin-right: 60px;
	width: 260px;
	padding: 60px 0 0 60px;
	background-image: url( "../med/background_shift.gif" );
	background-repeat: repeat-y;
}
.clear
{
	clear: both;
}