Hi Imar,
Here is my modified CSS File. I see no h6 style. But, as you know, I sometimes get blinded.
Code:
header {
background-color: lightskyblue;
width: 844px;
height: 86px;
font-size: 75px;
font-family: Trebuchet MS;
font-style: oblique;
font-weight: bold;
text-align: center;
}
* {
font-family: Arial;
}
h1 {
font-size: 25px;
padding: 0;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 15px;
}
.Introduction {
font-style: italic;
color: #003399;
font-size: 14px;
padding-right: 5px;
}
.Fish {
font-size: 15px;
font-weight: bold;
padding-right: 5px;
}
.Paragraph {
font-size: 15px;
padding-right: 8px;
}
.Picture {
font-size: 12px;
padding-right: 10px;
}
.Location {
font-size: 12px;
}
#PageWrapper {
width: 844px;
margin: auto;
}
nav {
background-image: url(Images/MenuBackground.jpg);
width: 826px;
height: 36px;
padding-top: 7px;
padding-left: 17px;
}
/*#region Main Content */
section#MainContent {
width: 664px;
float: left;
border-color: black;
border-right-color: black;
}
section#MainContent a {
color: #4cff00;
text-decoration: underline;
}
section#MainContent a:visited {
color: #FF0000;
text-decoration: underline;
}
section#MainContent a:hover {
color: #FFA500;
text-decoration: underline;
}
/*#endregion*/
aside {
background-color: lightskyblue;
width: 180px;
height: 678px;
float: left;
}
footer {
background-color: lightskyblue;
font-weight: bold;
text-align: center;
width: 844px;
clear: both;
}
div.center-align {
text-align: center;
}
u1.level1 {
font-size: 14px;
font-weight: bold;
height: 19px;
line-height: 19px;
}
u1.level1 .selected {
background-color: #509EE7;
}
a.level1 {
padding-left: 5px !important;
}
a.level2 {
background-color: #555555;
padding-left: 8px;
}
a.level1:hover, a.level2:hover {
background-color: #509EE7;
}
.MainMenu {
/*
The Menu gets a white border on all four sides.
*/
border: 1px solid #999999;
width: 800px;
height: 19px;
background-color: #555555;
}
.MainMenu ul li {
/*
Gives the four menu items in the main menu a width of 200px each.
*/
width: 200px;
}
img.position {
float: left;
padding-right: 5px;
}
figure {
padding-right: 3px;
}
figcaption {
font-weight: bold;
text-align: left;
font-size: 12px;
height: 0px;
width: 183px;
}
.ErrorMessage {
color: red;
}
.PleaseWait
{
height: 32px;
width: 500px;
background-image: url(Images/PleaseWait.gif);
background-repeat: no-repeat;
padding-left: 40px;
line-height: 32px;
}
.Attention
{
border: 4px solid red;
padding: 10px 0;
width: 100px;
margin: auto;
display: block;
text-align: center;
}
I did not think the padding of 0 would cause the line breaks either. However wouldn't the 'height' and 'font-size' in my original CSS file cause the line breaks? The height was deleted from the original header style.