body
	{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #545454;
	background-image: url(images/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana, arial, "sans serif";
	font-size: 12px;
	}
	
a:link, a:visited
	{
	color: #545454;
	font-weight: bold;
	}	

a:hover, a:active
	{
	color: #000000;
	font-weight: bold;
	}

.container
	{
	background-image: url(images/shadowRight-trans.png);
	background-position: 776px 0px;
	background-repeat: repeat-y;
	}	
	
.content
	{
	width: 776px;
	background-color: #FFFFFF;
min-height: 500px;
	}	

.holder
	{
	margin: 60px 0px 0px 43px;
padding-bottom: 60px;
	width: 690px;
	}

h1
	{
	margin: 0px 0px 4px 0px;
	position: relative;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	}

h1 span
	{
	padding: 0px 4px 1px 4px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

h1.hire
	{
	border-top: 6px solid #ff6600;
	}

h1.hire span
	{
	background-color: #ff6600;
	}

h1.about
	{
	border-top: 6px solid #ce0b47;
	}

h1.about span
	{
	background-color: #ce0b47;
	}

h1.portfolio
	{
	border-top: 6px solid #107add;
	}

h1.portfolio span
	{
	background-color: #107add;
	}

.nav
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	float: right;

	}

.nav li
	{
	text-align: right;
	margin-bottom: 4px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	}

.nav a:link, .nav a:visited
	{
	padding: 2px 4px;
	color: #FFFFFF;
	text-decoration: none;
	}

li.home a:link, li.home a:visited
	{
	background-color: #7d7d7d;
	}

li.about a:link, li.about a:visited
	{
	text-align: right;
	background-color: #ce0b47;
	}

li.articles a:link, li.articles a:visited
	{
	text-align: right;
	background-color: #c1db24;
	}

li.portfolio a:link, li.portfolio a:visited
	{
	text-align: right;
	background-color: #107add;
	}

li.hire a:link, li.hire a:visited
	{
	text-align: right;
	background-color: #ff6600;
	}

.nav li a:hover, .nav li a:active
	{
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px 4px;
	text-decoration: none;
	}

.permaTag
	{
	font-size: 9px;
	text-align: right;
	}

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

.clear
	{
	clear: both;
	}

.small
	{
	font-size: 11px;
	}

.divider
	{
	padding: 30px 0px;
	text-align: center;
	}

.bottomNav
{
text-align: right;
font-size: 10px;
padding: 2px 4px;
color: #FFFFFF;
}

.bottomNav a:link, .bottomNav a:visited
{
color: #FFFFFF;
text-decoration: none;
}

.bottomNav a:hover, .bottomNav a:active
{
color: #FFFFFF;
text-decoration: underline;
}

.portfolioNav
{
background-color: #107add;
}

.hireNav
{
background-color: #ff6600;
}

.articlesNav
{
background-color: #c1db24;
}

.footer
	{
	background-image: url(images/shadowBottom-trans.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 776px;
	position: relative;
	font-size: 10px;
	text-align: right;
	padding: 5px 0px;
	}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active
	{
	font-weight: normal;
	}

.corner	
	{
	position: absolute;
	top: 0px;
	right: -9px;
	}