@charset "utf-8";
/* CSS Document */

html {
height: 100%;

}

body		
{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#FFF;
	color:#99FFFF;			
}

h2 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:20px;
background-color:#FFFFFF;
padding:5px;
}

#header
{
background:url(imgs/header.jpg);
background-color:#FFFFFF;
height:100px;
}

#footer
{
  position:absolute;
  bottom:0;
  width:100%;
  height:40px;
  clear:both;

}

#content
{
color:#666;
padding:10px;
padding-bottom:40px;
background-color:#EEEEEE;
min-height:auto;
}


* html #content{
height:1px;
}

#content:after {
content:" ";
display:block;
clear:both;
}

/* Hack for IE */
* html #wrapper{
    height: 100%;
}
/* End IE Hack */ 

#wrapper
{
border:3px solid #EEE;
min-height:100%;
position: relative;
margin: 0 auto;
width:760px;

/*min-height: 100%; */
}

.set_list
{
background-color:#CCCCCC;
}

a
{
text-transform: lowercase;
text-decoration:none;
}

a:link
{
color:#006600;
}

a:hover
{
color:#009900;
}

a:visited
{
color:#006600;
color:#666;
}

.set
{
padding:5px;
/*border:1px solid #000000;*/
background-color:#FFFFFF;
margin-bottom:5px;
}

.set_table_title
{
font-weight:normal;
font-size:12px;
}

.set_table_date
{
color:#555;
}

.set_table_style
{
text-align:right;
color:#888;
}

