/* Style for the entire page */
body {
	margin: auto;
	background: #273041 url(../images/background.gif) center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
}

/* Hide the border from images */
img {
	border: none;
}

/* Hide the outline when clicked on an image */
a {
outline: none;
}

/* Link styles for the entire page */
a:link {
	color: #00B36C;
}

a:visited {
	color: #00B36C;
}

a:hover {
	color: #7C7151;
	text-decoration: none;
}

/* Style for main container */
#main {
	width: 800px;
	margin: auto;
}

/* Style for the header, containing the logo */
#header {
	background-color: #000000;
	margin-top: 15px;
	text-align: center;
}

#content{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 30px;
	line-height: 25px;
	text-align: left;
}

.welcome {
	font-size: 25px;
	color: #00B36C;
	text-align: center;
}

.companyname{
	font-size: 35px;
	color: #00B36C;
	text-align: center;
	margin-top: 15px;
}

.rpelogo {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.phone {
	font-size: 25px;
	color: #00B36C;
	text-align: center;
	margin-top: 15px;
}

.email {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	}

.companies {
	font-size: 20px;
	color: #00B36C;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}

.links {
	font-size: 14px;
	width: 800px;
	text-align: center;
	color: #00B36C;
}

	#rperealty {
		float: left;
		width: 800px;
		height: 155px;
		border: 1px solid #273041;
		padding-top: 5px;
		margin-bottom: 15px;
	}
	
	#elnet {
		clear: both;
		float: left;
		width: 390px;
		height: 140px;
		border: 1px solid #273041;
		text-align: center;
		padding-top: 20px;
	}
	
	#rpsolutions {
		float: right;
		width: 390px;
		height: 135px;
		border: 1px solid #273041;
		padding-top: 25px;
		margin-bottom: 15px;
	}
	
	#mammothmondays {
		clear: both;
		float: left;
		width: 390px;
		height: 160px;
		border: 1px solid #273041;
	}
	
	#rpreservations {
		float: right;
		width: 390px;
		height: 140px;
		margin-bottom: 15px;
		border: 1px solid #273041;
		padding-top: 20px;
	}
	
	#rpecontent {
		clear: both;
		width: 700px;
		font-size: 12px;
		color: #FFFFFF;
		text-align: left;
		margin-left: 50px;
	
	}


/* Style for the footer */
#footer {
	color: #FFFFFF;
	width: 800px;
	height: 70px;
	padding-top: 50px;
	text-align: center;
}

/* Style for the google-placement link */
.google-placement {
	color: #FFFFFF;
	font-size: 12px;
}

.trademark {
	font-size: 20px;
}

.greentext {
	color: #00B36C;
}