﻿body {
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 16px;
	color: #333333;
}

img {
	border: 0;
}

img#fixedlogo {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 9;
}

img#fixedbar {
	position: fixed;
	left: 368px;
	top: 0px;
	z-index: 10;
}

img#emailtel {
	position: fixed;
	left: 85px;
	top: 320px;
	z-index: 9;
}

div#barimg {
	position: absolute;
	left: 24px;
	top: 10px;
	width: 1000px;
	height: 200px;
}

div#page {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 24px;
	top: 0;
	width: 1000px;
	min-height: 600px;
	background-color: #fff;
}

div#content {
	margin-left: 400px;
	margin-top: 120px;
	padding: 10px;
}

div#p_content {
	margin-left: 400px;
	margin-top: 40px;
}


img#mdmlink {
	margin-top: 100px;
}

a {
	color: #ff0099;
}

a:hover {
	color: #FF0033;
}

a:visited {
	color: #b0006a;
}

h1 {
	margin: 0;
	padding: 90px 10px 0px 50px;
	width: 940px;
	height: 110px;
	color: #FF0066;
	font-size: 36px;
}

h2 {
	color: #FF6699;
	font-size: 24px;
	font-weight: bold;
}

h3 {
	color: black;
	font-size: 20px;
}

h4 {
	color: #FF6699;
	font-size: 18px;
}

div#resume table td {
	padding: 5px;
	vertical-align: top;
}

div#p_list ul li {
	clear: both;
}

div#p_list ul div.img {
	float: left;
	width: 126px;
	height: 144px;
	background-image: url('imgs/imgblk.png');
	background-repeat: no-repeat;
	padding: 22px 13px 22px 13px;
}

div#p_list ul div.title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

div#p_list ul div.desc {
	color: gray;
}

div#p_list h2, div#p_list h3 {
	clear: both;
}
