
#left-col {
    float: left;
    width: 220px;
    height: auto;
    padding: 5px;
    background-color: #000000;
}

#center-col {
    float: center;
    margin-left: 270px;
    height: auto;
    padding: 5px;
    background-color: #000000;
}

#save {
    margin-left: 270px;
    width: 520px;
}

#head-brown {
        width: 300px;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
	color: white;
        font-size: 20pt;
        background: url(br-rt-300.gif) repeat-y center;
}

#head-green {
        width: 300px;
        height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
	color: white;
        font-size: 20pt;
        background: url(gr-rt-300.gif) repeat-y center;
}

#link-brown {
	width: 200px;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16pt;
	background: url(br-rt-200.gif) repeat-y center;
}
#link-brown a:hover {
	background: url(br-lf-200.gif) repeat-y center;
}

#link-green {
	width:200px;
	height: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:16pt;
	background: url(gr-rt-200.gif) repeat-y center;
}
#link-green a:hover {
        background: url(gr-lf-200.gif) repeat-y center;
}
