/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-transform: uppercase;	
}

img {
	border: 0;
}

#container {
	width: 620px;
	left: 50%;
	margin: 25px 25px 25px -310px;
	position: absolute;
	background-color: #fff;
}

h2#projects {
	width: 200px;
	height: 25px;
	text-indent: -5000px;
	background-image: url(../i/txt-projects.gif);	
	margin-bottom:20px;
}

#content table {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}

#content table td {
	border: 1px solid #ccc;	
	vertical-align: top;
	padding: 2px;

}

#intro {
	margin-bottom: 50px;
	text-transform: none;
}

#intro p {
	margin-bottom: 20px;
}

#slogan {
	font-size: 150%;
}

h1 {
	width: 300px;
	height: 375px;
	text-indent: -5000px;
	background-image: url(../i/header.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}

h2#clients {
	width: 200px;
	height: 25px;
	text-indent: -5000px;
	background-image: url(../i/txt-clients.gif);	
	margin-bottom:20px;
}

#sidebar {
	float: right;
}

#content {
	width: 300px;
}

#footer {
	clear: both;
	margin-bottom: 50px;
}
