/* CSS Document */
body {
	background-image: url(menu.jpg);
	background-position:top;
	background-color:#000000;
	margin:0px;
	padding:0px;
}
#outerWrap {
	width:100%;
	height:100%;
	padding-top:50px;
}
#innerWrap {
	width:673px;
	height:595px;
	background-image: url(images/inner_bg.png);
	background-position:center;
	background-repeat:no-repeat;
	padding-top:20px;
}
#header {
	background-image: url(images/header.png);
	background-position:top;
	background-repeat:no-repeat;
	width:642px;
	height:80px;
}
#row1 {
	background-image: url(images/row1_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	width:645px;
	height:139px;
	margin-left:5px;
}
#row1Image {
	float:left;
	width:171px;
	height:117px;
	margin-left:33px;
	margin-top:11px;
}
#row1Center {
	float:left;
	width:200px;
	padding-left:20px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#6b6240;
}
#row1Right {
	float:left;
	width:200px;
	padding-left:10px;
	padding-top:30px;
}
#row2Right {
	float:left;
	width:200px;
	padding-left:5px;
	padding-top:15px;
}
#row3Image {
	float:left;
	width:230px;
	height:127px;
	margin-left:15px;
	margin-top:40px;
}
#row3Center {
	float:left;
	width:210px;
	padding-left:20px;
	padding-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6b6240;
}
#row3Right {
	float:left;
	width:160px;
	padding-left:20px;
	padding-top:35px;
}
#footer {
	clear:both;
	background-image: url(images/footer_bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	width:639px;
	height:43px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.phone {
	padding-left:250px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
}

