body {
	background-image: url(../images/generic/main_right_back1_red.gif);
	background-repeat: repeat-y;
	background-position: 4px;
}

/* TEXT HEADERS */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #d13e00;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #d13e00;
	font-weight: bold;
	letter-spacing:-1px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}


/* MAIN HEADER */
#Main_Header {
	background-color: #d13e00;
	background-image: url(../images/generic/main_right_rightcorner_red.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#Main_Header_fixedContainer {
	background-image: url(../images/generic/main_right_leftcorner_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}


/* MAIN */
#Main{
	background-image: url(../images/generic/main_right_back2_red.gif);
	background-repeat: repeat-y;
	background-position: right;
}


/* MAIN FOOTER */
#Main_Footer {
	background-image: url(../images/generic/main_right_back3footer_red.gif);
	background-repeat: repeat-x;
	background-position: bottom; 
}
#Main_FooterLeft {

	background-image: url(../images/generic/main_right_back1_red.gif);
	background-repeat: repeat-y;
	background-position: left;
}


/* MAIN2 - For template 2 */
#Main2 {
	background-image:url(../images/generic/main_right_back3footer_red.gif);
	background-repeat:repeat-x;
	background-position:bottom; 
	border-top-color:#d13e00;
	border-left-color:#d13e00;
	border-right-color:#d13e00;
	border-top-width:2px;
	border-left-width:2px;
	border-right-width:2px;
	border-top-style:solid;
	border-left-style:solid;
	border-right-style:solid;
}
