/* CSS Document */

#outerWrapper{
	width:1000px;
	border:solid 1px #ccc;
	margin:15px auto;
}

#outerWrapper #header{
	background-image:url(../img/header_bg3.jpg);
	background-repeat:repeat-x;
	height:174px;
}

#outerWrapper #header #phone{
	font-size:26px;
	color:#B80A0A;
	text-align:center;
	height:100%;
	padding-top:125px;
}

#outerWrapper #navigation{
	background-image:url(../img/menu_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:10px 0 0 5px;
	margin:1px 0 1px 0;
}

#outerWrapper #mainContainer{
	background-image:url(../img/content_bg.gif);
	background-repeat:repeat;
	padding:15px;
}

#outerWrapper #mainContainer #content{
	background-color:#333333;
	padding:15px;
}

#outerWrapper #mainContainer #content #title #titleImage{
	float:left;
	background-color:#33CC99;
}

#outerWrapper #mainContainer #content #title #line{
	height:35px;
	background-image:url(../img/title_line_bg.gif);
	background-repeat:repeat-x;
	padding:20px 0 0 10px;
	vertical-align:bottom;
}

#outerWrapper #navigationBottom{
	background-image:url(../img/menu_bottom_bg.gif);
	background-repeat:repeat-x;
	height:25px;
	padding:10px 0 0 400px;
	margin:1px 0 1px 0;
}

#outerWrapper #footer{
	background-image:url(../img/footer_bg.gif);
	background-repeat:repeat-x;
	height:80px;
}

#outerWrapper #footer #logoBottom{
	padding:5px 0 5px 15px;
	width:147px;
	float:left
}

#outerWrapper #footer #copyright{
	padding:30px 0 0 0;
	width:650px;
	float:left;
}

#outerWrapper #footer #phone{
	padding:28px 3px;
}