*
{
	width: auto;
	height: auto;
	margin: auto;
}

body
{	
background-color: #fff;
color: #000;
font-size: 14px;
font-family: arial, sans-serif, helvetica;
margin: 4px auto auto;
}

a
{
text-decoration: none;
color: #fff;
}

a:hover
{
text-decoration: none;
color: #999999;

}

strong
{
background-color: #f68c38;
color: #fcfff4;
}

#header
{
width: 700px ;
height: 99px;
background-color: #f68c38;
background: url('images/title3.jpg') repeat-x;
color: #ffffff;
}

#nav
{
width: 700px ;
height: auto;
background-color: #f68c38;
background: url('images/navbar.jpg') repeat-x;
color: #ffffff;
text-align: center;
text-shadow: black 3px 3px 5px;
}


#main
{
width: 700px ;
height: inherit;
background-color: #f68c38;
background: url('images/main.gif');
color: #000;

}


#footer
{
width: 700px ;
height: 99px;
background-color: #f68c38;
background: url('images/footer3.jpg') repeat-x;
color: #000;
text-align: center;
font-size: 12px;
}


.heading
{
border-bottom: solid 2px #F5F5F5;
background-color: #f68c38;
height: auto;
width: 666px ;
margin-top: 0px;
margin-left: 17px;
text-align: center;



}

.details
{
border: solid 2px #Fff;
background-image: url('images/bg.jpg');
height: auto;
width: 666px ;
margin-top: 0px;
text-align: left;
margin-left: 16px;


}

#nav a
{
text-decoration: none;
color: #fff;
margin-left: 5px;
}

#nav a:hover
{
text-decoration: none;
color: #fff;

}



#header a
{
text-decoration: none;
color: #000000;
margin-left: 100px;
position: absolute;
top: 30px;
font-size: 22px;
}

#header a:hover
{
text-decoration: none;
color: #000;

}

#slogan
{

position: absolute;
margin-left: 410px;
position: absolute;
top: 75px;
color: #000;
text-transform: capitalize;
font-size: 13px;
font-weight: bold;
}




