body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color:#e3ddc3;
}

img {
	border: 0px;
}


#PageContainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	width: 740px;
	overflow: visible;
	background-color: #fff;
}

#PageHeader{
	width: 100%;
	float:left;
	border-bottom:1px dashed #ccc;
}

#sidebar{
	margin-top:10px;
	padding:5px;
	float: right;
	width: 110px;
	border: 1px dashed #999;
}

#sidebar h4{
	margin:0px;
	text-align:center;
}

#sidebar p{
	text-align:center;
}

#download{
	float:left;
	clear:left;
}

h1{
	float: left;
	font-size: 36pt;
	margin: 5px;
	clear: both;
}

h2{
	float: left;
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
}

address {
	float: right;
	width: 250px;
	font-style: normal;
}

/* Objective block - same as experience for now */

div.Objective{
	margin-left: 10px;
	float: left;
	width: 600px;
	margin-bottom:20px;
	clear: both;
}


/* Skill block  - same as experience for now */

.Skills{
	margin-left: 10px;
	float: left;
	width: 700px;
	margin-bottom:20px;
	clear: both;
}

.Skills dt{
	font-weight: bold;
	float: left;
}



.Skills dd {
	margin-bottom: 1.75em;
	margin-left: 4em;
}

.Skills ul{
	margin-top:0px;
	margin-right:0px;
	clear: both;
}

.Skills li{
	list-style-type: circle;
}


/* Experience blocks */

div.Experience{
	margin-left: 10px;
	float: left;
	width: 700px;
	margin-bottom:20px;
	clear: both;
}

div.ExperienceHeader {
	float:left;
	white-space: nowrap;
	height: 25px;
	border-bottom: 1px dashed #999;
	margin-bottom: 10px;
}

div.ExperienceYear{
	float: left;
	width: 160px;
	text-align: left;
	padding-left:.5em;
	overflow:visible;
}

div.ExperienceCompanyName {
	float: left;
	width: 320px;
	font-weight: bold;
	font-size:1.2em;
	text-align: center;
	overflow:visible;
}

div.ExperienceLocation {
	float: left;
	width: 160px;
	text-align: right;
	padding-right:.5em;
	overflow: visible;
}

div.ExperienceSummary {
	float: left;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}

.Experience ul{
	margin-top:0px;
	margin-right:0px;
	clear: both;
}

.Experience li{
	list-style-type: circle;
}


/* Footer */
div#footer {
	font-size: 10pt;
	clear: both;
	height: 50px;
	border-top:1px dashed #ccc;
	padding-top:5px}
