﻿.Background

{
    background-color:Black;
    
    }


.Header
{}
/* This is the header */
.gobi
{
    margin: 0px 0px 0px 1px;
    float: left;
    
    
}
.logo
{
    margin: 0px 1px 0px 0px;
    float:right
}
.slogan
{
    text-transform: capitalize;
    font: Arial;
    color: silver;
    text-align: center;
    padding-top: 30px;

}

/* This is the end of header */

.Menu

{
    float:left;
    Width:190px;
 
    }

.LeftSide

{
    float:left;
    padding-left: 5px;
    width:80%;
    height: 100%;
    
    }

.RightSide

{
    Width:200px;
        float:left;
        width:20%; 
        height: 100%;
    }

.Footer

{}

.Question
{
    background-image: url(Images/FAQ.gif);
    background-repeat: repeat-x;
    border-top: gray 1px solid;
    border-bottom:gray 1px solid;
}


.Rotator
{
    cursor: hand;
}

.anim-flash {
  position:absolute;
     left: 50%; 
    
     width: 500px;
     height: 400px;
    
     margin-left: -250px; /* half of the width */
     border: 1px solid #000;
 	
	
	}

.normalfld 
{
    background-color: #FFFFFF;
}
.focusfld 
{
    background-color: #FFFFCC;
}