
html, body {
background-color: #12589e;
font-size: 13px;
font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
color: #6d1b00;
padding: 10px 0 0 0;
margin: 0;
text-align: center;
}

a {
color: #6d1b00;
text-decoration: none;
}
a:visited {
color:#6d1b00;
text-decoration: none;
}
a:hover {
color: #000000;
text-decoration: none;
}
a:active {
 color:#6d1b00;
 text-decoration: none;
 }
 
 .no_border {
 border: 0;
 }

h1 {
font-size: 18px;
margin: 0 0 8px 0;
padding: 0 10px 0 10px;
letter-spacing: 2px;
color: #12589e;
}
p {
padding: 0 10px 0 10px;
}

.small {
font-size: 9px;
}

#site {
width: 803px;
background: url("../img/content_bg.jpg");
margin: 0 auto 0 auto;
}

#head {
background: url("../img/meckgame.jpg") no-repeat;
width: 803px;
height: 299px;
margin: 0;
padding: 0;
text-align: right;
}

#content {
background: url("../img/content_bg.jpg");
width: 803px;
margin: 0;
padding: 0 0 10px 0;
text-align: left;
}

#content_left {
width: 608px;
padding: 0;
margin: 0 0 0 14px;
background-color: #fef9e3;
float: left;
}

* html #content_left {
margin: 0 10px 0 7px;
}

#content_right {
padding: 0;
margin: 0 0 0 635px;
width: 160px;
}

* html #content_right {
margin: 0;
}

#partner {
position: absolute;
margin: 1px 0 0 14px;
}