body{	
	background-image: url('../images/body-shadow.jpg');
	background-repeat: repeat-y;
	background-position: center;
	font-family: arial, verdana, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #666666;	
}

div.nav, div.bottomnav a, a:hover, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a, a:visited, a:active{
	color: #0FA7CC;
	text-decoration: none;
}

a:hover, a:active{
	color: #0FA7CC;
	text-decoration: underline;
}

div.main{
	margin: 0 auto;
	background-color: #0FA7CC;
	height: 100%;
	width: 690px;
	padding: 5px;
}

div.header{
	text-align:center;
	background-color: #FFFFFF;	
	margin: 5px;
	margin-top: 0px;
	background-image: url('../images/bottomcorners.gif');
	background-repeat: no-repeat;
	background-position: bottom;

}

	div.header h1 {
		margin: 0px;
		background-image: url('../images/topcorners.gif');
		background-repeat: no-repeat;
		background-position: top;
		height: 140px;
	}
	div.header h1 span {
		display: none;
	}
	
	div.header img{
		margin: 0px;
	}


div.nav{
	background-image: url('../images/topcorners.gif');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	width: 680px;
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

	div.nav a.tab{
		font-style: normal;
		font-weight: bold;
		letter-spacing: 2px;
		width: 120px;
		color: #0FA7CC;
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
		margin-bottom: 0px;
	}

	div.nav span.navdivider{
		color: #0FA7CC ;	
	}

div.content{
	width: 680px;
	margin-left: 5px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url('../images/bottomcorners.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

	div.content h1{
			color: #078AC7;
			font-size: 25px;
			font-weight: normal;			
			padding-left: 20px;
			padding-top: 5px;
			padding-bottom: 5px;
			margin: 0px;
			text-align: center;
	}

	div.content p{
			margin:0px;
			margin-bottom: 5px;
			padding: 5px;
			padding-left: 10px;
			padding-right: 10px;
	}
	
	div.content img{
			padding: 20px;
	}
	
	div.content img.left{
			float: left;
			padding: 5px;
			padding-left: 10px;
	}

	div.content img.right{
			float: right;
			padding: 5px;
			padding-left: 10px;
	}

	
	div.content div.rightcolumn{
			margin: 10px;
			width: 260px;
			background-image: url('../images/rightcolbottomcorners.gif');
			background-repeat: no-repeat;
			background-position: bottom;
			float: right;					
	}
	
		div.content div.rightcolumn h1{
			font-weight: normal;
			font-size: 25px;
			padding-left: 0px;
			background-image: url('../images/rightcoltopcorners.gif');
		 	background-repeat: no-repeat;
		 	background-position: top;
		}

		div.content div.rightcolumn p{
			padding-left: 15px;
			padding-right: 15px;
		}
		
		div.content div.rightcolumn img{
			padding: 30px;
			padding-top: 22px;
		}
	
	div.content div.rightcolumn#client{
			margin-top: 0px;
			margin-right: 45px;	
			_margin-right: 20px;	
	}
	
	div.content div.leftcolumn{
			width: 360px;
			text-align: left;
	}
	
		div.content div.clientrow{
			margin-left: 20px;
			text-align: left;
			
		}
		div.content div.clientrow div.clientbox{
			float: left;
			background-image: url('../images/clientbox.jpg');
			background-repeat: no-repeat;
			width: 100px;
			height: 100px;
			margin: 0px;
			margin-right: 10px;
			margin-bottom: 10px;
		}
		
				div.content div.clientrow div.clientbox img{
				padding: 0px;
				margin-top: 10px;
				margin-left: 10px;
				}

				p.clienttitle{
				font-weight: bold;
				font-size: 12px;
				}
				
			div.content div.portfoliorow{
				margin-left: 20px;
				text-align: left;
			}
				div.content div.portfoliorow div.clientbox{
					float: left;
					background-image: url('../images/clientbox.jpg');
					background-repeat: no-repeat;
					width: 100px;
					height: 100px;
					margin: 0px;
					margin-right: 10px;
					margin-bottom: 10px;
				}
				div.content div.portfoliorow div.clientbox img{
				padding: 0px;
				margin-top: 15px;
				margin-left: 5px;
				}
			div.content div.portfolio {
				margin: 20px;
				width: 640px;
				background-image: url('../images/contentboxbottomcorners.gif');
				background-repeat: no-repeat;
				background-position: bottom;
			}

				div.content div.portfolio h1{
					background-image: url('../images/contentboxtopcorners.gif');
					background-repeat: no-repeat;
					background-position: top;
				}
				
				div.portfolio img{
					padding: 5px;
					margin: 10px;
					border: 1px solid #666666;
					
				}
				
				
	

div.bottomnav{
	margin: 5px;
	background-color: #0FA7CC;
	color: #FFFFFF;
	text-align: center;	
}

	
br.clear{
	clear: both;
}