body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	color:#000;
    padding:0px;
    margin:0px;
    background-image:url('http://www.clickclass.co.uk/_resources/images/orangerepeat.jpg');
	background-repeat:repeat-x;
}

#sitemouseback
{
    background-image: url( 'http://www.clickclass.co.uk/_resources/images/bg.jpg' );
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

#sitetopbar{
    background-image:url('http://www.clickclass.co.uk/_resources/images/topgreybar.jpg');
	background-repeat:repeat-x;
	height:125px;
}

#wrapper {
	width: 998px;	
	margin-right: auto;
	margin-left: auto;
	display:table;
	height:auto !important;	
}

h1 {
    color: #000;
    font-size: 1.6em;
    line-height: 1.1em;
    font-weight:normal;
    padding-top: 8px;
}

h2 {
    color: #000;
    font-size: 1em;
    font-weight:bold;
    padding-top: 10px;
}

h3 {
    color: #000;
    font-size: 1.4em;
    font-weight:bold;
    padding-top: 10px;
}

hr {
   	color: #fff;
	height: 0px;
	border: 0px;
}

a:link {color:#9b0202; text-decoration: none}
a:active {color:#9b0202; text-decoration: none}
a:visited {color:#9b0202; text-decoration: none}
a:hover {color:#000000; text-decoration: underline}

img{border:0px}

.backlink{float:right;}

#header
{
    width: 985px;	
    margin-right: auto;
	margin-left: auto;
}

#mainpanel {
    float:left;
    width:990px;
}

#content {
	padding: 0px 10px 10px 14px;
	height:400px;
}

#navcontainer
{
	margin: 0px;
	padding: 0px;
	position:relative;
	margin-top:20px;
}

#navcontainer ul
{
    display: block;
	margin: 0;
	padding: 0;
}

#navcontainer li
{
    display: block;
    float: left;
    background-image:url('http://www.clickclass.co.uk/_resources/images/orangeblock.gif');
    background-repeat:no-repeat;    
}

#navcontainer a {
	color: #000;
	font-size: 12px;
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	font-weight:bold;
}

#navcontainer a:hover, #navcontainer a:active {
	text-decoration: underline;	
}

#navcontainer a.active:link, #navcontainer a.active:visited {
    position: relative;
	z-index: 102;
	font-weight: bold;
}

#newstopbarcontainer{
    width:600px;
}

#newstopbar{
    list-style-type: none;
	padding: 13px 3px 0px 3px;
	margin: 0;
	clear:both;
}

#footer{
    position:relative;  
    top:100px;
    color: #fff;
	font-size: 0.8em;
}

#footer a{
    color: #fff;
}

#sitebottombar {
	height: 102px;
	background-image:url('http://www.clickclass.co.uk/_resources/images/bottom_footer.gif');
	background-repeat:repeat-x;
	background-color:#111518;
	padding-bottom:10px;
}

#sitebottombar div{
	text-align:left;
}

#sitebottombar a
{
    color: #fff;
}

#messageBox
{
    margin: 15px 0 25px 0 ;
}

.messageSuccess
{
    border-color: green;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #6699ff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}

.messageProblem
{
    border-color: red;
    border-style: solid;
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #6699ff;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
}
