* {
	margin: 0;
	padding: 0;
}

body {
background: #196680;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: black;
}
a:hover {
text-decoration: none;
color: black;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 0px;
border: 0px solid #000;
}

#header {
height: 160px;
background: #554d42 url(images/header4.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #D1DDEF;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height:2px;
line-height:2px;
background:black;
}
#menu ul {
list-style-type: none;
padding-left: 0px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#content {
padding: 0 20px 0px 0;
background:#fff;
border:0px solid red;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
background:#fff;
border:0px solid red;
}
.right h2 {
font-size: 18px;
font-weight: bold;
text-transform:uppercase;
padding: 15px 0 7px 0;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right p
{
 text-align:justify;
 border:0px solid red;
 padding:0px 0px 5px 0px;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
background:#57b1d3;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #7988AF;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: none;
color: red;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }

#contact {
          background:url(images/graph1.jpg) repeat left top;

         }

#contact h2
  {
    padding:05px 0px 05px 5px;
    text-align:left;
    text-transform:uppercase;
    font-weight:bold;
    color:white;
    background:#328FAF;
    
  }
#contactadd 
  {
    padding:05px 0px 05px 0px;
    text-align:left;
  }
#contactsum 
  {
    padding:05px 0px 05px 0px;
    text-align:left;
  }


