* {
   margin: 0;
   padding: 0;
}

body {
   background: #DDDDDD url(../img/layout/header_bg_small.png) no-repeat top center;
   font-size: 80%;
   font-family: Helvetica, Arial, sans-serif;
   letter-spacing: 0.04em;
}

img {
   border: none;
}

.pink {
   color: #CC33CC;
}

a.pink_link, a.mail, a.internal-link, a.external-link-new-window {
   color: #CC33CC;
   text-decoration: none;
}

a.pink_link:hover, a.mail:hover, a.internal-link:hover, a.external-link-new-window:hover {
   text-decoration: underline;
}

a:focus {
   outline: none;
}

#header {
   margin-left: auto;
   margin-right: auto;
   width: 944px;
   height: 137px;
}

#header #logo_restore {
   float: left;
   margin-top: 18px;
   width: 200px;
   height: 65px;
}

#header #logo_apr {
   float: right;
   margin-top: 37px;
   width: 65px;
   height: 65px;
}

#header #main_menu {
   float: left;
   margin-top: 70px;
   width: 650px;
}

#header #main_menu ul {
   margin-left: 40px;
   list-style-type: none;
}

#header #main_menu li {
   display: inline;
}

#header #main_menu li a {
   margin: 0 20px;
   color: #FFFFFF;
   text-decoration: none;
}

#header #main_menu li.current a, #header #main_menu li a:hover {
   color: #CC33CC;
}

#breadcrumb {
   margin: 25px;
   margin-left: auto;
   margin-right: auto;
   width: 944px;
}

#breadcrumb a {
   margin-right: 7px;
   color: #9A9A9A;
   text-decoration: none;
}

#breadcrumb a:hover {
   color: #CC33CC;
}

#breadcrumb span {
   color: #9A9A9A;
}

#breadcrumb img {
   margin-right: 7px;
   vertical-align: middle;
}

#content {
   margin: 10px;
   margin-left: auto;
   margin-right: auto;
   width: 944px;
}

#content #social img {
   margin-left: 7px;
   vertical-align: middle;
}

#banner {
   margin: 10px;
   margin-left: auto;
   margin-right: auto;
   width: 944px;
}

#footer {
   margin: 10px;
   margin-left: auto;
   margin-right: auto;
   width: 944px;
   padding-top: 10px;
   background: transparent url(../img/layout/footer_top.png) no-repeat top center;
}

#footer .footer_bottom {
   line-height: 16px;
   padding: 10px 20px;
   padding-bottom: 20px;
   background: transparent url(../img/layout/footer_bottom.png) no-repeat bottom center;
}

#footer .footer_bottom .left_col {
   float: left;
   width: 150px;
}

#footer .footer_bottom .left_col p {
   color: #464646;
}

#footer .footer_bottom .center_col {
   float: left;
}

#footer .footer_bottom .right_col {
   float: right;
}

#footer .footer_bottom .right_col p {
   color: #464646;
}

#footer .footer_bottom .right_col p a {
   margin-left: 7px;  
}

#footer .footer_bottom ul {
   margin-left: 40px;
   list-style-type: none;
}

#footer .footer_bottom li {
   display: inline;
}

#footer .footer_bottom li.pipe {
   color: #464646;
   margin: 0 10px;
}

#footer .footer_bottom li a {
   color: #464646;
   text-decoration: none;
}

#footer .footer_bottom li a:hover, #footer .footer_bottom li.current a {
   color: #CC33CC;
}
