body { font-family: Arial;
	color: #000000;	
	margin:0px 0px 0px 0px;
	padding: 0px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

div#full {
	height: 100%;
}

div#main{
	position: relative;
	width: 981px;
	min-height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/white_bg.gif);
	background-repeat: repeat-y;
}

div#mainfull{
	position: relative;
	width: 981px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/white_bg.gif);
	background-repeat: repeat-y;
}



#callus {
	position: relative;
	width: 200px;
	height: 0px;
	top: -125px;
	left: 355px;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	color: d75f17;
	text-align: center;
}

.orange_big {
	color: d76f17;
	font-size: 28px;
}

.orange_med {
	color: d76f17;
	font-size: 20px;
}

.orange_small {
	color: d76f17;
	font-size: 15px;
	font-weight: bold;
}

.orange_reg {
	color: d76f17;
}

.black_reg {
	color: black;
}

.menu {
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}

.menu_onlink {
	color: d76f17;
}

.black_header {
	font-size: 34px;
	font-weight: bold;
	color: 38cb1d;
}

.black_big {
	font-size: 25px;
	font-weight: normal;
}

.black_med {
	font-size: 20px;
	font-weight: normal;
}

.black_small {
	font-size: 12px;
	font-weight: normal;
}


a, a:active {
		color: black;
   		text-decoration: none;
   		}
a:hover {
   		color: #d75f17;
   		}