@import "reset.css";
div {
background: white;
border: 1px;
border-style: dotted;
border-color : blue;
color: blue;
font: 13px arial;
text-align: center;
}
div#mainHeader{
height: 90px;
width: 750px;
margin-bottom: 20px;
text-align : left;
padding : 5px;
-moz-border-radius-bottomright : 50px ;/* Firefox */
-moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
-webkit-border-bottom-right-radius:50px;/* Safari & Google Chrome */
-webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */
}
div#logoBox{
height:90;
width:133;
float: left;
border: none;
padding : none;
}
div#browseBy1{
margin-top : none; 
float : left ; 
width : 240px; 
padding : 5px;
-moz-border-radius-bottomright : 50px ;/* Firefox */
-moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
-webkit-border-bottom-right-radius:50px;/* Safari & Google Chrome */
-webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */
}
div#browseBy2{
margin-top : none;
float : right ; 
width : 240px; 
padding : 5px;
-moz-border-radius-bottomright : 50px ;/* Firefox */
-moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
-webkit-border-bottom-right-radius:50px;/* Safari & Google Chrome */
-webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */

}

div#bby1Content{ 
 
padding : 10px;
border : 1px;
text-align: left;
font: 1em arial black;
-moz-border-radius-bottomright : 50px ;/* Firefox */
  -moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
  -webkit-border-bottom-right-radius:50px;/* Safari & Google Chrome */
  -webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */

}
div#bby2Content 
{ 
padding : 10px;
border : 1px;
text-align : left;
font: 1em arial black;
-moz-border-radius-bottomright : 50px ;/* Firefox */
  -moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
  -webkit-border-bottom-right-radius:50px;/* Safari & Google Chrome */
  -webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */

}

div#central {
margin-left:auto;
margin-right:auto;
text-align:left;
width:728px;
font-size:12px;
background-color:white;
background-repeat:repeat-y;
border: none;

}
div#horizontalAd {
width: 728px;
height: 90px;
border: none;

}
div#verticalAd {
width: 120px;
height: 600px;
margin-left: 600px;
border: none;
}
div#head {
height : 2em;
font-family: serif;
font-size : 2em;
font-weight: bold; 
text-align : left;
padding: none;
border: none;
margin-bottom : 20px;
}
div#skip 
{ 
height : 20px;
border : none;
}
div#text {
margin-top: -600px;
width: 592px;
height: 600px;
  -moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
  -webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */



}
div#textControl 
{
height : 556px;
width: 580;
padding : 10px;
background-color : white;
text-align: left;
border : none;

}
div#foot 
{ 
margin-top: 10px;
height : 30px;
width : 564px;
padding : 5px;
  -moz-box-shadow :3px 5px 10px #00f;  /* Firefox */
  -webkit-box-shadow: 3px 5px 10px #00f; /* Safari & Google Chrome */

}