html {
	min-width: 760px;
}

a {
	text-decoration: none;
	color: #3C83F9;
	background-color: transparent;
}

caption {font-weight:bold;}

a:hover {
	text-decoration: underline;
	color: #3C83F9;
	background-color: transparent;
}

body {
	font-family: verdana, arial, Sans-Serif;
	color: #ffffff;
	background-color: #101010;
	font-size: 100%;
	margin:10px;
}

h1 {
   font-size:150%;
   color: #666666;
   background-color: transparent;
   font-weight: bold;
   padding: 0px 0px 0px 15px;
}

h2 {
   font-size:150%;
   color: #666666;
   background-color: #ffffff;
   font-weight: bold;
   margin:-50px 0px 0px 78px;
   padding: 0px;
}

h3 {
   font-size:100%;
   font-weight: bold;
   color: #fcfcfc;
   background-color: #000000;   
   padding: 0px;
}

p {
	margin:0px 0px 15px 0px; 
	padding:0px;
	color:#ffffff;
    background-color: transparent;
	font-size: 70%;
	line-height: 20px;
}

#holder {
	position: relative;
	top: 0px;
	width:760px;
	margin:0 auto;
	padding:0;
	text-align:left;
	overflow:visible;
	color: #666666;
	background-color: #0e0e0e;
}

#header {
	position:absolute;
	width: 760px;
	height: 124px;
	padding:0px;
	color: #666666;
	background-color: #0e0e0e;
}

#greySquare {
	position:absolute;
	top: 0px;
	left: 0px;
	width:210px;
	height:124px;
	background-color:#272727;
}

#greySquare1 {
	position:absolute;
	top: 0px;
	left: 212px;
	width:266px;
	height:124px;
	background-color:#333333;
}

#greySquare2 {
	position:absolute;
	top: 0px;
	left: 480px;
	width:300px;
	height:124px;
	background-color:#3a3a3a;
}
	
#mainNav {
	position: absolute;
	top: 144px;
	width: 120px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 75%;
	color: #bbbbbb;
}

#mainNav li {
	margin-left: -38px;
	padding: 8px 0px 8px 0px;
	list-style-type:none;
}

#mainNav a {
	font-size: 95%;
	margin: 4px 0px 6px 0px;
	color: #bbbbbb;
}

#mainNav a:hover {
	font-size: 100%;
	margin: 4px 0px 6px 0px;
	color: #ffffff;	
	text-decoration: none;
}

#mainNavSelected {
	font-size: 100%;
	color: #ffffff;	
	text-decoration: none;
}

#contentHolder {
	position:absolute;
	top: 126px;
	left: 212px;
	width:548px;
	height: 300px;
	padding: 5px 10px 5px 10px;
	color: #666666;
	background-color: #333333;
}

#folioContentHolder {
	position:absolute;
	top: 0px;
	left: 212px;
	width:548px;
	height: 552px;
	padding: 5px 10px 5px 10px;
	color: #666666;
	background-color: #333333;
}

#resumehead {
	font-family: verdana, arial, Sans-Serif;
	color: #ffffff;
	font-size: 70%;
	width: 550px;
	height:552px;
	overflow: auto;
}

.resume {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

.head {
	font-weight: bold;
	border-bottom:1px solid #666666;
}

.leftcell-head {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	font-weight: bold;
}

.midcell-head {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;	
	font-weight: bold;
}

.leftcell {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

.midcell {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;	
}

.rightcell {
	border-bottom:1px solid #666666;	
}

#footer {
	position:absolute;
	top: 438px;
	width:760px;
	height: 108px;
	padding: 10px 10px 0px 10px;
}

#strapLine {
	margin:0 auto;
	text-align:center;
	width:160px;
	height:50px;
}

.strapLine {
	color:#ffffff;
	font-size:9px;
	text-align:center;
}

.strapLine2 {
	position:relative;
	top:6px;
	color:#ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}