body{
	background: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
}
a{
	color:#51a9da;
	text-decoration:none;
}
a:hover{
	color:#7bcaf5;
}
h3{
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding:0;
	font-size:13px;
}
#header{
	background-image: url('images/header.gif');
	width:900px;
	height:139px;
	margin: 0 auto;
}
#container{
	width:764px;
	margin: 0 auto;
}
#menu{
	width:764px;
	height:60px;	
	margin:0;
	padding: 0;
	display: inline;
	z-index:100;
	position:relative;
	float:left;
}
#menu li
{
	height:60px;
	list-style-type:none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
}#menu a
{
	float:left;
}
#menu a:hover
{
	background-position: 0px -60px;
}
a#home{
	background-image: url('images/home.gif');
	height:60px;
	width:107px;
}
a#about{
	background-image: url('images/about.gif');
	height:60px;
	width:100px;
}
a#services{
	background-image: url('images/services.gif');
	height:60px;
	width:123px;
}
a#portfolio{
	background-image: url('images/portfolio.gif');
	height:60px;
	width:125px;
}
a#clients{
	background-image: url('images/clients.gif');
	height:60px;
	width:100px;
}
a#blog{
	background-image: url('images/blog.gif');
	height:60px;
	width:83px;
}
a#contact{
	background-image: url('images/contact.gif');
	height:60px;
	width:122px;
}
#top{
	background-image: url('images/top.gif');
	height: 56px;
	width: 764px;
	clear:both;
}
#content{
	position:relative;
	z-index:1;
	margin:0 auto;
	margin-top:-20px;
	width:730px;
	min-height:400px;
	line-height:20px;
}
#bottom{
	background-image: url('images/bottom.gif');
	width: 764px;
	height: 101px;
	margin-top:-70px;
}
#footer{
	width: 764px;
	text-align: center;
	font-size:10px;
}
.portfolio{
	float:left;
	width:365px;
	height:300px;
	text-align:center;
}
.portfolio img{
	border:0;
}