/* CSS Document */
html {height:100%;}
body {
margin:0;
padding:0;
height:100%;
background: #000 url('images/bg_repeat.jpg') repeat-y left top;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 62.5%
}
p { font-size: 1.2em; line-height: 1.6em; margin: 10px 0 10px 0;}
h1 { font-size: 3.6em; color: #228EB8; font-weight: normal; margin: 5px 0 20px 0;}
h2 { font-size: 2.4em; margin: 5px 0 10px 0;}
h3 { font-size: 1.6em; margin: 5px 0 10px 0;}
#wrap {
min-height:100%;
position:relative;
}
* html #wrap {height:100%}
#inner-wrap {
padding-top: 24px;
padding-bottom:159px;
background: transparent url('images/bg_top_pencils2.jpg') no-repeat left top;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
* html #inner-wrap {
height:1px;
}
#header {
	height: 179px;
	width: 910px;
	background: #fff;
	z-index: 1;
}
#content {
padding: 10px 20px 30px 60px;
width: 562px;
min-height: 422px;
float: left;
}
#content-no-right-rail {
padding: 10px 60px 30px 60px;
width: 800px;
min-height: 422px;
}
#content-wrap {
width: 880px;
}

#right-rail {
float: right;
width: 238px;
}

* html #content { height:422px; }
#footer {
position:absolute;
bottom:0;
height:159px;
background: transparent url('images/bg_footer.jpg') no-repeat left top;
width:100%;
}
#referForm td { padding-bottom: 4px; } 
#referForm label { font-size: 1.2em; font-weight: bold; font-family: Arial,Helvetica,sans-serif; color: #333;}
#referForm INPUT,#referForm SELECT,#referForm OPTION, #referForm TEXTAREA { font-size: 1.1em; vertical-align: middle; background-color: #FFFF99;}
#referForm TEXTAREA { font-family: Arial,Helvetica,sans-serif;}
* HTML #referForm TEXTAREA { font-size: 1.1em; }
#referForm FIELDSET { border: none; padding-top: 1.3em; }
#referForm LEGEND { font-size: 1.7em; font-weight: bold; }
#referForm .button { background-color: #228EB8; padding: 4px; color: #fff; }

#bottom_nav { margin: 18px 10px 0 60px; width: 810px;}
#bottom_nav sup { }
#bottom_nav ul { margin: 0 0 5px 0; padding: 0; text-align: center; }
#bottom_nav li { display: inline; font-size: 1.1em; padding: 0 8px 0 8px;}
#bottom_nav li a { color: #fff; text-decoration: none; }
#bottom_nav li a:hover { color: #fff; text-decoration: underline; }
#copyright {}
