@charset "UTF-8";
/* CSS Document */

/* General HTML styles */ 

body { 
background-color: #FFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 7.5pt;
color:#000;
line-height: 15px;
}
 
a {
text-decoration: none;
color: #000;
}
 
a:hover {
text-decoration: none;
border-bottom: 1px dotted #00FF99;
}

p {
font-size: 100%;
color: #000;
margin-bottom: 15px;
}

h1 { 
font-size: 100%;
font-weight: bold;
letter-spacing: 1px;
color: #000;
margin-bottom: 5px;
}
 
h2 { 
font-size: 100%;
font-weight: normal; 
color: #000;
}

h3 {
font-size: 100%;
font-weight: lighter;
color: #000;
}

h4 {
font-size: 90%;
font-weight: lighter;
color: #666;
}

h4 a {
font-size: 100%;
font-weight: lighter;
color: #666;
}

img {
border: none;
margin-right: 5px;
}

ul {
font-size: 100%;
list-style: none;
text-decoration: none;
margin-left: -40px;
}

li {
text-decoration: none;
}

blockquote {
width: 165px;
margin-left: 0px;
text-indent: -2px;
font-size: 100%;
color: #000;
}

/* wrapper section */ 

#wrapper {
width: auto;
height: 490px;
}

/* navwrapper section */ 

#navwrapper {
width: 2000px;
height: 130px;
position: fixed;
margin-left: 5px;
margin-top: -5px;
float: left;
background-color: #FFF;
}

.nav{
height: auto;
width: 150px;
float: left;
margin-left: 27px;
padding-top: 10px;
}

/* description section */ 

#description {
width: 165px;
height: 800px;
position: fixed;
margin-left: -15px;
margin-top: 125px;
padding-left: 50px;
padding-right: 30px;
float: left;
background-color: #FFF;
opacity: 0.8;
}

#description h1 {
margin-top: 20px;
}

#description a {
text-decoration: none;
border-bottom: 1px dotted #000;
}

#description a:hover {
text-decoration: none;
border-bottom: 1px dotted #00FF99;
}

#description img {
border: none;
margin-left: 0px;
padding-bottom: 7px;
float: left;
}

/* content section */ 

#content {
height: auto;
margin-left: 230px;
padding-top: 130px;
}

/* news section */ 

#news {
height: 800px;
width: 160px;
position: fixed;
background-color:#FFF;
margin-left: 0px;
padding-top: 10px;
padding-right: 20px;
opacity: 0.8;
}

#news a {
text-decoration: none;
border-bottom: 1px dotted #000;
}

#news a:hover {
text-decoration: none;
border-bottom: 1px dotted #00FF99;
}