	@import "all.css"; /* just some basic formatting, no layout stuff */
	
	body {
		text-align:center;
        /* background: #fff url(bkgrnd_greydots.png) repeat; */ 
        background: #fff url(bg.png) repeat;
		}
	
	#frame {
        background: #fff;
		width:760px;
		margin-right:auto;
		margin-left:auto;
        margin-top: 0px;
		/* margin-top:10px; */
		padding:10px;
		text-align:left;
		}

	#content2col {
		width:575px;
		padding:0px;
		float:left;
		background:#fff;
		}
        
    #content2col table {
        background: White;
        padding: 0px;
        border: 1px solid Navy;
    }

    #content2col th {
        background: Navy;
        color: White;
        font-size: 11px;
        text-align: center;
    }
	 
    #content2col td {
        background: #F5F5F5;
        font-size: 10px;
        text-align: right;
		  padding: 2px;
    }

	#content2col ul {
		margin: 0 0 0 10px;
		list-style: disc outside url("arrow.gif");
	}
	
	#content2col li {
		padding: 2px;
		margin: 0;
	}
    
	#content2col .orderform {
		border: 2px solid Navy;
		background: #F5F5F5;
		padding: 5px;
		margin: 5px;
	}
	
	.orderform h1 {
		text-align: center;
	}
	
	.orderform p {
	font-size: 11px;
}

	.orderform .button {
		text-align: center;
	}
	
	#content3col {
		width:770px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentleft {
		width:175px;
		padding-right:5px;
		float:left;
		background:#fff;
		}
	
	#contentcenter {
		width:400px;
		padding: 0px;
		float:left;
		background:#fff;
		}

	#contentcenter .box {
        width:400px;
        height:150px;
        margin-top: 10px; 
    }

    .centertitle {
        width:400px;
        height: 22px;
        background:#fff url(centertitle.gif) no-repeat;
    }

    .centertitle h1 {
        color: #000;
        padding: 2px;
    }
    
    .columntitle {
        width:175px;
        height: 22px;
        background:#fff url(columntitle.gif) no-repeat;
    }
    
    .columntitle h1 {
        color: #000;
        padding: 2px;
    }
    
	#contentright {
		width:175px;
        padding-left: 5px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
		background:#fff
		}
		
	#contentbottom {
		background:#fff
		}
		
	#contentbottom p {
	   margin: 0px;
	}
        
	#headerline {
		background: #fff url(blue-line.gif) repeat-x;
        width:100%;
        height: 22px;
        padding: 0px;
        margin: 0px;
		}

   #headerline a:hover {
		color: #FFFF00;
	}
	
	#headerline p {
	     color: White;
			padding: 2px;
		}
		
	#bottomline {
		background: #fff url(blue-line2.gif) repeat-x;
        width:100%;
        height: 11px;
		}

    p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
