body {
	margin: 0;
	padding: 0;
	font-family: myriad, arial, sans;
}
a {
	color: #2D6289;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 800px;
	margin: auto;
	height: 425px;
	position: relative;
}
#logo {
	width: 320px;
	height: 50px;
	background: url(/images/logo.png) transparent no-repeat 0 0;
	margin: 25px auto;
}
#nav-bar {
	font-family: "myriad pro", myriad, arial, sans;
	width: 784px;
	height: 24px;
	border: 3px solid #2D6289;
	background-color: #2D6289;
	margin: auto;
	position: relative;
	overflow: hidden;
}
#nav-bar a {
	color: #FFF;
	position: relative;
	z-index: 5;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 20px;
}
#nav-bar a:hover {
	text-decoration: none;
}
#nav-bar a.home {
	width: 75px;
}
#nav-bar a.contact {
	width: 115px;
}
#nav-shadow {
	position: absolute;
	height: 53px;
	top: 70px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	z-index: 1;
}
#nav-shadow.home {
	left: 0;
	width: 92px;
	background-image: url(/images/home-bkg.png);
}
#nav-shadow.contact {
	left: 103px;
	width: 115px;
	background-image: url(/images/contact-bkg.png);
}
#content {
	width: 784px;
	margin: auto;
	border: 3px solid #2D6289;
	border-top: 0;
	padding-top: 25px;
}
#footer {
	text-align: center;
	color: #AEB0B2;
	font-size: 12px;
	margin: 10px 0 25px;
}

/*	contact page	*/
#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#contact ul li {
	margin-bottom: 15px;
}
#contact {
	padding: 20px 0 20px 110px;
	overflow: hidden;
}
#contact input {
	font-family: myriad, arial, sans;
	border: 1px solid #2D6289;
	height: 18px;
	font-size: 12px;
	width: 250px;
	padding: 5px;
}
#contact input.sbt {
	height: 30px;
	width: auto;
	border: 1px solid #2D6289;
	background-color: #2D6289;
	color: #FFF;
	float: left;
	margin-right: 10px;
}
#contact textarea {
	font-family: myriad, arial, sans;
	font-size: 12px;
	padding: 5px;
	width: 250px;
	height: 63px;
	border: 1px solid #2D6289;
	margin: 0;
}
#contact .col {
	float: left;
}
#contact .col.left {
	margin-right: 25px;
}
#contact #system-message {
	text-align: center;
	color: #900;
	font-weight: bold;
	font-size: 10px;
}

/*	home page	*/
#home #flow-title {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
#home #flow-link {
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	text-align: center;
	position: relative;
	z-index: 99999999;
}
#home #skill-set {
	padding: 15px 0 10px;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	color: #AEB0B2;
}
#home #skill-set.rails #rails, #home #skill-set.php #php, #home #skill-set.mysql #mysql,
#home #skill-set.mvc #mvc, #home #skill-set.photoshop #photoshop,
#home #skill-set.illustrator #illustrator, #home #skill-set.flash #flash,
#home #skill-set.actionscript #actionscript, #home #skill-set.apache #apache,
#home #skill-set.nginx #nginx, #home #skill-set.lighttpd #lighttpd,
#home #skill-set.cakephp #cakephp, #home #skill-set.javascript #javascript,
#home #skill-set.jquery #jquery, #home #skill-set.prototype #prototype,
#home #skill-set.memcached #memcached, #home #skill-set.html #html,
#home #skill-set.css #css, #home #skill-set.linux #linux, #home #skill-set.mac #mac,
#home #skill-set.windows #windows, #home #skill-set.oop #oop, #home #skill-set.ood #ood ,
#home #skill-set.git #git, #home #skill-set.svn #svn, #home #skill-set.cvs #cvs{
	color: #000;
}
#home #skill-set ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#home #skill-set ul li {
	display: inline;
	margin: 0 5px;
}