

body{
background-image: url(images/pattern.jpg);
margin: 0px 0px 0px 0px;

}

#layout{
position: absolute;
left: 50%;
margin-left: -375px;
height: auto;
width: 747px;
background-color: gray;
border: solid 1px black;

}

.fbanner{
height: 224px;
width: 747px;

}

.nav{
width: 747px;
height:auto;
}


.content{
height: auto;
background-image: url(images/background.jpg);
background-repeat: repeat;
width: 747px;
color: #f45d30;
font-size: 12px;
margin: 0px 0px 0px 0px;
overflow: auto;
font-weight: 100;
font-family:"Tahoma";


}


.footer{
width: 747px;
height: auto;
background-color: black;

}

img{
border: 0px;
}

p{

text-indent: 10px;
margin: 20px 20px 20px 20px;
word-spacing: 1px;
letter-spacing: .1em;

}

img.suffiyah{
margin-left: 15%;
margin-top: 5%;
margin-bottom: 5%;
}





a:visted{
border: 0px;

}

a:unvisited{
border: 0px;
}

.highlight{
color: #eec69f;

}



.register{
text-align: center;
color: #eec69f;

}
.address{
text-indent: -20px;

}

.vision{
width: 400px;
margin-left: 170px;
}

hr{
border-color: #a52415;
border-style: solid 1px;
background-color: #eec69f;
width: 300px;

}