/**
 * The newpr UI layout definitions.
 *
 * Copyright (c) 2011 by iPressroom Inc.
 */


/*

The presence of this file on our web server is used as a health check
by Amazon and Google.

If you remove this file, monitoring systems will mark the server as failed.

It is OK to modify this file, but do not remove it.

*/



body {
    margin: 10px 0;
    padding: 0;
}

div#body {
    padding:50px 80px 20px 80px;
}

ul#menu {
    list-style-type:none; 
}

ul#menu li {
    float:left;
    padding:0px 10px;
    font-height:14px;
    font-weight:bold;
}

div#logout_link {
    float:right; 
    padding-right:20px;
}

img { max-width: 100%;
      height: auto; }