@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: #666;
	bac
}

object:focus {
	outline: none;
	-moz-outline-style: none;
}

a {
	color: #5ec4f3;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #5ec4f3;
}

#noFlashContent {
	padding: 10px 10px 50px;
	margin: 0 auto;
	width: 640px;
}

h1 {
	background-image: url(../images/ag_studio.gif);
	background-repeat: none;
	width: 219px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}

ul {
	margin: 0;
}

ul li {
	list-style: none outside none;
}

.contentBlock {
	border-bottom: 2px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.project {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

li:last-child.project {
	border-bottom: none;
}

.project p {
	font-size: 11px;
}

