/* CSS Document */

body{background:url(Images/background.jpg) repeat-x;}
body,html{height:100%; width:100%; margin:0; padding:0;}

#wrapper{width:800px; margin:10px auto; height:100%; }
#container{border:1px solid #000;}
#head {background:url(Images/header_02.jpg) repeat-x; height:150px;}
#content {background:url(Images/background2.jpg) repeat-y; padding:10px;}
#foot{height:75px;color:#666; padding:12px 0 5px 0; font-size:10px;}
#foot a{color:#333; font-size:12px;}

#heightspacer{height:600px; width:1px;}
#editable{ position:relative; top:-600px;}


img#logo{margin:30px 0 0 10px; border:none;}
#navigation {margin-top:0;}
#navigation a{color:#FFF; font-weight:bold; text-decoration:none; margin:0 5px 0 0; float:right; padding:2px 5px;}
#navigation a:hover{ background:#f00;}


.floatright {margin:5px; float:right;}
img.floatright {border:1px solid #000;}
