/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Courier New", Courier, monospace;
 font-size: 16px;
 background: #350e0d url(../images/head_repeat.gif) repeat-x;
 color: #db3609;
 }
 a{
text-decoration:none;
color: #db3609;
background: #350e0d;
}
 a:hover{
text-decoration:none;
color: #982a0a;
background: #350e0d;
}

li {
list-style:none;
color:#046380;
background: #350e0d;
}

li a {
font: 1.1em "Courier New", Courier, monospace;
color:#046380;
background: #350e0d;
} 
 
li a:hover {
color: #053443;
background: #350e0d;
}

.contentheading {
font: 1.8em "Courier New", Courier, monospace;
letter-spacing: -0.05em;
color: #4a8797;
background: #f7fade;
}

.contentheading a{
color: #db3609;
background: #f7fade;
}

.contentheading a:hover{
color: #982a0a;
background: #f7fade;
}

.contentpaneopen{
color: #350e0d;
padding:0 20px 0 0;
text-align:justify;
background: #f7fade;
}
.contentpaneopen li{
padding:0 30px 0 10px;
color: #350e0d;
background: #f7fade;
list-style:none;
}
.contentpaneopen a{
color: #db3609;
padding:0 20px 0 0;
text-align:justify;
background: #f7fade;
}
.contentpaneopen a:hover{
color: #982a0a;
padding:0 20px 0 0;
text-align:justify;
background: #f7fade;
}
.readon, .readon:hover{ 
color: #691b19; 
text-decoration:underline;
background: #f7fade;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#header {
 width: 900px;
 height: 170px;
 color: #350e0d;
 float: left;
 background: white url(../images/header.gif);
}
#center { 
 width: 900px;
 color: white;
 float: left;
 background: #350e0d;
}
#leftcolumn {
 width: 30px;
 height: 50px;
 float: left;
 color: white;
 background-color: #350e0d;
}
#contenitor { 
 width: 700px;
 float: left;
}
#contentup { 
 width: 700px;
 height: 110px;
 float: left;
}
#content { 
 width: 650px;
 float: left;
 color: #350e0d;
 border: 10px solid #db3609;
 background-color: #f7fade;
 padding: 15px 15px 15px 15px;
}
#rightcolumn {
 width: 170px;
 float: left;
}
#menu1 {
 width: 170px;
 color: #FFBFCF;
 float: left;
 padding-top: 50px;
 padding-left: 10px;
 background-color: #350e0d;
}
#menu2 {
 width: 170px;
 color: #FFBFCF;
 float: left;
 padding-top: 20px;
 padding-left: 10px;
 background-color: #350e0d;
}
#footer { 
 width: 710px;
 clear: both;
 color: #f7fade;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
 background-color: #350e0d;
}
#footer a {
 color: #db3609;
 background-color: #350e0d;
}
#footer a:hover {
 color: #982a0a;
 background-color: #350e0d;
}
#header a{
text-decoration:none;
color: #350e0d;
font-weight: bold;
background-color: #fff;
}

#header a:hover{
text-decoration:none;
color: #db3609;
font-weight: bold;
background-color: #fff;
}
.moduletable_mainmenu ul {
  margin: 0;
  padding: 95px 180px;
}
.moduletable_mainmenu li {
  color:#350e0d; 
  display: inline; /* Shows each item side-by-side */
  list-style-type: none; /* Gets rid of the bullet points */
  background-color: #fff;
}
.moduletable_mainmenu a { 
color:#350e0d;
display: block; 
float: left; 
padding: 0 1em; /* Provides horizontal separation between menu items */
background-color: #fff;
}
.moduletable_mainmenu li a:hover { 
color:#350e0d;
/*font-size: 1.2em;*/ 
font-weight: normal; 
display: block; 
float: left; 
padding: 0 1em; /* Provides horizontal separation between menu items */
background-color: #fff;
}
.pagenavbar a{
color: #db3609;
background: #f7fade;	
}
.pagenavbar a:hover{
color: #982a0a;
background: #f7fade;	
}
.buttonheading a{
color: #350e0d;
background: #f7fade;	
}
.moduletable_login a{
color: #db3609;
background: #f7fade;	
}
.moduletable_login a:hover{
color: #982a0a;
background: #f7fade;	
}
.moduletable_usermenu a{
color: #db3609;
background: #f7fade;	
}
.moduletable_usermenu a:hover{
color: #982a0a;
background: #f7fade;	
}
