* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;;
}

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



#wrap {
margin: 0 auto;
width: 700px;
}

#header { 
padding: 1px 0 20px 0;
background-image:url(images/front682.jpg);
background-repeat: no-repeat;
background-position:center;

}
#header h1 {
font-size: 26px;
font-weight: 100;
letter-spacing: 0px;
padding: 12px 0 5px 10px;
line-height:normal
}
#header h1 a {
color: #57626a;
text-decoration: none;
}
#header h1 a:hover {
color: #57626a;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: 0px;
line-height: 12px;
line-height:normal
}

#menu {
font-family:  Arial, Helvetica, sans-serif;
height: 40px;
line-height: 40px;
background: #57626a url(images/menu700.jpg) no-repeat;
text-transform: uppercase;
}
#menu ul {
padding-left: 10px;
list-style-type: disk;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #eee;
padding: 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 12px;
letter-spacing: 0px;
}
#menu ul li a:hover {
color: #000;
text-decoration: underline;
}

#content {
padding: 15px 20px;
}

.right {
width: 480px;
float: right;
text-align: justify;
list-style-type: square;
list-style: square;
padding: 0px 0px 0px 30px;
}
.right h2 {
color: #FF4800;
font-size: 20px;
letter-spacing: 0px;
font-weight: 100;
padding : 10px 0 15px 0;
line-height:normal;
}

.right ul {
padding-left: 10px;
list-style-type: square;
list-style: square;
}

/* Left sidebar and menu */
#leftside {clear:left; float:left; margin:0 0 10px; padding:0; width:150px; }
#leftside ul.avmenu { list-style:none; margin:0 0 18px; padding:0; width:150px; line-height: 25px;}
#leftside ul.avmenu li {display:inline; padding:0; width:150px;}
#leftside ul.avmenu li a {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; color:#505050; float:left; font-size:1em; font-weight:700; margin-bottom:5px; padding:5px 1px 5px 5px; text-decoration:none; width:138px;}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {background:url(img/menubg2.gif) repeat-x bottom left #eaeaea; border-bottom:1px solid #b0b0b0; border-left:4px solid #505050; border-right:1px solid #b0b0b0; border-top:1px solid #b0b0b0; color:#505050;}
#leftside ul.avmenu ul {font-size:0.9em; margin:0 0 0 15px; padding:0 0 5px 0; width:133px;}
#leftside ul.avmenu ul a {padding:3px 1px 3px 5px; width:123px;}
#leftside ul.avmenu ul ul {font-size:1em; width:120px;}
#leftside ul.avmenu ul ul a {width:108px;}
#leftside h2 {font-size:1.2em; font-weight:400;}
#leftside .announce {background:url(img/menubg.gif) repeat-x bottom left #f4f4f4; border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc; border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8; clear:left; color:#505050; line-height:1.3em; margin:10px 0; padding:5px 5px 5px; width:134px;}
#leftside p,.announce p {font-size:0.9em;}
#leftside h3 {font-size:1.1em; font-weight:bold;}
#leftside h4 {font-size:1.0em; font-weight:bold;}

.left {
width: 150px;
float: left;
padding: 10px;
border-right: 1px solid #bbb;
font-size: 12px;
}
.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
color: #57626a;
}
.left h2 {
height: 30px;
font-size: 14px;
color: #666;
line-height: 30px;
font-weight: 600;
}
.left a { text-decoration: none }

#footer {
background: #eee;
border-top: 3px solid #57626a;
margin-top: 20px;
text-align: center;
color: #333;
font-size: 11px;
padding: 10px;
}