* {
    padding: 20;
    margin: 0;
} 

body {
background: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
}

img { border: none; }
a { color: #FE7F0E;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
margin: 10px auto 0 auto;
width: 950px;
}
p {
  margin-top: 0em;
  margin-bottom: 1.5em;
}
#header { 
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
}
#header h1 {
font-size: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #000;
font-size: 15px;
}

#menu {
height: 50px;
line-height: 50px;
background: #FE7F0E url(../images/menu.jpg) no-repeat;
}
#menu ul {
padding-left: 10px;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}
#menu ul li {
font-family: Verdana, Arial, Helvetica, sans-serif;
float: left;
font-size: 16px;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
}

#content {
background: url(../images/content.jpg) repeat-y;
padding: 10px 20px;
}

.left {
width: 680px;
float: left;
}
.left h2 {
color: #FF4800;
font-size: 20px;
padding : 10px 0 15px 0;
}

.right {
width: 200px;
float: right;
padding: 10px;
border-left: 1px solid #bbb;
font-size: 12px;
background-color: #FFFFCC
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 16px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#top {
background: #555 url(../images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(../images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #040466;
font-size: 11px;
padding: 0 0 10px 0;
}
