body {
	margin: 0px;
	color: #000;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
}

h1 { 
	margin: 3px;
	font-size: 1.8em;
	height: 35px;
}


h2 { 
	margin: 3px;
	font-size: 1.4em;
}

#xBackground, .downloadArea, #menu, .right200 img, .designer, .resumeName {
    display: none;
}

#container {	
	margin: 0px;
	width: 100%;
	height: 575px;
	z-index: 100;
	top: 0px;
	left: 0px;
	position: absolute;
}

#content {
	background-color: #fff;
	padding: 10px;
	margin: 0 auto 15px 0;
        border: 0;
}

#content .minHeightHack {
	float: right;
	height: 350px;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;;
}


.noCSSHeader {
	font-size: 1.6em;
	font-weight: bold;
}



.resumeSection {
	width: 98%;
	margin: 5px 0px 10px 0px;	
}

.resumeSectionSmall {
	margin: 5px 0px 10px 0px;	
}

.resumeSectionHeader {
        margin-top: 10px;
	margin-left: 50px;
	font-size: 1.2em;
	font-weight: bold;
}

.resumeNoTab {
}

.resumeOneTab {
	margin-left: 50px;
}

.resumeTwoTab {
	margin-left: 100px;
}

.resumeThreeTab {
	margin-left: 150px;
}

.resumeJob {
    margin-top: 5px;
}

.resumeProject {
}

.resumeProject .resumeTwoTab {	
	margin: 0px 150px 0px 100px;
}

.resumeProjectTitle {
	margin-left: 75px;
	font-size: 0.9em;
	font-weight: bold;
}

.resumeJobTitle {
	margin-left: 50px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
}

.resumeJobProject {
	margin-left: 50px;
	font-size: 1.0em;
	font-weight: bold;
}

.resumeProjectTechnologies {
	font-size: 0.9em;
	font-style: italic;
	width: 125px;
	float: right;
}

.resumeProjectTechnologies h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	background: none;
	height: 15px;
}

ul {
	list-style: none;
}

ol {
	margin-bottom: 15px;
}


