Makin new logos!
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8” />
<title>Monmouth Web Design Dynamic</title>
</head>
<style>
body {
margin: 0px;
padding-top:10px;
background-color:#000000;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
#frame{
margin-left:auto;
margin-right:auto;
width:960px;
height:800px;
background-color:#F67E7C;
}
#page{
padding:0px 10px 10px 10px;
background-color:#09dbce;
}
#header{
background-color: #cccccc;
height:120px;
padding:10px;
}
#navigation{
background-color:#ffffff;
height:80px;
padding:10px;
}
#footer{
background-color:#EDF6F9;
text-align:center;
height:20px;
padding:10px;
clear:both;
border-top:20px solid #F67E7C;
}
.column1, .column2, .column3 {
text-align:left;
float:left;
width:280px;
height: 700px;
background-color:#EDF6F9;
padding:10px;
margin-top:20px;
height:650px;
}
.column1, .column2 {
margin-right:20px;
}
.column1{
margin-left:10px;
}
a{
color:#08a69c;
}
</style>
<body>
<div id=”frame”>
<div id=”page>
<div id=”header”></div>
<div id=”navigation”></div>
<div class=”column1”>
</div>
<div class=”column2”>
</div>
<div class=”column3”>
</div>
<div id=”footer”><font size=”2”>All Work Contained © 2012</font></div>
</div>
</div>
</body>
</html>





