/* (C) 2005 Publitek Marketing Communications */

body {
	background: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	font: 11px/1.5em "Lucida Grande", Verdana, sans-serif;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 145%;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

h2 {
	font-size: 118%;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

h3 {

}

h4 {

}

p {
	border-top: 0px;
	padding-top: 0px;
	margin-top:0px;
}

#container {
	background: #fff;
	margin: 0 auto;
	width: 660px;
	text-align: left;
}

#topBar {
	background: #6C3;
	color: #fff;
	height: 100px;
	margin-bottom:10px;
}

#logo {
	float: left;
	display: inline;
}

#navBar {
	float: left;
	display: inline;
	margin-left:20px;
	margin-top:60px;

}

#navBar a {
	color: #fff;
	text-decoration:none;
}

#navBar a:hover {
	color: #666;
}

#panorama {

}

#main {
	float: left;
	display: inline;
	background-color: #CCC;
	margin-top:10px;
	margin-bottom:10px;
}

#leftThird {
	float: left;
	display: inline;
	margin: 20px 20px 20px 20px;
	width: 192px;
}

#quote{

}

#quoteText {
	font: 100%/1.5em Georgia, "Times New Roman", Times, serif;
	background: url(quote.gif) no-repeat 5px 5px;
}

#quoteName {
	font-weight:bold;
	line-height: 1.2em;
}

#quotePosition {
	margin-bottom: 30px;
	line-height: 1.2em;
}

#rightTwoThirds {
	float: left;
	display: inline;
	width: 408px;
	margin: 20px 20px 20px 0px;
}

#footer {
	background: #6C3;
	height: 36px;
	text-align:center;
	display: block;
	clear: both;
}

#legalStatement {
	padding-top:8px;
}
#teamName {
	font-size: 145%;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:0px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: normal;
}

#clientBody {
	padding-top:10px;
	margin-top:0px;
	padding-bottom:20px;
	margin-bottom:0px;
}

.italic {
	font-style: italic;
}