@charset "UTF-8";
/* CSS Document */

body {
	font: normal 100% Geneva, Arial, Helvetica, sans-serif;
	background:#000000;
	/*background: url(../images/interface/jg_bkgnd.gif) no-repeat center center; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #fff;
}

img {border:none; outline:none;}
a {outline:none; text-decoration:none;}

.oneColFixCtr #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent {text-align:center}
#logo {
	text-align:center;
	margin:100px 0px 50px 0px;
}
.homelinks {
	margin: 0px 20px;
}
#topnav{
	height:20px;
	margin:20px 0px;
}

#resume {
	letter-spacing: 0.1em;
	text-align:left;
	font: normal 0.75em Geneva, Arial, Helvetica, sans-serif;
}

#resume a{
	color: #999999;
	text-decoration: none;
}

#resume a:hover{
	color: #d71921;
	text-decoration: none;
}

#resume .minor_col {
	width:120px;
	margin-right:25px;
	float:left;
}
#resume .major_col {
	float:left;
	width:565px;
}

#resume .major_col h1{
	margin: 0.5em 0 0.1em;
}
#resume .major_col p{
	margin: 0;
}
#resume .major_col p .runin{
	font-size: 1.2em;	
}

#resume .major_col ul{
	margin: 0;
	padding: 4px 0px 4px 15px;
}
#resume .major_col li{
	margin: 0;
	list-style: url(../images/interface/4px_red_bullet.gif) outside;
	padding: 2px 0px;
}
#portfolio_main {
	text-align: center;
	vertical-align: middle;
	margin: 20px;
	height: 400px;
	width: 657px;
}

#portfolio_main img{
	border: thin solid #222222;
}

.italic_txt {font-style:italic;}
