a {
	outline: none;
	color: #23384b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background-color: #7f92a4;
}

div#Container {
	width: 485px;
	margin: 0 auto;
}

div#Logo {
	width: 211;
	height: 215;
	z-index: 0;
	margin: 0 auto;
	background-image: url('images/Logo.png');
}

div#Navigation {
	margin-top: -40px;
	z-index: 1;
	text-align: center;
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	
	font-size: 14px;
}

div#Navigation ul {
	clear: left;
	float: left;

	margin: 0;
	padding: 0;
	
	position: relative;
	left: 50%;
	text-align: center;

	list-style: none;
	height: 30px;
}

div#Navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}

div#Navigation ul li a {
	display: block;
	margin: 0 0 0 0px;
	text-decoration: none;
	color: #23384b;
	text-shadow: #aaa 0px 1px 1px;
	font-family: 'lucida grande';
	border: none;
}

.Nav {
	background-image: url('images/Navigation/Standard.png');
	height: 30px;
}

.Nav:hover {
	background-image: url('images/Navigation/Hover.png');
}

.Nav:active, .Nav.Current {
	background-image: url('images/Navigation/Current.png');
}

.Nav.About {
	width: 63px;
}

.Nav.Work {
	width: 95px;
	background-position: -63px;
}

.Nav.Hire {
	width: 80px;
	background-position: -158px;
}

.Nav.News {
	width: 65px;
	background-position: -238px;
}

div#Inset {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 25px;
	background: url('images/InsetTop.png'), url('images/InsetBottom.png');
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom;
}

div#InsetBorder {
	position: relative;
	top: 10px;
	background: url('images/InsetTile.png');
}

div#Content {
	width: 477px;
	margin-left: 4px;
	/*padding: 1px 15px 1px 15px;*/
	background-color: #eeeeee;
	font-family: 'Lucida Grande';
	color: #37434e;
	font-size: 12px;
	overflow: hidden;
}

/* BIOS */

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0 0 15px 0;
}

img.Rule {
	margin: 0 auto;
	margin-left: 9px;
}

div.Profile {
	float: left;
	width: 159px;
	padding: 15px 0;
	text-align: center;
}

div#Hello {
	padding: 15px 15px 0 15px;
}

/* PORTFOLIO */

div#Icons {
	text-align: center;
	padding: 3px;
}

.Icon {
	margin-top: 25px;
}

.Icon.Left {
	float: left;
}

.Icon.Right {
	float: right;
}

/* HIRE */

div.Hire {
	padding: 15px;
}

/* NEWS */

div.Post {
	padding: 15px;
}

div.Post p {
	text-indent: 15px;
	margin-top: 10px;
}