BODY {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #838488;
	background-color: #ffffff;
	margin: 0;
}

HTML {
	overflow: hidden;
}

DIV {
	position: relative;
	display: block;
	float: left;
}

P, H1, H2, H3, H4 {
	margin: 0;
	font-weight: normal;
}

P, LI, TD {
	font-size: 1.2em;
}

A {
	color: #33ccff;
}

h1 {
	font-size: 2.4em;
}

h2, h3 {
	font-size: 1.5em;
}

#topNav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 33px;
	background: url('../images/topGradient.gif') repeat-x;
}

#topNav h1 {
	float: left;
	margin: 2px 300px 0 1px;
}

#topNav #left {
	display: block;
	float: left;
	margin: 0 0 0 33px;
}

#topNav #left h2 {
	display: block;
	float: left;
	text-align: center;
	margin-top: 5px
}

#topNav #left h2.brands {
	width: 131px;
}

#topNav #left h2.projects {
	width: 169px;
}

#topNav #left h2.portfolioLink {
	width: 131px;
}

#topNav #left h2.portfolioLink A {
	color: #838488;
	text-decoration: none;
	margin: 0;
	font-size: inherit;
}

#topNav #left h2.portfolioLink A:hover {
	color: #f90;
}

#topNav #right {
	display: block;
	float: right;
	margin: 0 10px 0 0;
}

#topNav #right A {
	float: left;
	margin: 5px 0 0 20px;
	font-size: 1.5em;
	color: #838488;
	text-decoration: none;
}

#topNav #right A:hover {
	color: #f90;
}

#topNav A {
	float: right;
	margin: 10px 10px 0 0;
	font-size: 1.2em;
}

#leftGutter {
	position: absolute;
	top: 33px;
	left: 0px;
	width: 33px;
}

#leftNav {
	position: absolute;
	top: 0px;
	left: 33px;
	width: 300px;
	height: 700px;
}

#leftNav UL {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftNav UL LI {
	margin-bottom: 1em;
}

#content {
	position: absolute;
	top: 33px;
	left: 357px;
	height:100px;
	padding-top: 12px;
	overflow: auto;
}

#content H1 {
	display: block;
	float: left;
	width: 100%;
	clear: right;
}

#content H2, H3 {
	display: block;
	float: left;
	margin-right: 0.5em;
}

#content .partnerName {
	color: #f90;
}

#content P {
	display: block;
	float: left;
	width: 70%;
	clear: both;
	margin: 1em 0 0 0;
	font-size: 1.6em;
	line-height: 1.2em;
}

#content P A {
	display: inline;
	float: none;
	color: #f90;
	font-size: inherit;
	text-decoration: none;
}

#content P A:hover {
	text-decoration: underline;
}

#content A {
	display: block;
	float: left;
	width: auto;
	clear: both;
	font-size: 1.5em;
}

#content UL {
	display: block;
	float: left;
	list-style: none;
	width: 70%;
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
}

#content UL LI {
	
}

#content UL LI A {
	display: inline;
	float: none;
	font-size: inherit;
	color: #f90;
	text-decoration: none;
}

#content UL LI A:hover {
	text-decoration: underline;
}

#content A.viewProject {
	color: #f90;
	text-decoration: none;
	margin: 1em 0 0 0;
}

#content A.viewProject:hover {
	text-decoration: underline;
}

#content IMG {
	display: block;
	float: left;
	width: auto;
	clear: left;
	border: 0;
	margin-top: 2em;
}