/* stylesheet for rossibook.com*/


/* Universal style rule */
*{
  /* Block all browser default margins and padding */
  margin:0;
  padding:0;

/* use command below to give divs borders when needed so as to see them clearly */
/* border:dashed thin #f00; */ 
}


body{
background-color:#cccccc;
}



/*take underline out of links */
a{
text-decoration:none;
}


/*get rid of purple link color */
a:link {color: #555;}
a:hover {color: #555;}
a:visited {color: #555;}


#nextlink a{
text-decoration:none;
color:#cccccc;
}



/* contains all content */
#wrapper{

width:38em;
height:30em;
position:absolute;
top:2em;
left:2em;
}


/*corner places links flush with container */
#wrapper #corner {
float:left;
width:1.8em;
height:1.8em;
background-color:#cccccc;
}



/* navigation buttons up top */
#wrapper #homebutton{
float:left;
width:19.7em;
height:1.8em;
background-color:#cccccc;
}

#wrapper #printbutton{
float:left;
width:5.5em;
height:1.8em;
background-color:#cccccc;
}

#wrapper #webbutton{
float:left;
width:5.5em;
height:1.8em;
background-color:#cccccc;
}

#wrapper #clientsbutton{
float:left;
width:5.5em;
height:1.8em;
background-color:#cccccc;
}


/*sets block containing email link */
#wrapper #leftsidecolumn{
float:left;
width:1.8em;
height:28.2em;
background-color:#cccccc;
}


/* gets rid of blue border around mail link */
#wrapper #leftsidecolumn img{
border:none;
}

/* sets location for main container */
#wrapper #maincontainer{
float:right;
background-color:white;
width:36.2em;
height:28.2em;
}


/* styles rollover links */
#wrapper #maincontainer #printdiv{
position:relative;
top:0em;
left:5em;
width:30em;
height:9.7em;

}


/* styles rollover links */
#wrapper #maincontainer #webdiv{
position:relative;
top:.2.5em;
left:5em;
width:30em;
height:8.7em;

}


/* styles rollover links */
#wrapper #maincontainer #clientsdiv{
position:relative;
top:1.2em;
left:1.9em;
width:30em;
height:9.7em;

}

#wrapper #homebutton p{
padding-bottom:.1em;
font-size:1.2em;
font-style:strong;
color:#555;
}

#wrapper #printbutton p{
padding-bottom:.1em;
font-size:1.2em;
font-style:strong;
float:right;
color:#555;
}

#wrapper #webbutton p{
padding-bottom:.1em;
padding-right:.4em;
font-size:1.2em;
font-style:strong;
float:right;
color:#555;
}

#wrapper #clientsbutton p{
padding-bottom:.1em;
font-size:1.2em;
font-style:strong;
float:right;
}

