body {
			font-size: 15px;
			margin:0px;
			padding:0px;
			background-color:#ddd;
		}

h1{
margin:0px;
}

h3{
margin-bottom:0px;

}

#title{
color:#fff;
 z-index:10;
 float:left;
 position:absolute;
 top:35px;  
}
.intro {
  float:left;
  width:50%;
}

.widget{
float:left;
margin:0 0 0 500px;
 position:absolute;
 top:40px;
}

a{
color:#1687f6;
text-decoration:none;
}

a:hover{
color:#d51920;
text-decoration:underline;
}

a:visited{
text-decoration:none;
}

#ted{
position:absolute;
top:10px;
left:0;
/*background:url('http://dl.dropbox.com/u/939570/images/ted/ted_book.gif') no-repeat;  */
z-index:5;
width:136px;
height:138px;
}

#edit-btn{
position:fixed;
top:50%;
left:0;
z-index:5;
margin-left:-5px;
background-image:url(http://dl.dropbox.com/u/939570/images/ted/edit_b.gif);
width:35px;
height:100px;
}

* html #edit-btn{
position:absolute;
top:300;
left:0;
z-index:5;
margin-left:-5px;
background-image:url(http://dl.dropbox.com/u/939570/images/ted/edit_b.gif);
width:35px;
height:100px;
}

#edit-btn:hover{
/*background-image:url(http://dl.dropbox.com/u/939570/images/ted/edit_b.gif);
width:35px;
height:100px;*/
margin-left:0;
}


#header{
background: #333 url('http://dl.dropbox.com/u/939570/images/ted/earth2.gif') no-repeat;
/*background-color:#70726C;    */
height:100px;
padding:0 30px 0 150px;
}

/*-------------------Search-------------------------*/
#search {
margin:5px 0 -30px 600px;
}

/* Search input */
#search .text {
  font-family: inherit;
  border: 1px solid;
  border-color: #777777;
  padding: 3px;
  font-size: 16px;
}
/* Search button */
#search .button {
  font-family: inherit;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  /*text-shadow: 0 1px 2px #000000; */
  padding: 3px 8px 4px 8px;
  background-color: #333333;
  border: 1px solid;
  border-color: #333333;
  /*border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;   */
}

/*like box*/
#likebox {
margin:20px 0 0 10px;


}
/*--------------------------------------------------------------*/

#container {
width:80%;
text-align:left;
float:left;
margin:30px 0 30px 50px; 
}

.service-box{
float:left;
width:350px;
border:5px solid #ccc;
background-color:#eee;
margin:10px;
padding:5px;
}

.box{
float:left;
width:730px;
border:5px solid #ccc;
background-color:#eee;
margin:10px;
padding:10px;
}

.leftalign{
float:left;
background-color:#eee;
margin:10px;
padding:10px;
}

.box-white{
width:80%;
border:5px solid #eee;
background-color:#fff;
/*margin:10px;  */
margin-right:auto;
margin-left:auto;
padding:10px;
}

#cse-search-results{
float:left;
border:5px solid #ccc;
background-color:#fff;
margin:10px;
padding:10px;
}

#content {
float:left;
width:800px;
border:5px solid #ccc;
background-color:#eee;
padding:10px;
margin:10px;
}

#footer{
 float:left;
 font-size:small;
 width:100%;
 color:#fff;
background:url(http://dl.dropbox.com/u/939570/images/ted/bg_black.png) #000 repeat-x;
border-top: 5px solid #afa298;
padding-bottom:50px;
/*padding-left:50px;    */
}

#contact{
margin:10px 10px 10px 50px;
float:left;
width:200px;
}

#map{
margin:10px 0 0 0;
float:left;
padding-left:10px;
}

.sitemap {
float:left;
	list-style: none;
	padding: 0;
	margin: 0 10px;
}

.sitemap b{
padding:5px;
margin-left:-5px;
background-color:#333;
color:#fff;

}
.sitemap li {
	float: left;
}

.sitemap li ul {
	list-style: none;
	padding: 0 0 0 10px;
	float:none;
	margin:10px 20px 20px 0;
}

.sitemap li ul li {
	float: none;
}

#designer {
clear:both;
color:#333;
position: absolute;
left:-2000px;
}
