body {
        font-family: arial, helvetica, sans-serif;
}
h1 {
        font-family: times, serif;
}
h2 {
        font-family: times, serif;
}
h3 {
        font-family: times, serif;
}
p {
        text-align: justify;
}
.links li {
        text-align: left;
        list-style: none;
}
.copyright {
        text-align: center;
        font-size: 8px;
        color: #808080;
}
#header {
        width: 914px;
        margin: 0 auto 0 auto;
}
#main { text-align: center;}
.menu_item {
	border-top: 0px solid #000;
	border-right: 1px solid #000;
	border-bottom: 0px solid #000;
	border-left: 1px solid #000;
}
#menu_item_left {
	border-left: 2px solid #000;
}
#menu_item_right {
	border-right: 2px solid #000;
}
#menu {
        width: 33em;
        height: 1.333em;
        margin: 0px auto 0px auto;
        padding: 0px;
        font-size: 24px;
}
#menu li {
        float: left;
        list-style: none;
}
#menu li a {
        display: block;
	padding: 0.1em 1em;
        text-decoration: none;
        font-weight: bold;
        color: #000;
}
#content {
        width: 832px;
        margin: 0 auto 0 auto;
}
#gentoo, #ubuntu {
        width: 384px;
        text-align: left;
}
#gentoo img, #ubuntu img {
        display: block;
        margin: 0 auto 0 auto;
}
#gentoo {
        float: left;
}
#ubuntu {
        float: right;
}
#footer {
        clear: both;
        background-image: url(pix/footer.png);
        width: 914px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin: 0 auto 0 auto;
        color: #fff;
}
#footer a img {
        vertical-align: middle;
        border: 0px;
}
