
body {
        background: #1E1E1E url(images/baround.jpg) repeat;
        margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
        padding: 0;
        color: #000;
	}

#page li{
	margin: 5px;
	}

#container {
	width: 960px;
	margin: 0 auto 10px auto;
	}

#page {
	background: #000;
	padding: 15px;
	margin: 0;
	}

#content {
	background: #fff;
	}

#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
#headback {
        background: #000 url(images/headback.jpg) no-repeat;
        text-align: left;
	}
	
#testimonial {
	background: #e1e1e1;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px;
	margin: 10px 0 10px 0;
	}
	
.sidebar {
	width: 150px;
	background: #f9edd2;
	padding: 20px;
	text-align: center;
	}
	
.main {
	padding: 20px;
	}
	
p {
	line-height: 21px;
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	text-decoration: none;
	}
	
/*-------------Links---------------*/

a {
	text-decoration: none;
	color: #888888;
	}
	
a:hover {
	text-decoration: underline;
	}


/*-------------Tables---------------*/



/*-------------Headings-------------*/

h1 {
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  color: #000;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-family: Arial, Sans-Serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration:none;
  color: #000;
}

h3 {

}

h4 {

}

h5 {

}

/*--------------Nav----------------*/

#navbox{
	clear:both;
	margin: 0;
	}

 .nav {
     list-style-type: none;
     list-style-position:outside;
     position: relative;
     margin: 0;
     padding: 0;
 }
 
  .nav li{
     display: block;
     overflow: hidden;
     padding: 0;
     cursor: pointer;
     float: left;
     width: 160px;
     height: 40px;
     margin-right: 0px;
     background-image:url(images/menu.jpg);
     background-repeat:no-repeat;
}

.nav a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#menu1 {
	background-position:0px 0px;
}
#menu2 {
	background-position:-160px 0px;
}
#menu3 {
	background-position:-320px 0px;
}
#menu4 {
	background-position:-480px 0px;
}
#menu5 {
	background-position:-640px 0px;
}
#menu6 {
	background-position:-800px 0px;
}

#menu1.active, #menu1:hover {
	background-position: 0 bottom;
}
#menu2.active, #menu2:hover{
	background-position: -160px bottom;
}
#menu3.active, #menu3:hover {
	background-position: -320px bottom;
}
#menu4.active, #menu4:hover {
	background-position: -480px bottom;
}
#menu5.active, #menu5:hover {
	background-position: -640px bottom;
}
#menu6.active, #menu6:hover {
	background-position: -800px bottom;
}


/*--------------Footer-----------*/

#footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 10px 0;
	color: #c6c6c6;
	line-height: 21px;
}

#footer a {
	clear: both;
	color: #c6c6c6;
	font-weight: bold;
	}

/*--------------Other------------*/

hr {
	display: none;
}

.imgRight {
	float: right;
	padding: 8px;
	margin: 0 0 5px 7px;
	}

.imgLeft {
	float: left;
	padding: 8px;
	margin: 0 7px 5px 0;
	background-color: #FFFFFF;
	}
	
