@import url(reset.css);

body {
	background: #fff;
	color: #000;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 1em;
}
a {
	color: #0072bc;
	text-decoration: underline;
}

#wrap {
	margin: 20px auto;
	width: 830px;
	background: #fff;
}

#header {
	padding: 20px 25px;
	min-height: 72px;
}
	#header h1 {
		float: left;
	}
	#search {
		display: none;
	}
	
#menu {
	clear: both;
	padding: 10px 0 8px 0;
	border: 1px dotted #777;
	border-width: 1px 0;
	text-align: center;
}
	#menu ul {
		display: inline;
		list-style: none;
	}
		#menu li {
			display: inline;
			margin-right: 40px;
		}

.center {
	text-align: center;
}

#content {
	margin: 0 30px;
}
	#content h2 {
		margin: 20px 0 10px 0;
		font-weight: bold;
		font-size: 1.3em;
	}
	#content h3 {
		margin: 20px 0 10px 0;
		font-weight: bold;
		font-size: 1.1em;
	}
	#content p {
		margin-bottom: 1em;
		font-size: .5em;
		line-height: 1.3em;
	}
	
	#content-icons {
		margin: 20px 0;
		float: left;
	}
		#content-icons img {
			margin-right: 10px;
		}
	#content-summary {
		margin: 20px 0;
		float: right;
		width: 360px;
	}
		#content p {
			margin-bottom: 1em;
			font-size: 1em;
			line-height: 1.3em;
		}
#work {
	margin: 20px 60px;
	padding: 10px;
	width: 640px;
}
	#work td {
		width: 160px;
		height: 130px;
		text-align: center;
		vertical-align: middle;
	}
		#work a:hover {
			background: #0072bc;
		}
#contact {
	margin: 20px 60px;
	font-size: .8em;
}
	#contact td {
		vertical-align: middle;
		padding: 5px 0;
		border-bottom: 1px dotted #777;
	}
	.contact-form {
		width: 240px;
	}
	.contact-second {
		text-align: center;
		width: 260px;
	}
	#verify {
		margin: 0 10px 0 180px;
	}
	.submit {
		text-align: center;
	}
#footer {
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: .8em;
}
	#footer ul {
		list-style: none;
	}
		#footer li {
			display: inline;
			margin: 0 5px;
		}
