/* CSS Document */

body {
		font: 12px/1.2 Georgia, "Times New Roman", serif;
		color: #000000;		
		text-align:center;
		margin: 0px;
		background-color: #ffffff;
		background-image: url(../gif/backer.gif);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: top;
		}
	
	#frame {
		width:744px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		background-image: url(../gif/left_right_rule.gif);
		background-repeat: repeat-y;
 		}

	#contentheader {
		width:744px;
		float:left;
		/*background: #ffffff;
		border-left: 1px #999999 solid;
		border-right: 1px #999999 solid;*/
		padding-top: 0px;
		padding-bottom: 0px; }

	#contentnavi {
		width:744px;
		float:left;
		/*background:#ffffff;
		border-left: 1px #999999 solid;
		border-right: 1px #999999 solid;*/
		padding-top: 0px;
		padding-bottom: 0px; }

	#contentintro {
		width:744px;
		float:left;
		/*background:#ffffff;
		border-left: 1px #999999 solid;
		border-right: 1px #999999 solid;*/
		padding-top: 0px;
		padding-bottom: 0px; }

	#contentfeature {
		width:744px;
		float:left;
		background:#ffffff;
		}

	#contentleft {
		width:500px;
		float:left;
		padding-top: 6px;
		}
	
	/*#contentcenter {
		width:250px;
		float:left;
		background:#ffffff;
		padding-top: 6px;
		margin-top: 0px;
		margin-right: 0px; }*/
	
	#contentright {
		width:244px;
		float:left;
		background-image: url(../gif/contentright_backer.gif);
		background-repeat: no-repeat;
		padding-top: 6px;
		margin-top: 0px; 
		}
	
	#contentdescription {
		width:750px;
		float:left;
		background:#fff;
		margin-left: 0px; }

	#footer {
		width:744px;
		float:left;
		background:#ffffff;
		border-left: 1px #999999 solid;
		border-right: 1px #999999 solid;
		clear: both;  
		bottom: 0;
		background: #ffffff;  
		}
		/* hide from Mac IE5 */
		/* \*/ 
	
	#footer { 
		width:742px;
		float:left;
		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;
		}
