
/* Layout Stylesheet */ 

body{
 font:small arial,verdana,sans-serif;
 margin: 0;
 padding:0;
 background:url('/bg.gif') repeat;
 color: #333333;
 text-align:center;
 }
	 
#frame{
 width:1000px;
 margin-right:auto;
 margin-left:auto;
 margin-top:10px;
 padding:0px;
 text-align:left;
 }

#hdr{
 height:25px;
 background:#aaccee;
 color:#446688;
 margin:0 0 0 0;
 }

#hdr2{
 height:35px;
 color:#224466;
 margin:0 0 0 0;
 }

/* navbar */

#usernav {
  background:#aaccee
  border-bottom:4px solid #ddd;
  color:#446688;
  padding:1px 0;
  font-size:.9em;
  }
html>body #usernav {
  padding:5px 0;
  }
#usernav A {
  border-left:1px solid #cee9a9;
  color:#446688;
  padding:0 2px 0 6px;
  text-decoration:none;
  }
#usernav A:hover {
  text-decoration:underline;
  }
#usernav EM {
  font-weight:bold;
  font-style:normal;
  }
#usernav UL {
  list-style-type:none;
  margin:0 auto;
  padding:0;
  text-align:left;
  width:620px;
  }
#usernav LI {
  display:inline;
  margin:0;
  padding:0;
  }
#topnav {
  color:#224466;
  padding:1px 0;
  font-size:1.4em;
  }
html>body #topnav {
  padding:5px 0;
  }
#topnav A {
  border-left:1px solid #aaccee;
  color:#224466;
  padding:0 2px 0 6px;
  text-decoration:none;
  }
#topnav A:hover {
  text-decoration:underline;
  }
#topnav EM {
  font-weight:bold;
  font-style:normal;
  }
#topnav UL {
  list-style-type:none;
  margin:0 auto;
  padding:0;
  text-align:center;
  width:600px;
  }
#topnav LI {
  display:inline;
  margin:0;
  padding:0;
  }

#lh-col{
 width:170px;
 padding:10px;
 float:left;
 min-height:480px;
 }

#center-col{
 width:650px;
 padding:10px;
 float:left;
 }

#rh-col{
 width:120px;
 padding:10px;
 float:left;
 min-height:480px;
 }

#ftr{
 clear:both;
 height:15px;
 background:#aaccee;
 color:#446688;
 margin:0 0 0 0;
 }

div.thumbnail{
 float:left;
 padding:5px;
 }
div.thumbnail p{
 text-align:center;
 text-decoration:none;
 }
div.thumbnail A{
 text-decoration:none;
 border:0;
 }

