/* CSS Document */

body {
		font: 12px/1.2 Georgia, "Times New Roman", serif;
		color: #000000;		
		text-align:center;
		margin: 0px;
		background-color: #cccccc;
		background-image: url(../gif/backer.gif);
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-position: center;
		}
	
	#frame {
		width:750px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left; }

	#contentheader {
		/*background: #ffffff;*/
		margin-left: 0px;
		padding-bottom: 0px; }

	#contentnavi {
		width:750px;
		float:left;
		/*background:#ffffff;*/
		/*border-top: 2px #ffffff solid;*/
		/*border-left: 2px #ffffff solid;
		border-right: 1px #999999 solid;*/
		border-bottom: 1px #cccccc solid;
		padding-top: 7px;
		padding-bottom: 7px; }

	#contentfeature {
		width:750px;
		float:left;
		/*background:#ffffff;*/
		/*border-top: 2px #ffffff solid;*/
		/*border-left: 2px #ffffff solid;
		border-right: 1px #999999 solid;*/
		border-bottom: 1px #cccccc solid;
		padding-top: 0px; }

	#contentleft {
		width:235px;
		float:left;
		/*background:#ffffff;*/
		/*border-top: 2px #ffffff solid;*/
		padding-top: 12px }
	
	#contentmiddle {
		width:515px;
		float:left;
		/*background:#ffffff;*/
		/*border-top: 2px #ffffff solid;*/
		padding-top: 12px;
		margin-top: 0px;
		margin-right: 0px; }
	
	#footer {
		width:750px;
		float:left;
		clear: both;
		padding-top: 16px;
		bottom: 0;
		/*background: #ffffff;*/
		}
		/* hide from Mac IE5 */
		/* \*/ 
	
	#footer { 
		width:750px;
		float:left;
		padding-top: 16px;
		position: static;
		}
		/* */

		/* Change in Opera 5+ (and some others) */
		html>body div#footer {
    		position: static;
		}

		/* Change back in everything except Opera 5 and 6, still hiding from Mac IE5 */
		/* \*/
	
	head:first-child+body div#footer {
    		position: static;
		}
		/* */	
		
	p,h1,h2,h3,h4,h5 {
		margin:0px 0px 0px 0px;
}
	

	#contentleft h1 {
		/*font-size: 12px;
		line-height: 17px;
		margin-bottom: 8px;
		}*/

	#contentcenter h1 {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 8px;
		}

	#contentright h1 {
		font-size: 12px;
		line-height: 17px;
		margin-bottom: 8px;
		}