/* ---- IMPORT SHEETS ---- */
@import url("base.css");

/* ---- GLOBALS ---- */
body { background:#F16000; color:#444 }

/* ---- HEADER ---- */
#header { background:#F9F9F9 url("/img/shell/headerF.jpg") no-repeat }
#header .logo { background:url("/img/shell/logo.png") no-repeat; cursor:pointer; height:89px; left:35px; position:absolute; text-indent:-9000px; top:30px; width:144px }

/* ---- COLUMNS ---- */
#layout-wrapper { background:#F9F9F9 url("/img/shell/faux-columns.png") repeat-y }
#content { padding:0; width:750px }

#img { background:url("/img/shell/img.jpg") no-repeat; height:270px; text-indent:-9000px; width:750px }

li { line-height:1.4em }

/* ---- MENUS ---- */
/* main-menu */

/* ---- STYLES ---- */
h2 { color:#F16000;font-size:1.4em; font-weight:400; line-height:1.8em; padding:1.4em 0 }
#right-rail h2 { color:#009 }
p { font-size:0.9em; line-height:1.8em; padding:0 0 2.8em 0 }
a { color:#666; text-decoration:underline }
a:hover { text-decoration:none }

#propaganda-menu { font-size:0.8em }
#propaganda-menu a { color:#F16000; text-decoration:underline }
#propaganda-menu a:hover { text-decoration:none }

.plainlist { padding-bottom:20px }
.plainlist li { font-size:0.9em; line-height:1.8em; list-style:disc; margin-left:15px }

.highlight { color:#F16000 }
.pad { padding:0 40px }
.img-pad { padding:10px 20px 0 0 }

.facebook { float:right; width:160px; height:20px; display:block; margin-top:-46px }


