/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
padding:0px;
margin:0px;
font-family:sans-serif;
}

#header {
position:absolute;
width:100%;    
top:0px;
left:0px;
right:0px;
height:80px;
border-bottom:2px solid #222;
}

#footer {
position:absolute;
width:100%;    
bottom:0px;
left:0px;
right:0px;
border-top:2px solid #222;
}

#header , #footer {
background-color:#1b2e4d;
color:#c6d8f5;
margin:0px;
padding:0px;
clear:both;
}
#header h1 {
font-size: 150%;
font-weight: bold;
margin: 20px 5px;
padding: 10px 5px;
}
#header .back {
float:right;
display:block;
padding:5px 10px;
margin:25px 15px;
}

#header a, #header a:active {
color:#c6d8f5;
}
#header a:hover {
color:#fff;
}
#footer p{
margin:10px;
}
#footer a,#footer a:active{
color:#ccc;
}
#footer a:hover{
color:#fff;
}
.content {
position:absolute;
top:80px;
bottom:38px;
left:0;
background-color:#fff;
margin:0px;
padding:0px;
clear:right;
overflow:auto;
}

.content p {
background-color:#f4f2ee;
border:1px solid #d9d7d2;
padding:10px;
margin:10px;
}

.container {
background-color:#f4f2ee;
border:1px solid #d9d7d2;
padding:10px;
margin:10px;
}

.floater, .right-floater {
display:block;
float:left;
padding:5px;
margin:5px;
height:125px;
width:125px;
border:1px solid #222;
background-color:#bbb;
}

.right-floater {
float:right;
}

.clearer {
clear:both;
display: block;
}

