html {
	height: 100%;
}

body {
	color: #666666;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	padding: 0;
	margin: 0 auto;
	font-size: 12px;
}

a {
	color:#666666;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

#content {
	width: 290px;
}

#projects-list {
	width: 580px;
}

.column {
	float: left;
	display: inline;
	margin-left: 15px;
}

/* Targets the actual flash content. */
#main {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	min-width: 960px;
	min-height: 350px;
}

#logo {
    margin: 12px;
	text-indent: -9999px;
	width: 284px;
	height: 64px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}

h1, h2 {
    font-size: 14px;
    color: #0B3A65;
}

h3, h4 {
    font-size: 12px;
    color: #333;
}

h1, h2 {
    font-weight: bold;
}

.office p {
    margin-top: 0px;
}

.office h3 {
    margin-bottom: 0px;
}

em {
    color: #333;
    font-style: normal;
    font-weight: bold;
}

.clear {
	clear: both;
}
