﻿#banner {
 width: 600px;
 height: 152px;
}
#pagecon {
 margin: 15px auto 0 auto;
 padding: 0;
 position: relative;
 width: 600px;
 height: 100px;
 z-index: 1;
}
#navcon {
 width: 150px;
 height: auto;
 margin-right: 7px;
 float: left;
 border-right-style: solid;
 border-right-width: medium;
 border-right-color: #F2B901;
}
#article {
 width: 435px;
 float: right;
}
#navcon ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navlist li
{
 text-decoration: none;
 font-size: 93%;
}
#navcon a
{
 display: block;
 padding: 3px;
 width: 140px;
 background-color: #036;
 border-bottom: 1px solid #eee;
}

#navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcon a:link
{
color: #EEE;
text-decoration: none;
}

#navcon a:hover
{
background-color: #369;
color: #fff;
}
#navcon2 ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}
#navlist2 li
{
 text-decoration: none;
 font-size: 93%;
}
#navcon2 a
{
 display: block;
 padding: 3px;
 width: 140px;
 background-color: #800000;
 border-bottom: 1px solid #eee;
}

#navlist2 a:visited
{
color: #EEE;
text-decoration: none;
}

#navcon2 a:link
{
color: #EEE;
text-decoration: none;
}

#navcon2 a:hover
{
 background-color: #990033;
 color: #fff;
}
