body {
background-color: #9c699c;
padding: 0px;
margin: 0px;
}

div#leftslide {
position: absolute;
top: 0px;
left: 0px;
width: 5px;
float: left;
background-color: #abb2a1;
background-image: url(../images/_slideleft.png);
background-repeat: repeat-y;
background-position: 0 0;
height: 100%;
height: 9999px;
z-index: 10;
}

div#rightslide {
position: absolute;
top: 0px;
right: 0px;
width: 5px;
float: right;
background-color: #abb2a1;
background-image: url(../images/_slideright.png);
background-repeat: repeat-y;
background-position: 0 0;
* margin-right: -1px;
height: 100%;
height: 9999px;
z-index: 10;
}

div#content {
position: absolute;
top: 0px;
left: 2%;
* left: 16px;
width: 96%;
min-width: 740px;
overflow: hidden;
}

* html .minwidth { border-left: 770px solid #000; position: relative; float: left; z-index: 1; }
* html .container { margin-left: -770px; position: relative; float: left; z-index: 2; }

div#top {
width: 100%;
background-color: #fff;
height: 135px;
margin-bottom: 0px;
padding-bottom: 0px;
}

#top img.logo {
padding-top: 3px;
padding-left: 26px;
}

div#topright {
position: absolute;
right: 0px;
top:0px;
padding-bottom: 0px;
margin-bottom: 0px;
padding-right:5px;
* padding-right: 4px;
}

div#navi {
position: relative;
height: 33px;
width: 100%;
background-color: #a1a994;
border-top: 2px solid #808970;
border-bottom: 2px solid #808970;
}

div#tempnavi {
border-bottom: 2px solid #642b70;
}

#navi ul {
padding: 0px 0px 2px 0px;
margin: 0;
list-style: none;
padding-top: 5px;
}

#navi li {
margin: 2px;
white-space: nowrap;
display: inline;
overflow: hidden;
outline:0;
margin-left: 25px;
font-family: Verdana, Arial, Helvetica, Lucida Sans;
font-size: 14px;
}

#navi a:link, a:active, a:visited {
color: #fff;
text-decoration: none;
font-weight: bold;
}

#navi a:hover {
background-color: #b1b9a4;
border-bottom: 2px solid #fff;
text-decoration: none;
font-weight: bold;
}

#n1a a, #n2a a {
border-bottom: 2px solid #fff;
text-decoration: none;
font-weight: bold;
* margin-bottom: -2px;
}

div#content2 {
font-family: Verdana, Arial, Helvetica, Lucida Sans;
font-size: 100%;
position: relative;
width: 100%;
color: #000;
background-color: #fff;
padding: 25px;
background-image: url(../images/_fold.jpg);
background-repeat: repeat-y;
background-position: 47% 600px;
}

ul {
list-style-type:none;
*list-style-type:disc;
padding-left: 0px;
margin-left: 10px;
*margin-left: 25px;
}

ul li:before {
content: "\2022 \0020";
color:#642b70;
}

li {
font-family: Verdana, Arial, Helvetica, Lucida Sans;
font-size: 80%;
}

div#leftcolumn {
float: left;
text-align: left;
width: 40%;
}

div#rightcolumn {
float: right;
text-align: right;
width: 40%;
padding-right: 50px;
}

div#bottom {
position:relative;
height: 5px;
width: 100%;
z-index:1000;
background-image: url(../images/_bottom.png);
background-repeat: repeat-x;
background-position: 0 0;
}

div#bl {
float: left;
width: 5px;
height: 5px;
background-image: url(../images/_bottomleft.png);
background-repeat:no-repeat;
}

div#br {
float: right;
width: 5px;
height: 5px;
background-image: url(../images/_bottomright.png);
background-repeat:no-repeat;
}

div#footer {
position: relative;
background-color: #9c699c;
background-image:none;
text-align:right;
z-index:200;
padding:4px 4px 10px 0px;
}

div#content2 h1 {
font-family: Georgia, Garamond, Times New Roman;
font-size: 1.0625em;
font-weight: normal;
margin-top: 6px;
color: #642b70;
}

div#content2 p {
font-size: 0.75em;
line-height: 1.5;
}

div.divider {
width:100%;
padding-top: 10px;
padding-bottom: 5px;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE-mac \*/
* html .clearfix {height: 1%;}
/* End IE-mac */

