/* -- SETUP -- */

body{
	background: #FFF;
	font: 76% Arial, Helvetica, sans-serif;
	color: #797979;
}

#wrapper{
	width: 961px;
	margin: 0 auto;
}

p{
	margin-bottom: 20px;
}

a{
	color: #797979;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/* -- HEADER -- */

#headerLeft{
	float: left;
	height: 78px;
}

#headerRight{
	float: right;
	height: 78px;
}

#logo{
	background: url('graphics/logo.gif') no-repeat;
	width: 302px;
	height: 78px;
	text-indent: -9999px;
}

#logo a{
	display: block;
	width: 300px;
	height: 80px;
}

#recentClients{
	float: left;
	margin-top: 43px;
	margin-right: 20px;
}

#recentClients a{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .85em;
	color: #FB9830;
}

#recentClients a:hover{
	text-decoration: none;
}

#clientLogin{
	background: url('graphics/clientLogin.gif') no-repeat;
	width: 181px;
	height: 78px;
	float: right;
}

#clientLogin a{
	display: block;
	width: 181px;
	height: 78px;
	text-indent: -9999px;
}

/* -- CONTENT -- */

#homePage{
	clear: both;
	background: url('graphics/homePage.gif') no-repeat;
	width: 961px;
	height: 436px;
	margin: 0 0 10px 0;
}

#homePage a{
	display: block;
	width: 961px;
	height: 436px;
}

#innerPage{
	clear: both;
	background: url('graphics/innerPage.gif') no-repeat;
	width: 961px;
	height: 406px;
	margin: 0 0 10px 0;
	padding: 30px 0 0 40px;
	line-height: 1.5em;
}

#innerPage h1{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 30px;
}

/* -- FOOTER -- */

#footerLeft{
	float: left;
	font-size: 0.9em;
	line-height: 1.5em;
}

#footerRight{
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
}


