a:link		{ color: #666666; }
a:visited 	{ color: #666666; }
a:hover		{
	color: #000000;
	background-color: #DDC;
}
a.active 	{ color: #666666; }

body {
	font-family: "Trebuchet MS", Verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background-color:#ccc;
	color: #666;
}
div#content{
	width: 700px;
	margin: 1em 2em;
	padding: 2em 4em;
	background-color: #fff;
	text-align:left;
	border: 15px solid #8494a1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}                        
ul{
	padding-left:2em;
}
ul li{
	list-style-image:url(images/orange-dot.png);
}
#bytedept{
	display: block;
	background: url(http://www.bytedept.com/img/bd_logo.png);
	width: 150px;
	height: 170px;
	text-indent: -5000px;
	position: absolute;
	top: 0px;
	left: 700px;
}
p {
	float: none;
}
sup a{
	text-decoration: none;
}

h1 {
	color: #78a;
	font-size: 28px;
	margin: 0;
}
hr {
	border: 1px solid #ccc;
}
h1#logo{
	display: block;
	width: 284px;
	height: 40px;
	background: url(images/somebox-logo2-small.jpg) no-repeat 0 0;
}
h1#logo span{
	display:block;
	text-indent:-5000px;
}
h2.tagline{
	padding:0;
	margin:5px 0 20px;
}
h2 {
	font-size: 18px;
	color: #8899bb;
}
h3 {
	font-size: 16px;
	color: #999999;
	margin: .5em;
}
p.address{
	color: #777;
	text-align:left;
}
ul#tech-tags{
	margin-bottom:1em;
	padding-left:1em;
}
#tech-tags a{
	margin: 3px auto 0 auto;
	padding: 1px 10px 1px 10px;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #ddd;
	border: 1px solid #b0cbf6;
	width: auto;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	line-height: 25px;
}
#tech-tags a:hover{
	background-color: #ddf;
}
#tech-tags li{
	float:left;
	list-style-type:none;
	list-style-image:none;
	margin-right:3px;
}
#tech-tags li a{
	text-decoration: none;
}
a img {
  border: none;
}
div.clear{
	clear:left;
}

