body
{
	color: #000;
	font: 12px/140% 'Helvetica Neue', Helvetica, arial, Verdana, sans-serif;
	background-color: #000;
	margin: 0px;
}

body.blank {
	color: #000;
	font: 11px 'Helvetica Neue', Helvetica, arial, Verdana, sans-serif;
	background-color: #fff;
	background-image: url(images/spacer.gif);
	text-align: left;
	margin: 0px;
}

body.resume {
	color: #000;
	font: 11px  'lucida grande', lucida, 'lucida sans unicode', 'Helvetica Neue', Helvetica, arial, Verdana, sans-serif;
	background-color: #fff;
	background-image: url(images/spacer.gif);
	text-align: left;
	margin: 0px;
}


#container
	{
	margin: 0px auto 0px;
	width: 800px;
	background-color: #666;
	text-align: center;
	}

#containerLong
	{
	margin: 0px auto 0px;
	width: 800px;
	height: 800px;
	background-color: #cecece;
	text-align: center;
	}

#top {
	text-align: left;
	padding: 67px 0px 5px 37px;
	border-bottom: 6px solid #000;
	}

#content {
	background-color: #fff;
	color: #000;
	padding: 50px;
	text-align: left;
	}
	
.leftDiv {
	width: 416px;
	float: left;
	}

.rightDiv {
	width: 344px;
	background-color: #fff;
	color: #000;
	float: right;
	text-align: left;
	padding: 20px;
	height: 348px;
	}

.yellowDiv {
	width: 376px;
	float: left;
	background-color: #FC0;
	color: #000;
	border-top: 6px solid #000;
	border-right: 1px solid #000;
	padding: 20px;
	text-align: left;
	height: 90px;
}

.contactDiv {
	width: 343px;
	background: url(images/bg_right.jpg) no-repeat;
	float: right;
	text-align: left;
	padding: 20px;
	border-top: 6px solid #000;
	color: #fff;
	height: 90px;
	}

h1 {
	font-weight: normal;
	font-size: 60px;
	margin: 0px 0px 15px 0px;
	}

h2 {
	color: #666;
	background-color: transparent;
	font-weight: normal;
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	}


a
{
	text-decoration: none;
}

a:link
{
	color: #666;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #360;
	background-color: transparent;
}

a:active
{
	color: #690;
	background-color: transparent;
}

a:hover
{
	color: #000;
	background-color: #fefefe;
	text-decoration: none;
}

.contactDiv a {
	color: #fc0;
	}

.contactDiv a:hover {
	background-color: transparent;
	text-decoration: underline;
	}

ul
{
	margin: 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 13px;
	text-align: left;
}

.normal
{
	margin: 6px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 15px;
	text-align: left;
	list-style-type: disc;
}

.comment {
	margin: 0px 30px 15px 30px;
	text-align: left;
	}

small {
	font-size: 9px;
	}


 /* PORTFOLIO STYLES */


.thumb
{
	border: 1px solid #A7B5BB;
	padding: 2px;
	margin-right: 8px;
}

#portframe {
   		position:absolute;
        margin-left: 296px;
        margin-top: 5px;
        width: 340px;
        height: 350px;
        z-index: 10;
        border-width: 0px 0px 1px 0px;
        border-style: dotted;
        border-color: #999;
       }

#portContent {
   		position:absolute;
        margin-left: 15px;
        margin-top: 5px;
        width: 259px;
        height: 350px;
        border-width: 0px 1px 0px 0px;
        border-style: dotted;
        border-color: #999;
        padding: 10px;
        line-height: 125%;
       }
#portContent .homeText a:link, #portContent .homeText a:visited, #portContent .homeText a:active, #portContent .homeText a:hover  
	{
	font-size: 11px;
	background-color: #fff;
	color: #690;
	}

#portContent .homeText a:hover {
	text-decoration: underline;
	}

.hdText {
	font-family: 'Helvetica Neue', Helvetica, 'Trebuchet MS', Arial, sans-serif;
	font-size: 14px;
	color: #666;
	letter-spacing: .1em;
	background: #fff;  
	}

.hdEm {
	font: normal 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #690;
	background: transparent; 
	}


.resume .hdText {
	font-family: georgia, times, 'times new roman', serif;
	font-size: 16px;
	color: #666;
	letter-spacing: .1em;
	background: #fff; 
	margin: 3px 0px;
	padding: 3px 0px;
	border-top: 1px solid #ecedeb;
	border-bottom: 1px solid #ecedeb;
	display: block;
	}
	
.resume h2, h3 {
	font: 24px 'helvetica neue', arial, sans-serif;
	}

a.hiddenlink:link, a.hiddenlink:visited, a.hiddenlink:hover, a.hiddenlink:active {
	color: #000;
	background-color: #000;
	}