/* Created with RAGE ButtonDesign http://www.ragesw.com/products/buttondesign/ */

.buttonscontainer {width: 200px;}

.buttons a {color: #000099;
background-color: #FFFFFF;
padding: 10px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #000099;
font: 16px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons a:hover {background-color: #000099;
color: #FFFFFF;
text-decoration: none;
}

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
}
#header {
 color: #333;
 width: 998px;
 float: none;
 padding: 10px;
 border: 1px solid #ccc;
 height: 104px;
 margin: 10px 0px 5px 0px;
 background: #FFFFFF;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 2000px;
 width: 200px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 2000px;
 width: 770px;
 overflow: auto;
 display: inline;
}
#footer { 
 width: 998px;
 clear: both;
 color: #333;
 border: 1px solid #ccc;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}