a:link 
{
text-decoration: none;
}
a:visited 
{
text-decoration: none;
} 
a:hover 
{
color: white;
background-color:#7091A5;
}
body {
background: white;
font-family: sans-serif;
margin: 0;
padding: 0;
}
h1, h6 {
margin: 0;
font-weight: normal;
text-align:left;
color:#FF9900;
font-family:'Adamsky SF';
}
h2 {
margin: 0;
font-weight: normal;
text-align:center;
color:#FF6600;
font-family:'Adamsky SF';
}
div#container {
position: relative;
min-height: 400px;
border:none;
background: white;
margin: auto;
}
div#first-column,
div#third-column {
position: absolute;
top: 0;
bottom: 0;
border: none;
background: rgb(240, 240, 240);
width: 200px;
margin: 3px;
}
div#first-column {
left: 0;
}
div#third-column {
right: 0;
}
div#content {
margin: 0px 140px 0px 140px;
background: #7091A5;
border: 1px solid gray;
min-height: 392px;
}
div#header
{
background: rgb(200, 209, 209);
padding: 3px;
border: 1px solid gray;
max-width: 994px;
min-width: 744px;
margin: auto;
}

div#footer {
background: rgb(200, 200, 200);
padding: 3px;
border: 1px solid gray;
max-width: 994px;
min-width: 744px;
margin: auto;
}
div#header {
border-bottom: none;
}
div#footer {
border-top: none;
}