/* parentcraft.net default CSS */        
/*         based on            */
/* http://glish.com/css/3.asp  */
/* V 1.0 - 30.03.2005          */
<!--
		
        body {
		text-align:left;
		color: #663300 !important;
		background: #fff none !important;
		}
		
	#frame {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentcenter {
		width:600px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentright {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentheader {
		background: #fff none !important;
		}


	#frame1 {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft1 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentcenter1 {
		width:600px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentright1 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentheader1 {
		background: #fff none !important;
		}
			
	#frame2 {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft2 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentcenter2 {
		width:600px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentright2 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentheader2 {
		background: #fff none !important;
		}
		
	#frame3 {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft3 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentcenter3 {
		width:600px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentright3 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentheader3 {
		background: #fff none !important;
		}

	#frame4 {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft4 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentcenter4 {
		width:600px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentright4 {
		width:150px;
		padding:0px;
		float:left;
		background: #fff none !important;
		}
		
	#contentheader4 {
		background: #fff none !important;
		}


	p {
		margin:0px 10px 10px 10px;
                font-family: verdana, arial, helvetica, sans-serif;
                text-align: left;
		background: #fff none !important;
		font-size:14px;
		}
	
	:link {
		color: #006600;
		font-style:normal;
		font-weight:normal;
		text-decoration: none;
		font-variant:small-caps;
		}
		
	:visited {
		color: #009900;
		font-style:normal;
		font-weight:normal;
		text-decoration: none;
		font-variant:small-caps;
		}
		
	:hover {
		color: #663300;
		}
		
	:active {
		color: #CC66cc;
		}		

	
	.plain  {
		text-decoration: none;
		}
		
	h1 {	
		font-size:24px;
		}
		
	h2 {	
		font-size:20px;
		}
		
	h3 {	
		font-size:18px;
		}
		
	h4 {	
		font-size:14px;
		}

		
-->