<!--

body
{
height: 100%;
background-color: #faf9ec;
font-family:Verdana, Arial;
font-size:12px;
font-weight:normal;
color: #333333;
}


#container
 {
width: 900px; 
margin: 10px auto;
background-color: #ffffff;
color: #333;
border: 1px solid teal;
line-height: 130%;
height:100%

}

#top
{
padding: .5em;
background-color: #E8DAA9;
}

h1 {
font-family:Verdana, Arial;
font-size:25px;
text-align:center;
color:#E6EEEF;
}

h2 {
font-family:Verdana, Arial;
font-size:20px;
text-align:center;
color:#D4A160;
}

#leftnav
{
float: left;
width: 165px;
margin: 0;
padding: 1em;
height: 100%;
}

#leftnav a {
font-size:12px;
color:#D4A160;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the sidebar links when hovered over with the mouse  --*/
#leftnav a:Hover {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

#leftnav a:visited {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}


#rightnav
{
float: right;
width: 165px;
margin: 0;
padding: 0.5em;
}


#rightnav a {
font-size:12px;
color:#D4A160;
font-weight:normal;
text-decoration:underline;
}

/*--  Attributes of the sidebar links when hovered over with the mouse  --*/
#rightnav a:Hover {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}



#content
{
margin-left: 180px;
margin-right: 180px;
padding: 1em;
}

#content a {
font-size:12px;
color:#347879;
font-weight:normal;
text-decoration:underline;
}

#content a:Hover {
font-size:12px;
color:#CE83BF;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

/*--  Attributes of the ads area  --*/
#ads {
text-align:center;
font-size:18px;
}

/*--  How the regular links look in the ad area  --*/
#ads a {
font-size:18px;
color:#c2113a;
text-decoration:underline;
}

/*--  How the ads area links look when hovered over with the mouse  --*/
#ads a:Hover {
font-size:18px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #FFFFFF;
background-color: #71A1A1;
border-top: 1px solid gray;
}

#footer a {
font-size:12px;
color:#ffffff;
font-weight:normal;
text-decoration:underline;
}

#footer a:Hover {
font-size:12px;
color:#688989;
font-weight:normal;
cursor:pointer;
text-decoration:underline;

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

-->

