/** default.css **/
body { margin: 0; background: #0f2894 url('../images/bg.jpg') repeat-x 0 0; }
strong { color: #900; }

/* containers */
.container1 { margin: 0 auto; width: 1250px; }
.container2 { margin: 0 25px 25px; border-left: 3px solid #9ccb3b; border-right: 3px solid #9ccb3b; }
.container3 { position: relative; }

/* header */
.header { height: 148px; position: relative; border-bottom: 6px solid #9ccb3b; }
.header h1, .header ul { margin: 0; }
.header img { border: 0; }
#logo-gif { position: absolute; left: 15px; top: 25px; }
#slogan-gif { position: absolute; right: 0; top: 82px; }
#slogan-gif img { margin-right: 23px; }
#header-links { position: absolute; right: 0; top: 115px; list-style: none; }
#header-links li { float: left; }
#header-links li a { display: block; margin: 6px 23px; margin-top: 14px; }

/* very bottom */
.very-bottom { width: 100%; height: 24px; background: #9ccb3b; }
.very-bottom p { margin: 0; }
#copyright { text-align: center; color: #243c92; font: bold 14px tahoma; padding-top: 3px; }