body{ 
	padding: 0 5px;
	font-family: Verdana, sans-serif;
	background-color: #fff6da;
	background-image:url(/images/bg.jpg);
	background-repeat:no-repeat;
}
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

#links{
	border:1px solid black;
	/*width:210px;*/
	padding:10px;
	background-color:white;
}
	#links h3{
		color:#933;
	}
	#links ul{
		padding: 8px 0 3px 20px;
	}
	#links li{
		list-style-type:circle;
	}
	#links a{
		color:#69C;
	}

h1{
	margin:20px 0;
	color:#5B739C;
}
	h1 strong{
		font-size:13px;
		color:#777;
	}
h2.title{
	color:#933;
	margin-bottom:0px;
	text-align:right;
}

h2.title2{
	color:#933;
	margin-bottom:10px !important;
}
.clear{
	clear:left;
}
.footer {
left:520px;
position:absolute;
top:575px;
color:#69C;
font-size:11px;
}
.footer a{
color:#69C;
font-size:11px;
}

.ui-widget{
font-size:13px;
}
.hometext, .hometable * {
line-height:16px !important;
font-size:13px !important;
margin:0px !important;
}

.hometable{
margin-top:5px;
}

.hometable b{
color:#933;
}

#calculator{
	background-color:#FFFFFF;
	border:1px dotted #993333;
	float:right;
	height:290px;
	padding:10px;
	position:absolute;
	right:0;
	top:7px;
	width:280px;
}

#calculator .tipp{
	font-size:10px;
	margin-top:5px;
	width:270px;
	text-align:center;
}

#calculator input{
	border:0 none;
	color:#F6931F;
	font-size:15px;
	font-weight:bold;
	left:225px;
	position:absolute;
	text-align:right;
	width:70px;
}
#calculator #amount{
	width:150px;
	position:relative;
	left:0;
}
#calculator #amount2{
	width:80px;
	position:relative;
	left:0;
	
}

#calculator select{
	border:1px solid #f6931f; 
	width:100px;
	color:#f6931f; 
	font-weight:bold;
	font-size:15px;
	
}

#bspdialog{
	text-align:center;
}

