/* CSS Document */

.Color1 {
	background-color:#FFFFFF;
}
.Color2 {
	background-color:#5F0C0E;
}
.Color3 {
	background-color:#C14023;
}
.Color4 {
	background-color:#FAE5B8;
}
.InnerBG {
	background-image:url(../images/inner_bg.jpg);
	background-repeat:no-repeat;
	height:584px;
}
.InnerSpacer {
	background-image:url(../images/spacer.gif);
	background-repeat:repeat-y;
}
.paddingright{
   padding-right: 15px;
   padding-bottom: 5px;
}.border {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FBE1BE;
	border-right-color:#FBE1BE;
	border-bottom-color: #FBE1BE;
	border-left-color: #FBE1BE;
}
.border_table {
	border-width:5px;
	border-color:#FBE1BE;
}
