body
{
text-align: center;
margin: 0;
padding: 0;
font: 12px/18px Verdana, Helvetica, Arial, sans-serif;
background: #fff url(images/web_graphics/bg2.gif) repeat;
}
/*div*/
#wrapper
{
margin: 0 auto;
padding: 0 10px;
border: 0;
text-align: left;
width: 780px; 
background: #e9e7e2 url(images/web_graphics/wt_bodybar.gif) repeat-y 50% 0;
}
#header
{
text-align:center;
margin: 0;
padding:0;
border:0;
border-top: 10px solid #e9e7e2;
border-bottom: 10px solid #e9e7e2;
height: 140px;
width: 780px;
text-indent: -9999px;
background: #e9e7e2 url(images/web_graphics/wt_header.jpg) no-repeat;
}
h1
{
margin: 0;
position: relative;
top:110px;
display:block;
height:31px;
background:#fff url(images/web_graphics/wt_titlebar.gif) no-repeat;
}
/*navigation area*/
#nav
{
float:left;
margin: 0;
margin-left:3px;
margin-top:3px;
padding: 0;
border: 3px solid #e9e7e2;
width: 187px;
background: transparent;
}
#nav ul{
list-style:none;
padding-left:0;
margin: 0;
margin-top: 3px;
font: normal small-caps 10px Verdana;
color: #606060;
}
#nav li{
padding:8px 0 8px 40px;
border: 0;
margin:0;
border-bottom: 1px solid #efefef;
}
#current{
background: transparent url(images/web_graphics/wt_navflorish.gif) no-repeat left top;
}
#nav ul ul{
padding: 0;
padding-top: 5px;
font: 10px Verdana;
color: #cccccc;
}
#nav li li {
padding: 5px 0 5px 15px;
border: 0;
}
#viewing a{
text-decoration:none;
color:#000000;
}
#nav img {
border-top: 3px solid #e9e7e2;
border-bottom: 3px solid #e9e7e2;
margin: 10px 0 3px 0;
}
/*content area*/
#content
{
float: right;
margin: 0;
margin-left: 10px;
padding:0;
border-top: 3px solid #fff;
width: 570px;
font: normal 12px Verdana ;
color: #606060;
background: #ffffff url(images/web_graphics/wt_content_bg.gif) no-repeat top left;
}
#content h2{
margin: 0;
padding:0;
border:0;
margin-top 3px;
border-top: 3px solid #e9e7e2;
border-bottom: 5px solid #e9e7e2;
display:block;
height: 12px;
padding:10px 0 5px 25px;
font: normal small-caps 12px Verdana;
color: #606060;
background: transparent;
}
#mybody{
margin: 4px 25px;
padding: 0;
padding-top: 135px;
border: 0;
color: #606060;
background: transparent url(images/web_graphics/wt_body_bg.jpg) no-repeat;
}
#section{
margin: 4px 25px;
padding: 0;
border: 0;
border-top: 1px solid #606060;
color: #606060;
}
#footer
{
clear:both;
text-align: center;
display: block;
padding: 0 0 0 0;
border: 0;
height: 10px;
color: #e9e7e2;
font: normal small-caps 10px Verdana;
background:#e9e7e2;
}
/*tags*/
/* LINKS
---------------------------------------*/
a
{
text-decoration: none;
color: #a3a3a3;
display: block;
}
a:link 
{
text-decoration: none;
color: #606060;
}
a:visited
{
text-decoration: none;
color: #606060;
}
a:hover
{
text-decoration: underline;
}
a:active
{
text-decoration: none;
color: #a2a3a2;
}