/* ----------------------------------------------------------------------------- */
/* html */
html {
background: #938B85 url(../interface/bg.png) repeat-x;
margin: auto;
height: 100%;
min-height: 100%;
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 20px;
}

/* ----------------------------------------------------------------------------- */
/* body */
body {
background: #938B85 url(../interface/bg.png) repeat-x;
font-family: arial, helvetica, sans-sherif;
font-size: 12px;
line-height: 20px;
text-align: center;
margin: auto;
min-height:100%;
}

/* container */
#container {
text-align: left;
margin: auto;
width: 1011px;
position: relative;
}

/* ----------------------------------------------------------------------------- */
/* logo and language */
#logolang {
background: url(../interface/logolang_bg.png) no-repeat;
width: 1011px;
height: 69px;
}

#logo {
margin-left: 60px;
margin-top: -30px;
}

#lang {
margin-left: 760px;
padding-top: 10px;
}

#lang ul {
margin: 0;
list-style-type: none;
padding-top: 18px;
margin-left: -25px;
}

#lang ul li { 
display: inline; 
}
#lang li a {
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
padding-right: 20px;
}

#lang li a:hover {
color: #CC6D34;
text-decoration: none;
}	


/* ----------------------------------------------------------------------------- */
/* menu */
#menu {
background: url(../interface/menu_bg.png) no-repeat;
width: 1011px;
height: 59px;
margin: auto;
position: relative;
text-align: center;
}

#menu ul {
margin: 0;
list-style-type: none;
padding-top: 18px;
margin-left: -25px;
}

#menu ul li { 
display: inline; 
}
#menu li a {
color: #FFFFFF;
text-decoration: none;
font-size: 15px;
font-family: arial, helvetica, sans-sherif;
padding-right: 20px;
}

#menu li a:hover {
color: #CC6D34;
text-decoration: none;
}	


/* ----------------------------------------------------------------------------- */
/* banner */
#banner {
background: url(../interface/banner_bg.png) no-repeat;
width: 1011px;
height: 350px;
}

/* ----------------------------------------------------------------------------- */
/* latest news and blog post */
#latest {
background: url(../interface/latest_bg.png) no-repeat;
width: 1011px;
height: 166px;
}

#latestnews {
}

#latestnewstitle {
color: #FFFFFF;
text-decoration: none;
font-size: 22px;
font-family: arial, helvetica, sans-sherif;
padding-left: 80px;
}

#latestnewscontent {
width: 400px;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
padding-left: 80px;
}

#latestnewscontent a {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#latestnewscontent a:hover {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}


#latestblog {
margin-top: -161px;
text-align: right;
}

#latestblogtitle {
color: #FFFFFF;
text-decoration: none;
font-size: 22px;
font-family: arial, helvetica, sans-sherif;
margin-right: 70px;
}

#latestblogcontent {
width: 400px;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
padding-left: 540px;
}

#latestblogcontent a {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#latestblogcontent a:hover {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}


/* ----------------------------------------------------------------------------- */
/* content */
#content {
background: url(../interface/content_bg.png) repeat-y;
width: 1011px;
}

/* ----------------------------------------------------------------------------- */
/* main content */
#main {
width: 526px;
color: #6D5F52;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

/* ----------------------------------------------------------------------------- */
/* panel content */
#panel {
width: 302px;
background-color: #FFFFFF;
margin-top: -15px;
}

#panel h1 {
color: #4A3623;
text-decoration: none;
font-size: 26px;
font-family: arial, helvetica, sans-sherif;
padding-top: 10px;
padding-left: 30px;
}

#panelseparator {
width: 302px;
height: 1px;
background-color: #D0C7BE;
}

#newsletter {
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
color: #53190A;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#contact {
padding-top: 10px;
padding-left: 30px;
padding-right: 30px;
color: #53190A;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

/* ----------------------------------------------------------------------------- */
/* footer */
#footer {
background: url(../interface/footer_bg.png) no-repeat;
width: 1011px;
height: 65px;
}

#copyright {
padding-top: 20px;
padding-left: 50px;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#copyright a{
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#copyright a:hover {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#powered {
margin-top: -20px;
padding-left: 780px;
color: #FFFFFF;
text-decoration: none;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#powered a{
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}

#powered a:hover {
color: #FFFFFF;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
}


.data {
	background-color: #782914; 
	border-bottom: #000000 0px solid; 
	border-left: #000000 0px solid; 
	border-right: #000000 0px solid; 
	border-top: #000000 0px solid; 
	color: #FFFFFF; 
	font: 12px verdana; 
	height:25px; 
	width:100px; 
	font-weight: bold;
	margin-left: 10px;
}

input {color: #000000; font-family: arial,helvetica,sans-serif; border: 1px solid #CEC0A9; font-size: 12px; background-color: #EEE1BD; height: 20px;}
textarea {color: #000000; font-family: arial,helvetica,sans-serif; border: 1px solid #CEC0A9; font-size: 12px; background-color: #EEE1BD; }
.code {BACKGROUND: #F1EEEF; BORDER-BOTTOM: #FFFFFF 0px solid; BORDER-LEFT: #FFFFFF 0px solid; BORDER-RIGHT: #FFFFFF 0px solid; BORDER-TOP: #FFFFFF 0px solid; COLOR: #000000; FONT: 15px verdana; FONT-WIDTH: 72px}

#sports a {
color: #FFFFFF;
text-decoration: none;
font-size: 15px;
font-family: arial, helvetica, sans-sherif;
padding-right: 20px;
}

#sports a:hover {
color: #CC6D34;
text-decoration: none;
}	

a {
color: #772914;
text-decoration: underline;
font-size: 12px;
font-family: arial, helvetica, sans-sherif;
padding-right: 20px;
}

a:hover {
color: #772914;
text-decoration: underline;
}	

h2 {
color: #772914;
text-decoration: none;
font-size: 16px;
font-family: arial, helvetica, sans-sherif;
margin-bottom: -20px;
}
