/* Main CSS */

body{
	background: #fff;
	font-size: 0.7em;
	font-family: tahoma;
	background: url(../images/bg_border.gif);
	background-position: center;
	margin: 0px;
}

p {
	color: #000;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}


p.small-border{
	border-top: 1px dashed gray;
	color: #000;
	padding-top: 18px;
	margin-top: 10px;
}

.main {
	margin: 0px auto;
	width: 100%;
}

.content { 
	background: #fff;
	width: 527px;
	margin-bottom: 0px;
	position: relative;
	z-index: 100;
	padding-top: 27px;
	margin: 20px auto;
}

.topcorners {
	background: url(../images/bg_top_corners.gif);
	width:527px;
	height: 8px;
	background-repeat: no-repeat;
	position: relative;
	top: -35px;
}

.bottomcorners {
	background: url(../images/bg_bottom_corners.gif);
	width:527px;
	height: 8px;
	background-repeat: no-repeat;
	position: relative;
	bottom: -8px;
}

.body_content {
	color: #000;
	font-size: 1.2em;
	width: 450px;
	margin-left: 40px;
	background: #fff;
}

.clear {
clear : both;}

/*Header Classes*/
span {visibility: hidden;}

h1{
margin-bottom : -10px;
margin-top : 0px;
}

h2 {
	font-size: 0.9em;
	display: inline;
}

h3.small {
	font-size: 1.1em;
}

.header {
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	height: 38px;
}

.thebrief {
	background-image: url("../images/thebrief.gif");
	background-repeat: no-repeat;
	height: 12px;
}
.thework {
	background-image: url("../images/thework.gif");
	background-repeat: no-repeat;
	height: 12px;
}

.results {
	background-image: url("../images/results.gif");
	background-repeat: no-repeat;
	height: 13px;
}

.website {
	background-image: url("../images/launchlink.gif");
	background-repeat: no-repeat;
	height: 16px;
}

