body {
	background:#000 url(images/brushedmetalgradient.jpg) repeat-x fixed;
	background-position:left 180px;
	font-family:"Century Gothic", sans-serif;
	margin:0px;
	padding:0px;
	font-size:10pt;
	color:#333333;
}
#subbod {
	background:url(images/bg_header.jpg) repeat-x fixed;
}
h1, h2, h3, h2 a {
	color:#0054a6;
	text-shadow: 1px 1px 2px #999;
}
h1 {
	font-size:18pt;
}
h2 {
	font-size:14pt;
}
img, a:focus img, a:active img, a img {
	border:none;/*outline:none;*/
}
a {
	color:#333333;
}
p a {
	text-decoration:none;
	border-bottom:#CCCCCC solid 1px;
}
.subnav {
	font-size:10pt;
}
.atext {
	text-decoration:none;
	border-bottom:1px dotted #999999;
	color:#666666;
}
.dropcap:first-letter {
	font-size:50px;
	line-height:25px;
	color:#0054a6;
	padding:0px;
	margin:0px;
	margin-left:2px;
	float:left;
	vertical-align:top;
	text-shadow: 1px 1px 2px #999;
}
#mmObject {
	display:inherit;
	position:absolute;
	width:320px;
	height:240px;
	margin-top:-120px;
	margin-left:-160px;
	top:50%;
	left:50%;
	background:#00CC00;
}
.myResume ol {
	list-style:inside;
	padding:0px;
	margin:0px;
}
.myResume {
	font-size:11pt;
}
a:focus, a:active {
	border:none;/*outline:none;*/
}
.center {
	text-align:center;
	margin:auto;
}
#container {
	max-width:900px;
	width:90%;
	min-width:725px;
	margin:0px auto;
	overflow:hidden;
	border:#222 1px solid;
	-moz-box-shadow: 3px 3px 3px #000;
	-webkit-box-shadow: 3px 3px 3px #000;
	box-shadow: 3px 3px 3px #000;
}
#header {
	width:100%;
	height:150px;
	line-height:150px;
	overflow:visible;
	background-image: url(images/hbg.jpg);
	text-align:center;
}
#nav {
	width:100%;
	position:relative;
	font-weight:bold;
	height:29px;
	border-top:1px solid #EEEEEE;
	line-height:30px;
	vertical-align:middle;
	background:url(images/nav_bg02.jpg);
}

#nav a {
	color:#000000;
	text-decoration:none;
	text-align:center;
	display:block;
	width:100%;
	height:100%;
}
#nav a .akey {
	text-decoration:underline;
}
#nav a:hover {
	color:#0000FF;
}
.button {
	height:100%;
	width:72px;
	float:left;
	border-right:1px solid #666666;
	overflow:hidden;
}
.button:hover {
	background:#cccccc url(images/fade.gif);
}
#tShadow {
	width:100%;
	height:10px;
	background:url(images/t_shadow.png);
}
#content {
	max-width:900px;
	width:100%;
	background:#FFFFFF url(images/big_w.png) no-repeat right 190px fixed;
	position:relative;
	margin:auto;
}
#content_left {
	float:left;
	width:38%;
	margin-left:6%;
	margin-right:6%;
	clear:left;
}
#content_right {
	float:left;
	width:38%;
	margin-left:6%;
	margin-right:6%;
	clear:right;
	position:relative;
	top:0;
	left:0;
}
#content_right div {
	margin-bottom:20px;
}
#content_right div.vcard div {
	margin-bottom:0px;
}
#myForm label {
	position:absolute;
}
#myForm input, #myForm select {
	margin-left:125px;
}
.piece {
	text-align:center;
	vertical-align:middle;
	float:left;
	font-size:8pt;
	margin:2px;
}
#content_bottom {
	clear:both;
	margin:auto;
	width:725px;
	text-align:center;
	font-size:10pt;
	padding-top:20px;
}
#bShadow {
	width:100%;
	height:10px;
	background:url(images/b_shadow.png);
}
#footer {
	width:100%;
	height:60px;
	overflow:hidden;
}
#bottomm {
	width:100%;
	float:left;
	background:url(images/fbg.jpg);
	height:60px;
	position:relative;
}
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow : hidden;
	_height : 1%;
}