body {
	font-size: small;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin: 20px 50px 10px 50px;
	text-align: left;
	color: #111;
    background: url(../images/background.gif) no-repeat bottom right;
}

h1 {
	clear: both;
	text-align: center;
	font-size: 150%;
	color: #eee;
	padding-top: 2px;
	padding-bottom: 5px;
	background:  url(../images/title_background.gif);
}

h4 {
	display: inline;
	font-size: 110%;
	color: #00a;
	padding: none;
	line-height: normal;
}

h5 {
	font-size: 110%;
	display: inline;
	text-align: center;
}
	
#header {
	float: left;
	color: #00f;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 180%;
}

#main {
	margin-top: 180px;
	margin-left: 20px;
	float: left;
	padding: 2px 5px;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 250%;
	list-style: none;
}

#menubar {
//	clear: both;
	float: right;
	padding: 25px 5px;
	font-size: 95%;
	text-align: center;
	line-height: 200%;
	list-style: none;
}

#menubar td {
	width: 100px;
}

#menubar a:link {
	display: block;
	color: #005;
	background: #eee;
	padding: 3px;
	text-decoration: none;
}

#menubar a:visited {
	display: block;
	color: #005;
	background: #eee;
	padding: 3px;
	text-decoration: none;
}

#menubar a:hover, a:active {
	display: block;
	color: #eee;
	background: #005;
	padding: 3px;
}

#client {
	clear: both;
	padding: 2px 5px;
	font-size: 90%;
	text-align: left;
	line-height: 200%;
	list-style: none;
}

#client li {
	float: left;
	width: 300px;
}


#title {
	clear: both;
	float: left;
	color: #00a;
	width: 30%;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 120%;
	font-style: oblique;
}

#text {
	margin-top: 10px;
	margin-bottom: 20px;
	float:	right;
	width: 67%;
	font-weight: bold;
}

#footer {
	clear: both;
	margin-top: 140px;
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid;
	font-size: 85%;
	color: #666;
}

a:link {
	color: #005;
	text-decoration: none;
}

a:visited {
	color: #005;
	text-decoration: none;
}

a:hover, a:active {
	color: #d00;
}

.yellowbox {
	margin-bottom: 20px;
}