body {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", Arial, sans-serif;
background-color: #000000;
}

#container {
width: 800px;
background-color: #000000;
}

#content_left1{
float: left;
width: 263px;
height: 477px;
background: url(../images/image1.jpg) no-repeat;
}

#content_left2{
float: left;
width: 263px;
height: 477px;
background: url(../images/image2.jpg) no-repeat;
}

#content_left3{
float: left;
width: 263px;
height: 477px;
background: url(../images/image3.jpg) no-repeat;
}

#content_left4{
float: left;
width: 263px;
height: 477px;
background: url(../images/image4.jpg) no-repeat;
}


#content_left5{
float: left;
width: 263px;
height: 477px;
background: url(../images/image5.jpg) no-repeat;
}

#content_left6{
float: left;
width: 263px;
height: 477px;
background: url(../images/image6.jpg) no-repeat;
}

#main_wrapper{
float: left;
}

#header{
position: relative;
height: 107px;
width: 360px;
background: url(../images/logo.gif) no-repeat;
}

#menu{
position: relative;
width: 477px;
}

#menu ul{
display: inline;
list-style-type: none;
}

#menu a{
position: absolute;
text-indent: -9999px;

}

#btn0 {
background: url(../images/home.gif) no-repeat;
width: 67px; height:19px; left: 0px;
}
#btn0a {
background: url(../images/over/home.gif) no-repeat;
width: 67px; height:19px; left: 0px;
}

#btn0:hover {
background: url(../images/over/home.gif) no-repeat;
width: 67px; height:19px; left: 0px;
}

#btn1 {
background: url(../images/services.gif) no-repeat;
width: 84px;  left:67px; top: 0px; height: 19px;
}
#btn1a {
background: url(../images/over/services.gif) no-repeat;
width: 84px;  left:67px; top: 0px; height: 19px;
}
#btn1:hover {
background: url(../images/over/services.gif) no-repeat;
}

#btn2 {
background: url(../images/training.gif) no-repeat;
width: 80px; top: 0px; left: 151px; height: 19px;
}
#btn2a {
background: url(../images/over/training.gif) no-repeat;
width: 80px; top: 0px; left: 151px; height: 19px;
}
#btn2:hover {
background: url(../images/over/training.gif) no-repeat;
}

#btn3 {
background: url(../images/contact.gif) no-repeat;
width: 102px; top: 0px; left: 305px; height: 19px;
}
#btn3a {
background: url(../images/over/contact.gif) no-repeat;
width: 102px; top: 0px; left: 305px; height: 19px;
}
#btn3:hover {
background: url(../images/over/contact.gif) no-repeat;
}

#btn4 {
background: url(../images/clients.gif) no-repeat;
width: 79px; top: 0px; left: 230px; height: 19px;
}
#btn4a {
background: url(../images/over/clients.gif) no-repeat;
width: 79px; top: 0px; left: 230px; height: 19px;
}
#btn4:hover {
background: url(../images/over/clients.gif) no-repeat;
}


#btn5 {
background: url(../images/blank.gif) no-repeat;
width: 145px; top:0px; left:333px; height: 19px;
}

#main_content{
position: relative;
background-color: #FFFFFF;
width: 477px;
}

#content{
position: relative;
font-size: 12px;
margin-top: -100px;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 10px;
}

p {
margin-bottom: -20px;
margin-top: 0px;
}

.img1{
float: right;
padding-left: 5px;
}

.img2{
float: right;
padding-left: 5px;
}

.img3{
float: right;
padding-left: 5px;
}

.img4{
float: right;
padding-left: 5px;
}

.img5{
float: left;
padding-right: 8px;
}

.img6{
float: right;
padding-right: 8px;
}

a:link{
text-decoration: none;
color: #DC2826;
}

a:hover{
text-decoration: none;
}

a:visited {
text-decoration: none;
color: #990000;
}

a:active {
text-decoration: none;
color: #DC2826;
}


#footer{
position: relative;
width: 477px;
height: 60px;
}

#footer_box{
position: relative;
width: 477px;
height: 5px;
background-color: #DC2826;
}

#footer_img{
position: relative;
background: url(../images/footer.gif) no-repeat;
height: 35px;
margin-bottom: 10px;
}

.tel{
position: relative;
color: white;
font-size: 14px;
left: 40px;
top: 10px;
}

.email{
position: relative;
color: white;
font-size: 14px;
left: 216px;
top: 10px;
}


#footer a:link{
text-decoration: none;
color: #FFFFFF;
}

#footer a:hover{
text-decoration: none;
}

#footera:visited {
text-decoration: none;
color: #990000;
}

#footer a:active {
text-decoration: none;
color: #FFFFFF;
}





