#container
{
	background-image: url('/images/bg.jpg');
}

#coffeeStains
{
	position: absolute;
	right: 0px;
	top: 0px;
}

#mark
{
	position: absolute;
	left: 28px;
	top: 58px;
}

#stripes
{
	position: absolute;
	left: 139px;
	top: 0px;
}
#nav
{
	position: absolute;
	left: 21px;
	top: 269px;

	width: 114px;
	height: 224px;
	text-align: right;
}

div.content
{
	position: absolute;
	left: 250px;
	top: 147px;

	width: 650px;
	height: 540px;
}

#display
{
	position: absolute;
	left: 250px;
	top: 182px;
	width: 534px;
	
	text-align: center;
}

#advertisingCategories
{
/*	width: 512px;
	margin-left: -262px;*/
	width: 281px;
	margin-left: -146px;
	height: 15px;
	left: 50%;
	top: -30px; /* advertising */
	position: absolute;
}

#brandingCategories
{
/*	width: 512px;
	height: 15px;
	left: 50%;
	top: -20px;
	margin-left: -262px;
	position: absolute;
	border: 1px solid black;*/
	width: 353px;
	height: 15px;
	left: 50%;
	top: -20px; /* branding */
	margin-left: -182px;
	position: absolute;
}

#subCategories
{
	visibility: hidden;
	position: absolute;
/*	left: -30px;*/
	top: -30px;
/*	top: 0px;*/
	left: 85px;
	width: 353px;
/*	width: 583px;*/
	height: 100px;
--	border: 1px solid black;
	
	text-align: left;
}

#thumbnails
{
	position: relative;
	top: 3px;
}

#back
{
	position: absolute;
	left: -9px;
	top: 70px;
}

#more
{
	position: absolute;
	right: -5px;
	top: 70px;
}

#clientTable
{
	width: 600px;
}

div.float
{
	float: left;
	padding-bottom: 1px;
	width: 200px;
}
div.spacer
{
	clear: both;
}


/* Formatting */

a
{
	color: blue;
}

h1 {
	font-size: larger;
	padding-bottom: 5px;
}

p {
	line-height: 150%;
	padding-bottom: .75em;
	
}

p.smallerSpace {
	padding-bottom: 5px;
}
p.littleSpace {
	line-height: normal;
	padding-bottom: 2px;
}

#aboutContent
{
	width: 600px;
}

div.float
{
	padding-bottom: 5px;
}
