#container {
	height: auto;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image:url(../images/template/headerIMG_02.jpg);
	width:815px;
	height:151px;
	float:left;
}
#navbar {
	height:56px;
	width:815px;
	float:left
}
/**CONTENT CONTAINERS**/
#container1 {
	background-color:#FFF;
	border:#000 solid 3px;
	width:815px;
	height:700px;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
	-moz-border-radius:1em;
	-webkit-border-radius: 1em;
	float:left;
}
#container2 {
	background-color:#FFF;
	border:#000 solid 3px;
	width:815px;
	height:550px;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
	-moz-border-radius:1em;
	-webkit-border-radius: 1em;
	float:left;
}
#container3 {
	background-color:#FFF;
	border:#000 solid 3px;
	width:815px;
	height:725px;
	border-top-left-radius:     1em;
	border-top-right-radius:    1em;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius:  1em;
	-moz-border-radius:1em;
	-webkit-border-radius: 1em;
	float:left;
}
#contentleft {
	width:380px;
	height:auto;
	padding: 0 10px 0 10px;
	margin-left:20px;
	float:left;
}
#contentright {
	width:380px;
	height:auto;
	float:left;
}
#contactleft {
	width:380px;
	height:auto;
	padding: 0 10px 0 10px;
	margin-left:20px;
	float:left;
}
#contactleft p {
	margin:0 0 0 0;
}
/**Footer**/
#footer {
	width:815px;
	height:25px;
	float:left;
}
#footer p {
	margin:0 0 0 0;
	color:#FFF;
}
#footer a:visited {
	color:#FF0;
}