﻿body {
 text-align:center;
 background-color: #313131;
 font-size: 62.5%;
 font-family: Helvetica, Futura, Arial, Sans-Serif;
}

#container {
 width: 460px;
 margin: 40px auto 10px;
}

#boxframe {
 background-color: #ccc;
 padding: 4px;
 border: 1px solid #efefef;
 text-align:center;

 -webkit-border-top-left-radius:3px;
 -webkit-border-top-right-radius:3px;
 -webkit-border-bottom-left-radius:3px;
 -webkit-border-bottom-right-radius:3px;

 -khtml-border-radius-topleft:3px;
 -khtml-border-radius-topright:3px;
 -khtml-border-radius-bottomleft:3px;
 -khtml-border-radius-bottomright:3px;

 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -moz-border-radius-bottomleft:3px;
 -moz-border-radius-bottomright:3px;
}

#content {
 margin: 0 auto;
 width: 450px;
 height: 414px;
 overflow: hidden;
 background: url(images/background.jpg) no-repeat;
 text-align: left;

 /* For making even the contentholder rounded corners. Disabled by default

 -webkit-border-top-left-radius:3px;
 -webkit-border-top-right-radius:3px;
 -webkit-border-bottom-left-radius:3px;
 -webkit-border-bottom-right-radius:3px;

 -khtml-border-radius-topleft:3px;
 -khtml-border-radius-topright:3px;
 -khtml-border-radius-bottomleft:3px;
 -khtml-border-radius-bottomright:3px;

 -moz-border-radius-topleft:3px;
 -moz-border-radius-topright:3px;
 -moz-border-radius-bottomleft:3px;
 -moz-border-radius-bottomright:3px;
 */
}

span {
 display: block;
}

h1 {
 margin: 0px 0 0 5px;
 padding: 0.2em;
 text-transform: uppercase;
 font-size: 2.6em;
 /* Uncomment for getting logo back
 background: url(images/logo.gif) no-repeat;  */
}

h1 a {
 /* Uncomment when logo goes back
 margin-left: 38px; */
 color: #fff;
 text-decoration: none;
 vertical-align: bottom;
}

#nav {
 margin: 215px 0 0;
}

#navigation {
 list-style: none;
 margin: 0;
 padding: 0;
 height: 95px;
 background: url(images/menubar.png) no-repeat;
}

#navigation li {
 width: 225px;
 float: left;
 list-style: none;
 display: block;
 margin: 20px 0;
 padding: 0;
 background-color: #fff;
}

li#first {
 width: 224px;
 border-right: 0px solid #000;
 background: #fff url(images/separator.gif) right no-repeat;
}

ul#navigation li a {
 padding-top: 15px;
 text-align: center;
 font-size: 2em;
 color: #000;
 text-transform: uppercase;
 text-decoration: none;
 display: block;
 height: 40px;
}

#footer {
 font-size: 1.2em;
 text-align: right;
 padding: 0px 6px 0 0;
}

#footer a {
 color: #ddd;
}

#footer a:hover {
 text-decoration: none;
}

.clear {
 clear: both;
 height:1px;
}