body{
	background-color:#cdcccc;
	font-family:Tahoma, Geneva, sans-serif;
	}
#pageWrapper{
	margin:0 auto;
	padding-right: 7px;
	position:relative;
	width:700px;
	background: url(../images/shadow.png) right repeat-y;
	}
	#headerWrapper{
		width:700px;
		height:144px;
		position:relative;
		background-color: #FFF;
		}
		#headerTop{
			width:707px;
			height:9px;
			margin: 0 auto;
			background-image:url(../images/header.png);
			}
		#header{
			width:700px;
			height:108px;
			padding-top: 25px;
			text-align: center;
			position:relative;
				}
				#header img {
					border: 0;	
				}
				#header #leftblock {
					width: 172px;
					background-color: #134fc9;
					height: 80px;
					position: absolute;
					top: 30px;
					left: 0px;
				}
				#header #rightblock {
					width: 172px;
					height: 80px;
					background-color: #134fc9;
					position: absolute;
					top: 30px;
					right: 0px;
				}
	#bodyWrapper{
		width:700px;
		position:relative;
		background-color:white;
		padding-bottom:10px;
		}
		#nav{
			width:205px;
			float:left;
			position: relative;
			}
			#nav #services-rollover {
				position: absolute;
				width: 145px;
				padding: 0 15px;
				height: 156px;
				display: none;
				top: 62px;
				left: 192px;
				background-color: #c0c0c0;
				}
				#services-rollover div.corner {
					background: url(../images/menucorner.png);
					position: absolute;
					left: -54px;
					top: 0;
					padding: 0;
					border: 0;
					width: 54px;
					height: 13px;
				}
				#services-rollover div {
					padding: 5px 0;
					border-bottom: 1px solid #770A0A;
					}
					#services-rollover div a {
						font-size: 12px;
						color: 	#770A0A;
						font-weight: bold;
						font-family: Arial, Helvetica, sans-serif;
					}
					#services-rollover div a:hover {
						color: 	#000;
					}
			#nav a{
				text-decoration:none;
				border:none;
				color:white;
				}
			#nav table{
				width:205px;
				height:208px;
				text-transform:uppercase;
				color:white;
				font-weight:bold;
				font-size:14px;
				font-family: Arial, Helvetica, sans-serif;
				}
			#nav table tr td{
				padding-left:20px;
				border-bottom:2px solid white;
				}
			#nav img{
				margin-top:10px;
				}
			#nav #gray_block{
				width:190px;
				height:136px;
				margin-top:10px;
				background-color:#7f7f7f;
				}
		#content{
			width:485px;
			float:left;
			padding-left: 10px;
			}
			#content p{
				padding:0px 20px 0px 10px;
				margin:15px 0px 15px 0px;
				font-size:13px;
				}
			#content h3{
				padding:0px 20px 0px 20px;
				margin:25px 0px 25px 0px;
				}
			#content table{
				width:100;
				font-size:12px;
				padding-left:20px;
				margin-top:10px;
				}
			#content #header_bar{
				height:40px;
				line-height: 40px;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				text-transform:uppercase;
				padding-left:10px;
				color: #FFF;
				margin-top: 10px;
				}
	#footerWrapper{
		width:700px;
		height:50px;
		position:relative;
		margin: 0 auto;
		padding-right: 7px;
		}
		#footerTop{
			background-image:url(../images/footer.png);
			width:707px;
			height:18px;
			}
		#footerBottom{
			width:700px;
			height:29px;
			}
			#footerBottom p{
				font-size:12px;
				margin-bottom:0;
				margin-top:5px;
				padding-right:10px;
				text-align:right;				
				}
