html, body {
margin : 0;
padding : 0;
}
body {
font : 73% Arial,  Helvetica, "Trebuchet MS", Arial, Tahoma, sans-serif;
background : #D5DBE1 url(images/bg.jpg) top center repeat-y;
color : #555;
}
#wrap {
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 0;
}
#masthead {
height:200px;
padding: 0;
margin-bottom: 0;
background: #B5B5B5 url(images/masthead.jpg) top center no-repeat;
}
#container {
width: 770px;
border: 0px solid #aaa;
margin-left: auto;
margin-right: auto;
padding: 0;
line-height: 1.8em;
background : #fff; <!--side content color- might want to change back to white--!>
color : #555;<!--body text color--!>
}
a:link, a:visited {
color : #800080; <!--link color steady--!>
background : inherit;
text-decoration : underline;
}
a:hover {
color : #DA70D6; <!--link color hover--!>
background : inherit;
text-decoration : none;
}
#menu {
height: 50px;
padding: 0;
margin-bottom: 0;
background-color: #DA70D6;
}

#menu{position:relative;display:block;height:42px;font-size:1.2em;
font-weight:bold;background:#DA70D6; <!--long horiz bar bg color--!>
font-family:Arial,Verdana,Helvitica,sans-serif;}

#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}

#menu ul li{display:block;float:left;margin: 0 0 0 0;}

#menu ul li a{display:block;float:left;color:#800080;text-decoration:none;
padding:10px 20px 0 20px;height:32px;}

#menu ul li a:hover,#menu ul li a.current{color:#fff;
background:#FDA913;}  <!--hover & select horz nav bar--!>

#content {
padding: 1em;
margin: 0 240px 20px 0;
background: #fff;
}
#sidebar {
float: right;
width: 200px;
margin: 15px 0 0 0;
padding: 0 1em 20px 1em;
background:#fff;
}
#navcontainer {
width : 200px;
margin : 0 0 20px 0;
}
#navcontainer ul {
margin-left : 0;
padding-left : 0;
list-style-type : none;
}
#navcontainer a {
text-decoration : none;
display : block;
padding : 3px;
width : 200px;
border-bottom : 1px solid #eee;
background : #fff;
color : #800080; <!--visited link color--!>
}
#navcontainer a:link, #navlist a:visited {
color : #800080; <!--unvisited link color--!>
background : #fff;
}
#navcontainer a:hover {
text-decoration : none;
background : #FDA913; <!--side nav bar highlight--!>
color : #eee;
}
#footer {
clear: both;
height: 100px;
padding: 0;
margin-top: 0;
text-align: center;
color: #333;
background: #B5B5B5 url(images/footer.jpg) top center no-repeat;
}
h1 {
margin: 0;
padding: 0px 0 0px 0px;
font-size: 160%;
letter-spacing: 3px;
color: #FDA913; <!--large header color--!>
}
.right {
float: right;
border: 0px solid #656C4A;
margin: 5px 0 10px 0;
padding: 10px;
}	
table.one
{
table-layout: automatic
}
table.two
{
table-layout: fixed
}
#one { 
position : absolute;
left : -998px;
}