/*
Theme Name: jb amended SimpleCMS Theme
Theme URI: http://www.mumblescomputerservices.com
Description: SimpleCMS Theme
Version: 1.0
Author: Jamie Bruton
Author URI: http://www.mumblescomputerservices.com

	
*/

* {
margin: 0;
padding: 0;
}

html{height:100%;}

body {
font-family:"Trebuchet MS", Tahoma, Verdana;
font-size:14px;
background:#fcfce5; /* url(images/testbg.jpg) repeat-x;*/
height: 100%;

}

#header{
height: 130px;
background:url(images/header-test.jpg) repeat-x;
}

#innerheader{
width:760px;
margin-left:auto;
margin-right:auto;
color:#ffffff;
}

.style12 {font-size: 12px}

#containall{

}

#container{
margin-left:auto;
margin-right:auto;
width: 760px;
padding: 10px;
margin-top: 25px;
line-height: 25px;
color: #000000;
}

#container h1{
color: #467f4a;
font-size: 20px;
background:url(images/heading.jpg) no-repeat;
text-indent: 40px;
margin-bottom: 15px;
}

#container ul{
margin-left: 20px;
margin-top: 10px;
}

#container li{
margin-left: 20px;
margin-top: 10px;
}


#navbar{

background-color:#f1ecc8; 
border-top:1px #000000 solid;
}

#innernav{

width: 530px;
margin-left:auto;
margin-right:auto;

padding: 10px;
}

#innernav li{
display:inline;
list-style:none;
}

#innernav li a{
color:#787216;
font-weight: bold;
font-family:"Trebuchet MS", Tahoma, Verdana;
font-size:16px;
text-decoration:none;
padding-right: 10px;
padding-left: 10px;
background-color:#fff;
margin-right: 5px;
}

#innernav li a:hover{
color: #787216;
text-decoration:none;
background-color:#f9f8e1;
}

#innernav a:active{
color: #787216;
text-decoration:none;
}

.clear {
clear: both;
}

#footer{
padding-top: 35px;
padding-bottom: 35px;
margin-right:auto;
margin-left:auto;
background:url(images/header-test.jpg);
font-size: 12px;
color:  #ffffff;
}

a:link {
	text-decoration: none;
}

a:visited{
color:#0000FF;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


a.footer:link 
{
color: #ffffff;
text-decoration: none;
	}

a.footer:visited

{
color: #ffffff;
text-decoration: none;
	}
a.footer:hover{
color: #ffffff;
text-decoration: underline;
	}

a.footer:active{
color: #ffffff;
	}
