* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee url(images/background.jpg) repeat-x top;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

img { border: none; margin: 10px;}
a { color: #005EB0; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; color : #000; }

#wrap {
width: 980px;
margin: 0 auto;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
background: #fff;
}

#header {
height: 60px;
margin: 0 auto;
width: 980px;
border-left: 1px solid #111;
border-right: 1px solid #111;
}

#header p {
padding: 17px 0 0 20px;
font-size: 24px;
line-height: 26px;
font-weight: bold;
float: left;
}

#header p.mmenu {
padding: 32px 0 0 500px;
font-size: 10px;
color: #fff;
font-weight: bold;
}

#header p.mmenu a:hover {
  text-decoration: underline;
}

#header p a {
color: #fff;
text-decoration: none;
}

#header p a:hover {
text-decoration: none;

}

#left {
float: left;
width: 200px;
padding: 10px 20px 10px 0;
}

#left p { color: #005EB0; padding: 15px 0 5px 10px; font-size: 17px; letter-spacing: -1px; font-weight: 100;}
#left ul { color: #777; padding: 10px 0 10px 30px; list-style-type: square; }
#left ul li { padding-bottom: 5px; }
#left ul li a { color: #777; text-decoration: none;  }
#left ul li a:hover { color: #000; }

#center {
margin-top: 20px;
float: left;
width: 488px;
min-height: 450px;
padding: 10px 20px 20px 20px;
background: #fafafa;
border: 1px solid #ccc;
}
#center h1 {
font-size: 18px;
padding : 10px 0 15px 0;
color: #005EB0;
}

#center p {
  margin: 10px 0;
}

#center ul li, #center ol li {
  margin-left: 20px;
}

#center a {
  text-decoration: none;
  color: #005EB0;
}

#right {
float: right; 
width: 200px;
padding: 10px;
}

#right p { color: #005EB0; padding: 15px 0 5px 10px; font-size: 17px; letter-spacing: -1px; font-weight: 100;}

#right ul {
  margin-top: 10px;
  padding: 0 10px 0 10px;
  list-style: none;
  text-align: left;
}

#right ul li {
  margin: 0;
  padding: 0 0 10px 0px;
  font-size: 11px;
  line-height: 13px;
  color: black;
  background: white;
}

#right ul li a, #right ul li a:hover, #right ul li a:visited {
  text-decoration: none;
  color: brown;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
  background: white;
}

#footer {
margin-top: 20px;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding: 10px 0;
text-align: center;
font-size: 11px;
background: #eee;
}

/* FMenu */

#fmenu {
  clear: both;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  border-bottom: 1px solid #aaa;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
  color: black;
}

#fmenu li {
  display: block;
  float: left;
  width: 300px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1em;
  font-size: 11px;
}

#fmenu li a {
  color: brown;
  text-decoration: none;
}

.mailto2 {display:none}

