
body {
background-color: #F5F3EF;
margin: 0px;
padding: 0px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
}

.page {
position: relative;
float: left;
letter-spacing: .3px;
width: 980px;
margin: 10px 0px 0px 10px;
background-color: #ffffff;
border: 1px solid black;
}

.picture {
padding: 4px;
font-size: 11px;
color: black;
}

.picture img {
border: 2px solid #CCCCCC;
vertical-align: middle;
margin-bottom: 5px;
}

.right { margin: 10px 5px 10px 5px; float:right;}
.left { margin: 10px 5px 10px 25px; float:left;}

a img {
border:none;
}

.header {
position: relative;
float: left;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: black;
height: 100px;
width: 980px;
background-color: #65a8da; /* blue */
}

.footer {
position: relative;
float: left;
width: 980px;
height: 100px;
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: black;
background-color: #65a8da; /* blue */
}

.header img {
float: left;
margin: 0px 0px 0px 0px;
border: 0px solid green;
}

.logo {
position: relative;
float: left;
height: 90px;
width: 135px;
margin: 5px 0px 0px 5px;
border: 0px solid red;
}

.decor {
position: relative;
float: right;
border: 0px solid green;
height: 100px;
width: 225px;
}

.title {
position: relative;
float: left;
border: 0px solid green;
margin: 0 auto;
text-align: center;
margin: 20px 0px 0px 100px;
}

.title p {
margin: 5px 5px 5px 5px;
text-align: center;
position: relative;
float: left;
font-size: 30px;
}

.nav {
position: relative;
float: left;
border: 0px solid black;
width: 980px;
margin: 0px 0px 25px 0px;
}

.nav img {
float: right;
}

.middle  {
position: relative;
float: left;
width: 980px;
color: #272727;
background-color: #ffffff;  
}

.middle p {
font-size: 14px;
text-indent: 25px;
font-weight: 500;
margin: 10px 5px 10px 0px;
border: 0px solid black;
}

.left_column {
position: relative;
float: left;
width: 450px;
margin: 5px 0px 20px 25px;
border-width: 0px;
border-color: black;
border-style: dotted;
}

.right_column {
position: relative;
float: left;
width: 450px;
margin: 10px 0px 20px 40px;
border-width: 0px;
border-color: green;
border-style: dotted;
}

.slide {
position: relative;
float: left;
width: 450px;
border: 4px solid black;
margin: 20px 0px 20px 0px;
}

.new {
position: relative;
float: left;
width: 450px;
border: 0px solid black;
margin: 20px 0px 5px 0px;
text-indent: 0px;
}

.new p {
text-indent: 0px;
margin: 5px 5px 5px 5px;
}

.corner {
position: relative;
float: left;
width: 450px;
background-color: #e8c89d;
border: 1px solid black;
margin: 25px 0px 0px 0px;
text-indent: 0px;
}

.corner h4{
margin: 10px 0px 0px 10px;
}

.corner p {
text-indent: 0px;
margin: 5px 50px 5px 5px;
}

h2 {
text-align: left;
margin: 20px 0px 20px 0px;
}

h3 {
font-size: 18px;
text-align: left;
margin: 20px 0px 5px 0px;
}

h4 {
font-size: 14px;
margin: 5px 0px 0px 0px;
font-size: 16px;
text-align: left;
}

h5 {
margin: 20px 0px 5px 0px;
font-size: 14px;
text-align: center;
}

p.noindent {
text-indent: 0px;
font-weight: bold;
}

.footer p {
position: relative;
float: left;
padding: 0px;
font-size: 12px;
margin: 40px 0px 0px 10px;
border: 0px solid black;
}

.counter{
position: relative;
float: right;
clear: right;
margin: 30px 10px 50px 0px;
border: 0px solid black;
}

.spacebar {
position: relative;
float: left;
width: 890px;
height: 25px;
border: 0px solid black;
}

.halfbar {
position: relative;
float: left;
width: 450px;
height: 25px;
border: 0px solid black;
}


.bannermenu {
position: relative;
float: left;
margin: 0 auto;
height: 36px;
margin: 25px 0px 0px 0px;  /* positions the top menu 175 pixels from the left side of the container border */
width: 980px;               /* makes the width of the menu container 800px */
border: 0px solid red;      /* add a 1px value to see the border for this element */
font-size: 22px;
}

.bannermenu ul{
margin: 0;
padding: 0;
float: left;
margin: 0px 0px 0px 40px;
}

.bannermenu ul li {
display: inline;
}

.bannermenu ul li a {
float: left;
color: blue;
padding: 0px 45px 0px 45px;     /* creates space around the menu item */
text-decoration: underline;
}

.bannermenu ul li a:visited{
color: purple;
}

.bannermenu ul li a:hover{
color: silver;
}
