body {
margin: 0;
padding: 0;
background-color: #2E2E46;
}
.container {
margin: 0 75px;
}
#nav_top {
background-color: #000000;
left: 0px;
margin: 0 auto;
margin-bottom: 0;
padding: 0;
height: 75px;
color: #FFFFFF;
top: 0;
width: 100%;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
text-indent: 0;
line-height: 0%;
}
#h1 {
margin-left: 76px;
padding-top: 20px;
width: 200px;
}
#help_nav {
float: right;
top: 0px;
margin-top: 20px;
font-style: normal;
font-weight: lighter;
font-size: small;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
text-decoration: none;
margin-right: 35px;
}
#logo {
width: 59px;
float: left;
padding-top: 7px;
padding-left: 12px;
}
#pagetitle {
background-color: #553D53;
color: #FFFFFF;
opacity: 1;
float: none;
height: 350px;
position: relative;
}
#bgc {
float: left;
width: 100%;
height: 15px;
}
#wires {
margin-top: 35px;
width: 300px;
position: absolute;
right: 0;
}
#titletext {
float: left;
padding-top: 20px;
padding-left: 100px;
color: #FFFFFF;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bolder;
width: 100%;
}
#titlehead {
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: bolder;
font-size: xx-large;
}
#subtext {
color: #FFFFFF;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-style: normal;
font-variant: normal;
font-weight: 2;
font-size: xx-small;
text-decoration: none;
display: block;
float: left;
width: 100%;
padding-left: 100px;
}
#sidenav {
float: left;
padding: 0px 29px;
width: 25%;
background: #696969;
}
#navbartitle {
margin-left: 55px;
color: #FFFFFF;
font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: xx-large;
}
#content {
background-repeat: repeat;
background-position: 0% 0%;
background-size: contain;
background: white;
float: left;
top: 1px;
width: 70%
}
#subtexttext {
font-size: medium;
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-weight: bold;
}
.row {
float: left;
width: 100%;
}
<div id="nav_top">
<div id="help_nav">
<h2><a href="#" style="color:white">Contact</a> | <a href="#" style="color:white">Help</a> | <a href="#" style="color:white">Report</a>
</h2>
</div>
<div id="logo">
<img src="images/Asset_1.png" width="50" height="58" alt="" />
</div>
<div id="h1">
<h1>A.H.E.M</h1>
</div>
</div>
<div class="container">
<div id="pagetitle">
<div id="titletext">
<h2 id="titlehead">This is the content for Layout H2 Tag</h2>
</div>
<div id="subtext">
<h2 id="subtexttext">This is the content for Layout H2 Tag</h2>
</div>
<img id="wires" src="images/wires.png" width="275" height="303" alt="" />
<img id="bgc" src="images/Artboard 1.jpg" width="150" height="86" alt="" />
</div>
<div class="row">
<div id="sidenav">
<h2 id="navbartitle"> Navigation</h2>
<img src="images/nav2.png" width="280" height="648" alt="" />
</div>
<div id="content">
<h2> Dogs</h2>
</div>
</div>
</div>