#leftcolumn { 
	float: left;
	color: #6a6a6a;
	height: 500px;
	width: 320px;
	display: inline;
	background: url(/images/contentbkgd/whatwedoleft.jpg);
	padding: 90px 0 0 0;
}

#rightcolumn { 
 	color: #6a6a6a;
	line-height: 24px;
 	height: 530px;
 	width: 560px;
 	float: right;
	background: url(/images/contentbkgd/whatwedoright.jpg);
	padding: 60px 150px 0 0;
}

#leftcolumnmedia { 
	float: left;
	color: #6a6a6a;
	height: 500px;
	width: 320px;
	display: inline;
	background: url(/images/contentbkgd/mediabuyingleft.jpg);
	padding: 90px 0 0 0;
}

#rightcolumnmedia { 
 	color: #6a6a6a;
	line-height: 24px;
 	height: 530px;
 	width: 560px;
 	float: right;
	background: url(/images/contentbkgd/mediabuyingright.jpg);
	padding: 60px 150px 0 0;
}

#subnav {
	width: 185px; /* width of menu */
	float: left;
	padding: 0 0 0 0;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /* bottom spacing between each UL and rest of content */
	border-bottom: 1px solid #cfcfcf;
}

#subnav ul li {
	padding-bottom: 1px; /* bottom spacing between menu items */
	border-top: 1px solid #cfcfcf;
	color: #a1a1a1;
}

#subnav ul li a {
	display: block;
	padding: 6px 0;
	line-height: 16px;
	padding-left: 35px; /* link text is indented 8px */
	text-decoration: none;
}

#subnav li a:visited {
	color: #a1a1a1;
	text-decoration: none;
}

#subnav li a:link {
	color: #a1a1a1;
	text-decoration: none
}

#subnav li a:active {
	color: #a1a1a1;
	text-decoration: none;
}

#subnav ul li a:hover { /* hover state CSS */
	color: #ffffff;
	background: #00AEEF;
	text-decoration: none;
}

#subnav ul li .current {
	color: #ffffff;
	background: #002596;
	text-decoration: none;
}

#nav a:link.current, #nav a:visited.current {
	color: #002596;
	font-size: 14px;
	font-weight:bold;
}
