﻿* {
    padding: 0;
    margin: 0;
} 

body {
background:url(images/bg2.png) fixed;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #000;
}

img { 
border: none; 
}

a {
color: #004000;
text-decoration: none;
}

a:hover { 
text-decoration: underline; 
color : #fff; 
}

#wrap {
margin: 40px auto 0 auto;
width: 800px;
border: 3px solid #004000;
background: #fff;
}

#header { 
background-image: url(images/header.png);
height: 160px;
}

#left {
background-image: url(images/bg.png);
height: auto;
width: 160px;
float: left;
font-size: 12px;
padding: 25px;
}

#left ul {
list-style-type: round;
padding: 5px 10px 10px 40px;
color: #004000;
}

#left h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}

#left a { 
text-decoration: none 
}

#left img { 
margin: 5px 5px 25px 0px;
}

#right {
width: 569px;
float: right;
text-align: justify;
padding: 10px;
background: #fff;
}

#right h1 {
color: #004000;
font-size: 14px;
font-weight: normal;
padding : 0 0 5px 25px;
}

#right h2 {
color: #004000;
font-size: 18px;
font-weight: normal;
padding : 10px 0 5px 10px;
}

#right a {
color: #004000;
text-decoration: none;
}

#right a:hover { 
text-decoration: underline; 
color : #40FF40; 
}

#right p {
margin: 5px 25px 5px 55px;
text-align: justify;
}

.quote{
font-weight: bold;
font-style: italic;
margin: 10px 0 50px 0;
}

#table tr{
width: 538px;
}

#table td{
font-size: 0.9em;
}

#table th{
text-align: left;
}
	
.table-cell-l{text-align: right;}
.table-cell-2{text-align: left;}

#footer {
width: 780px;
margin-top: 1px;
text-align: center;
color: #eee;
font-size: 11px;
padding: 10px;
background: #ccc;
}