@charset "utf-8";
/* CSS Document */
body, html {
background-color: #7a7a7a;
margin-top: 0px;
margin-right: auto;
margin-left: auto;
width: 908px;
background-repeat: repeat-y;
font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
font-size: 95%;
}
a:link, a:Active, a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
color: #aa000b;
text-decoration: underline;
}
.wrap {
background-image: url(images/bg.jpg);
width: 908px;
}
.foot {
clear: left;
}
.menu {
float: left;
margin-top: 7px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
.content {
float: left;
width: 638px;
padding: 0px;
margin-top: 7px;
margin-right: 10px;
margin-bottom: 10px;
margin-left: 10px;
}
h1 {
margin: 0px;
font-weight: normal;
}
h2 {
margin: 0px;
font-weight: normal;
font-size: 115%;
color: #333333;
font-style: italic;
text-decoration: underline;
padding-bottom: 8px;
}
.banner {
background-image: url(images/banner.jpg);
height: 24px;
padding-top: 101px;
}
