/*------------------------------------------------------------------*/
/*---------------------Designed By: M&R Designs--------------------*/
/*--------------------------Tibeio Computers---------------------*/
/*--------------------------Copyright 2008--------------------------*/
/*------------------------------------------------------------------*/

* {
padding: 0;
margin: 0;
} 

body {
background-color:#006600;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

img {border: none;}
a{ color: #006600; text-decoration: none; }

#mainbody {
width: 1000px;
height: 830px;
margin: 0 auto;
padding: 0px;
border: 0px solid #333333;
float: none;
}

#content {
width: 1000px;
height: auto;
float: right;
background-color:#FFFFFF;
text-align: left;
}

#sp_ {
height: 30px;
}

/*------------------------------------------------------------------*/
/*------------------------------HEADER------------------------------*/
/*------------------------------------------------------------------*/

#header {
	/* -- header image --
background: #000000 url(C:\Documents and Settings\Mark\Desktop\css scc\banner.jpg) no-repeat;
*/
background-color:#006600;
	width: 800px;
	height: 200px;
	background-image: url(C:\Documents and Settings\Mark\Desktop\css scc\banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*------------------------------------------------------------------*/
/*----------------------------NAVIGATION----------------------------*/
/*------------------------------------------------------------------*/

#navigation {
/* -- navigation background image --
background:  url(/media/nav.png) repeat-x;
*/
background-color:#fff63e;
height: 30px;
line-height: 30px;
margin: auto;
padding-left: 90px;
}

#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444;
border-left:1px solid #444;
}

#navigation li a {
display:block;
padding:0 12px;
text-decoration:none;
color: #000000;
font-weight:bold;
letter-spacing:1px;
}

#navigation li a:hover {
/* -- Navigation hover image --
background:  url(/media/nav_hover.png) repeat-x;
*/
background-color:#ddd52a;
font-weight:bold;
text-decoration:none;
}

/*------------------------------------------------------------------*/
/*------------------------------FOOTER------------------------------*/
/*------------------------------------------------------------------*/

#footer { 
height: 30px;
line-height: 30px;
text-align: left;
background-color:#333333;
}

#footer_b {
float: right;
width: 100px;
}

/*------------------------------------------------------------------*/
/*------------------------------STYLES------------------------------*/
/*------------------------------------------------------------------*/

.footer {
	color: #FFFFFF;
}

.style1 {
	font-size: 14px;
	font-weight: bold;
}

.style2 {
	font-size: 24px;
	font-weight: bold;
}

.style3 {
	font-size: 18px;
}

.contact_A{
	font-size: 28px;
	font-weight: bold;
}

.contact_B {
	font-size: 20px;
	font-weight: bold;
}

.contact_C {
	font-size: 15px;
}

h4 {
	font-size: 4px;
}

h5 {
	font-size: 14px;
	text-indent: 30pt;
}

h6 {
	font-size: 12px;
	font-weight: 100;
	font-style: italic;
}

/*------------------------------------------------------------------*/
/*-------------------------------END--------------------------------*/
/*------------------------------------------------------------------*/

