W3C CSS Validator results for http://okapi-group.com/ (CSS level 2.1)

Congratulations! No Error Found.

This document validates as CSS level 2.1 !

To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page:

Valid CSS!
<p>
    <a href="http://jigsaw.w3.org/css-validator/check/referer">
        <img style="border:0;width:88px;height:31px"
            src="http://jigsaw.w3.org/css-validator/images/vcss"
            alt="Valid CSS!" />
    </a>
</p>
            
Valid CSS!
<p>
<a href="http://jigsaw.w3.org/css-validator/check/referer">
    <img style="border:0;width:88px;height:31px"
        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
        alt="Valid CSS!" />
</a>
</p>
        

(close the img tag with > instead of /> if using HTML <= 4.01)

If you like, you can download a copy of this image to keep in your local web directory, and change the XHTML fragment above to reference your local image rather than the one on this server.

If you would like to create a link to this page (i.e., this validation result) to make it easier to re-validate this page in the future or to allow others to validate your page, the URI is:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fokapi-group.com%2F
or
http://jigsaw.w3.org/css-validator/check/referer (for HTML/XML document only)

(Or, you can just add the current page to your bookmarks or hotlist.)

↑ Top

Valid CSS information

@charset "utf-8";
body {
font : 100% Verdana, Arial, Helvetica, sans-serif;
margin : 0;
padding : 0;
text-align : center;
color : #000000;
background-color : #ced3e8;
background : url(../images/tile.jpg) repeat;
}
a, a:active, a:visited {
color : #f90;
text-decoration : none;
}
a:hover {
text-decoration : underline;
}
.header {
width : 58em;
text-align : center;
border : 1px solid #74543b;
background-image : url(../images/blu-bg.jpg);
}
.ttl {
position : relative;
top : 5px;
}
.flrsh {
position : relative;
top : -8px;
}
.thrColEls #container {
width : 58em;
background : #fcfcf2;
margin : 0 auto;
text-align : left;
}
.thrColEls #sidebar1 {
float : left;
width : 13em;
background-color : #74543b;
padding : 15px 0;
border-left : 7px solid #fff;
height : 50em;
color : #fff;
}
.thrColEls #sidebar2 {
float : right;
width : 13em;
background-color : #74543b;
padding : 15px 0;
border-right : 7px solid #fff;
height : 50em;
color : #fff;
}
.thrColEls #sidebar1 h1, .thrColEls #sidebar1 h2, .thrColEls #sidebar1 h3, .thrColEls #sidebar2 h1, .thrColEls #sidebar2 h2, .thrColEls #sidebar2 h3 {
margin-left : 10px;
margin-right : 10px;
font-size : 16px;
margin-top : 10px;
}
.thrColEls #sidebar1 p, .thrColEls #sidebar2 p {
margin-left : 10px;
margin-right : 10px;
font-size : 12px;
}
.thrColEls #sidebar1 a, .thrColEls #sidebar2 a {
color : #f6f3a0;
}
.thrColEls #mainContent {
margin : 0 14em 0 14em;
background : url('../images/okapi-real.jpg') repeat-x top;
}
#footer {
font-size : x-small;
border : 1px solid #74543b;
text-align : center;
padding : 2px;
}
#footer img {
border : 0;
width : 88px;
height : 31px;
}
.fltrt {
float : right;
margin-left : 8px;
}
.fltlft {
float : left;
margin-right : 8px;
}
.clearfloat {
clear : both;
height : 0;
font-size : 1px;
line-height : 0;
}
.midbar {
height : 14em;
}
.midbox {
background : #cfc6bd url('../images/blu-bg-sm.jpg') repeat-x;
height : 15em;
width : 39em;
border : 1px solid #74543b;
font-size : 12px;
padding : 6px;
}
.midbox p {
margin : 0;
}
.midbox h1, .midbox h2, .midbox h3 {
color : #74543b;
text-align : center;
font-size : 16px;
}
.nav {
float : left;
width : 100%;
border : 1px solid #f90;
}
.nav ul {
margin : 0 auto;
padding : 0;
font-size : small;
}
.nav ul.horizontal_list li {
text-align : left;
float : left;
list-style : none;
padding : 3px 10px 3px 10px;
}
.cntr {
text-align : center;
}
.skp {
font-size : xx-small;
color : #fcfcf2;
float : right;
}
body[align~="left"] .skp {
font-size : xx-small;
color : #fcfcf2;
float : right;
}
body[align~="LEFT"] .skp {
font-size : xx-small;
color : #fcfcf2;
}

↑ Top