body {
	background-image: url(assets/layout/back.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #47b4c5;
	font-family: arial;
	font-size: 15px;
	color: #47b4c5;
	margin: 0px;
}

#container {
	width: 900px;
	margin: 0px auto;
	position: relative;
}

#header {
	background-image: url(assets/layout/header.jpg);
	height: 280px;
	background-repeat: no-repeat;
}
	
	#logo {
		position: absolute;
		left: 10px;
		top: 15px;
	}
	
	#navigation {
		position: absolute;
		left: 350px;
		top: 247px;
		color: #ffffff;
		font-size: 20px;
	}
	
		.navlink {
			color: #ffffff;
			text-decoration: none;
		}
		
		.navlink:hover {
			color: #6d6d6d;
			text-decoration: none;
		}
		
#main {
	
}
	#left {
		float: left;
		width: 300px;
	}
	
		#callnow {
			background-color: #47b4c5;
			padding: 10px;
			text-align: center;
			color: #ffffff;
		}
		
		#side {
			background-color: #47b4c5;
			padding: 10px;
			color: #ffffff;
		}
		
	#right {
		float: left;
		width: 570px;
	}

#footer {
	border-width: 0px;
	border-style: solid;
	border-top-width: 1px;
	border-color: #47b4c5;
}

.space {
	width: 10px;
	height: 10px;
}

p {
	font-size: 15px;
	font-weight: bold;
}

.title {
	font-size: 25px;
}

a {
	color: #47b4c5;
	text-decoration: underline;
}

a:hover {
	color: #9fdce3;
	text-decoration: underline;
}