Updated: removed the try of bold format
To start from the default fileset you need the following changes:
1.) Add the following line to /css/style.css (e.g. in line 167)
Code: Select all
#header logoleft {
	float: left; margin-top: -2.5em; }
Add the following line to index.php indexNewUser.tpl and indexLogin.tpl.
Adapt your text and logo.(line 60)
Code: Select all
	<LogoLeft> 
		<a href="{faqHome}"><img src="/images/header_logo.gif" alt="text" title="" /></a>  
	</LogoLeft>
Adapt the offset of the nav bar with the 
top parameter in the /css/style.css (approx. line 189)
Code: Select all
	position: absolute; left: 0; top: 108px; width: 100%; background: url(../images/nav_background.png); }
Adapt the offset of the main content with the 
margin-top parameter in the /css/style.css (approx. line 226)
Code: Select all
	#content {
    clear: both; margin-left: 2em; margin-top: 100p}