/* Start of CMSMS style sheet 'deal-style' */
body {
  padding: 5px; text-align: center;
  background-color: #333333;
  font: 1em Arial, Helvetica, sans-serif;	
  color: #000;
}

#container {
width: 900px;
background-image: url('uploads/images/footballbg.jpg');
background-repeat:no-repeat;
margin: auto;
background-color: #dcded9;
color: #000;
}

#header {
width: 100%;
background-image: url('uploads/images/header.jpg');
background-repeat:no-repeat;
margin: auto;
background-color: #000;
color: #fff; padding: 3px 0;
height: 130px;
}

#footer {
width: 100%;
background-image: url('uploads/images/footer.jpg');
background-repeat:no-repeat;
margin: auto;
background-color: #000;
color: #fff; padding: 3px 0;
height: 93px;
}

#copyright {
width: 100%;
margin: auto;
background-color: #333333;
color: #fff; padding: 3px 0;
font-size: 0.9em;
}

#content {
  text-align: left;
padding: 15px;
font-size: 1.1em;}

#content h1 { 
  text-align: left;
color: #000;
font-size: 1.5em;}

#content h2 { 
  text-align: left;
font-size: 1.2em;}

#content h3 { 
  text-align: left;
font-size: 1em;}

#content a {
color: #67965a;
text-decoration: underline;
font-weight:bold; }

#content a:hover {
color: #000;
background-color: #6b935e;
text-decoration: underline;
font-weight:bold; }

#menu{
width: 100%;
text-align: center;
color: #000;
font-weight:bold;
font-size: 0.9em;
white-space: nowrap;
margin: 10px auto;
}

#menu ul {
list-style-type: none;
position: relative;
text-align: center;
}

#menu li {
display: inline;
text-align: center;
list-style-type: none; 
padding: 0px 4px;
}

#menu li a {
color: #fff;
background-color: #444;
text-decoration: none;
padding: 5px;
}

#menu li a:hover {
color: #000;
background-color: #6b935e;
}

#menu li .currentpage {
background-color: #aaa;
color: #000;
}

#copyright a {
color: #67965a;
text-decoration: underline; }

#copyright a:hover {
color: #000;
background-color: #6b935e;
text-decoration: underline; }

.crleft { float: left;   text-align: left;}
.crright { float: right;   text-align: right;}

/* End of 'deal-style' */

