/* 

This CSS stylesheet deals purely with the physical layout and element placement on pop-up pages.

For individual styling of content block elements (headers, paragraphs, links, lists, etc),
see popup_style.css 

*/

* {
padding:0;
margin:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:95%;
}

#container { 
margin:0 auto;
width:600px;
}

#content { 
float:right;
border:4px solid #572e46;
margin-top:5px;
padding:5px;
background:#ffffff;
width:580px;
display:inline;
}