body
{
	font-family:Arial, Helvetica, sans-serif;
}
a
{
	color:#00F;
	text-decoration:none;	
}
a:hover
{
	color:#06F;
}
input
{
	margin-left:5px;	
}
input, select
{
	margin-bottom:5px;
	margin-top:5px;
}
#container
{
	text-align:center;	
}
#convertbox
{
	text-align:center;	
}
#outer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#container
{
	width:680px;
	float:left;
}	
#adsright
{
	width:120px;
	float:left;	
}
#converterLink
{
	display:block;
	width:140px;
	background-color:#e1e1e1;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	border-bottom-style:none;
	float:left;
	text-decoration:none;
	padding:5px;
	position:relative;
	top:1px;
	margin-top:1px;
}

#calculatorLink
{
	display:block;
	width:140px;
	background-color:#CCC;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	border-left-style:none;
	border-bottom-style:none;
	float:left;
	text-decoration:none;
	padding:5px;
	position:relative;
	top:2px;
	margin-top:0px;
	padding-bottom:4px;
}

#converterpanel, #calculatorpanel
{
	width:640px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e1e1e1;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	padding:10px;
}