@charset "utf-8";
/* CSS Document */


body{
	background-color:#F60;
	margin:0;
	padding:0;
}

#container{
	width: 900px;
	height:720px;
	margin:auto;
	padding:20px 0px 0px 0px;
	background-color:#FFF;

}

#Header {
	height: 265px;
	width: 900px;
}



#column_container {
	float: left;
	width: 830px;
	height: 195px;
	padding-left:70px;
	background-color:#FFF;

}

#left_column {
	float: left;
	width: 270px;
}

#Column_headings {
	font-family: Eurostile;
	font-size: 20px;
	font-weight: bold;
	color:#009;
	padding-left:11px;
}
#Colum1_Text {
	font-family: Eurostile;
	font-size: 12px;
	color: #000;

}
#Middle_column {
	width: 270px;
	float:left;
}

#C2_Heading {
	font-family: Eurostile;
	font-size: 20px;
	font-weight: bold;
	color: #009;
	padding-left:11px;
}

#C2_Text {
	font-family: Eurostile;
	font-size: 12px;
	color:#000;
}

#Right_column {
	float: right;
	width: 276px;
	margin-right:12px;
}
#C3_Heading {
	font-family: Eurostile;
	font-size: 20px;
	font-weight: bold;
	color: #009;
	padding-left:11px;
}

#C3_Text {
	font-family: Eurostile;
	font-size: 12px;
	color: #000;
}

#contact {
	background-image:url(images/RMC%20footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width: 900px;
	height: 250px;
	float:left;
	
}

#bottom_text {
	font-family: Eurostile;
	font-size: 18px;
	font-weight: bold;
	color: #009;
	margin-left:110px;
	height: 50px;
	margin-top:10px;

}

#Email {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#F60;
	margin-left:110px;
	height: 40px;
	line-height: 20px;
	margin-top:5px;

}

#Email2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 23px;
	font-weight:bold;
	margin-left:110px;
	height: 70px;
}

#Email2 a {
	text-decoration:none;
	color:#F60;
}

#MOJ_text {
	font-family:arial;
	font-size:10px;
	margin-left:110px;
	height: 50px;
	color:#009;


