body {
	font: 12px verdana, tahoma, arial, sans-serif;
	color: #5E5E5E;
	background: #fff; 	
	min-width: 950px;
	margin: 0 0 1px 0; 
	line-height: 150%;
	padding: 0;  /*need for Opera */
}

#top{
	height:60px;
	background:#fdfdfd;
	padding: 20px 10px 10px 20px;
	border-bottom: #e1e1e1 1px solid;	
}

#top h1{
	margin-top:0px;
	
}
#title{
	width: 550px;	
	float:left;
}
#addthis {
	float: right;
	margin: 14px 250px 0 0;
	width: 200px;
}
#main {
	padding:0px;	
}

#content{	
	width: 80%;
	background:#fff;
	padding: 20px;	
	border-left: #e1e1e1 1px solid;
	float:right;
}

#text{
	width: 80%;
}

#index{		
	padding:20px 10px 0 0;
	/*margin: 100px 50px 50px 0px;*/		
}

#bottom{
	clear:both;
	/*text-align:center;*/
	background: #fdfdfd;
	padding:20px;
	border-top: #e1e1e1 1px solid;
}

a:link {
	color: #06c;
	text-decoration: none
}
a:visited {
	color: #06c;
	text-decoration: none
}
a:hover {
	color: #c60; /*#2E81D7;*/
	text-decoration: underline
}

#content table{
	background: #e1e1e1;	
	clear:both;
	margin-left:2px;
}

tr{
	background:#fff;
	font-size:11px;
}

th {
background:#fdfdfd;
}

.item{	
	text-align:left;
	padding-left:10px;
	padding-right:20px;
}

td, .working, .price{
	padding-left:10px;
	padding-right:10px;
}

.small{
	font-size:11px;
	color:#f00;	
	font-weight:normal;
	line-height:30px;
}
h1 {
	font-size:24px;
}

h2{
	margin-top: 30px;
	font-size:18px;
}
#content h1 {
	font-size:20px;
	margin-top: 0px;
}

h3{	
	font-size: 12px;
	font-weight:normal;
	margin-left:5px;
}

#content strong{
	font-weight:normal;
}

p{
	margin-left:2px;
}
th span{
font-weight:normal;
font-size:10px;
font-family: Tahoma, Arial, sans-serif;
}

#index b{
	margin:20px 0 0px 20px;
	font-size:14px;
}
#index p{
	margin-left:30px;
}
#contact{
	float:right;
}