@charset "utf-8";
/* CSS Document */

/* body */
html {
	border:0px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#FFDE81;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	background-image: url(../images/mainBg.jpg);
	background-repeat: repeat-x;
}
/* end body */

/* begin block display */
.ieSucks {
	display: block;
}
/* end block display */

/* begin main wrapper */
#wrapper {
	position:relative;
	margin:0 auto;
	width:1000px;
}
/* end main wrapper */

/* begin header wrapper */
#header_ {
	position:relative;
	float:left;
	width:1000px;
	height:191px;
}

#googleSpace {
	position:relative;
	float:left;
	width:1000px;
	height:94px;
	text-align:center;
	padding-top:1px;
	background-image:url(../images/googleBg.jpg);
	background-repeat:no-repeat;
}

#contentWrapper {
	position:relative;
	float:left;
	width:1000px;
	background-image:url(../images/contentBg.jpg);
	background-repeat:repeat-y;
}

#navTitle_ {
	position:relative;
	float:left;
	width:249px;
	height:41px;
}

#pageTitle_ {
	position:relative;
	float:left;
	width:737px;
	height:41px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7E5515;
	font-weight: bold;
	padding-left:10px;
	padding-top:8px;
}

#leftBuffer_ {
	position:relative;
	float:left;
	width:14px;
	height:428px;
}

#navigation_ {
	position:relative;
	float:left;
	width:249px;
	padding-left:10px;
	padding-top:20px;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif;
}

#content_ {
	position:relative;
	float:left;
	width:726px;
	padding-top:20px;
	padding-right:10px;
	padding-left:4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7E5515;
}

#nextPage {
	position:relative;
	float:left;
	width:720px;
	height:40px;
	text-align:right;
}

#footer_ {
	position:relative;
	float:left;
	width:1000px;
	height:40px;
}
a:link {
	color: #7E5515;
}
a:visited {
	color: #7E5515;
}
a:hover {
	color: #3E290B;
}
a:active {
	color: #7E5515;
}
#contentWrapper #navigation_ a {
	font-size: 13px;
}

#contentWrapper #content_ #mtServicesList tr td {
	font-size: 12px;
}
#contentWrapper #content_ #mtServicesList {
	font-size: 12px;
}
