/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fff;

	font-family:arial,sans-serif;
	color:#666;
}

p {
	line-height:1.5;
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	/*background:#f0f0f0;*/

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

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

div#header, div#content, div#footer {
   /* margin-left: 15%;*/
    }

div#header {
	/*padding:1em;*/
    
	/*background:#ddd url("../csslayout.gif") 98% 10px no-repeat;*/
	/*border-bottom:6px double gray;*/
    /*height: */
}

div#caption h1{font-family:Times, "Times New Roman";
        font-size: 140%;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 19px;
        padding-left: 5%;
        font-style: normal;
        font-weight: normal;
        margin: 0;
        
    }

	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
    
	padding:0em 0em 5em; /* bottom padding for footer */
    /*padding-top: 10px;*/
    font-size: 90%;
}

div#content_i {
	padding-top: 2em;
}

div#left_column {
	width: 250px;
    padding-left: 5%;
    font-size: 120%;
    float: left;
   /* border: 1px;*/
}

    div#left_column li, a {
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
        margin:0;
        padding:0;
        line-height: 30px;
    }

    div#left_column  a {
        color: #666;
}

	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
    
	position:absolute;
    padding-bottom: 15px;
	width:100%;
    text-align:center;
	bottom:0; /* stick to bottom */
	/*background:#ddd;*/
	/*border-top:6px double gray;*/
    color: #bbb;
}
	div#footer p {
		padding:1em;       
		margin:0;
	}

    div#footer b {
        color:#666;
        font-weight: normal;
     }

    div#af {
        margin-left: 300px;
	margin-bottom: 30px;
     }

div#say {       
      width: 480px;
	margin-top: 90px;
      font-size: 12px;
     }