body {
margin: 0;
padding: 0;
width: 760px;
}
#container {
width: 760px;
}
div {
border: 1px solid #ffffff;
}
#header {
height: 2px;
width: 760px;
float: left;
}
#main-holder {
width: 600px;
float: left;
}
#subnav {
padding-left: 15px;
padding-right: 15px;
width: 365px;
float: left;
}
#footer {
height: 75px;
width: 760px;
text-align: center;
}
.topic1{
font-family: "Dobkin-Script";
font-size: 72px;
font-weight: normal;
text-align: center;
}
.topic2{
font-family: "Garamond";
font-size: 20px;
font-weight: normal;
text-align: center;
}
.topic3{
font-family: "Garamond";
font-size: 36px;
font-weight: normal;
text-align: center;
}
.topic4{
font-family: "Arial";
font-size: 14px;
font-weight: light;
text-align: left;
}
#ftend {
font-family: "Gill Sans Light";
font-size: 16pt;
font-style: italic;
font-weight: normal;
}
.nav {
border: 0px solid red;
float: right;
padding-right: 20px;
padding-left; 10px;
padding-top: 10px;
margin-left: 10px;
}
.nav2 {
float: left;
margin-right: 10px;
}
ul#navlist {
white-space: nowrap;
}
#navlist li {
display: inline;
list-style-type: none;
}
#navlist a {
padding: 5px 10px;
}
#navlist a:link, #navlist a:visited {
background-color: orange;
text-decoration: none;
}
#navlist a:hover {
color: orange;
background-color: orange;
text-decoration: none;
}
#navlist li {
display: inline;
}
#navlist a {
padding: 5px 10px;
}
#navlist a:link, #navlist a:visited {
color: white;
text-decoration: none;
background-color: #3333ff;
}
#extra {
padding-left: 5px;
width: 365px;
float: right;
}
