html {
	font-size:100%;
	height: 100%;
	margin-bottom: 1px;
}

* {
	margin:0;
	padding:0;
}

.center {
	text-align:center;
}

h1 {
	font-size:1.6em;
	color:#5c73b6;
}

h2 {
	margin-bottom:10px;
	font-size:1.3em;
	color:#5c73b6;
}

.imgRight {
	float:right;
	margin:0 0 10px 10px;
	border:solid 1px #fff;
}

.keyline {
	border:1px solid #000;
}

body {
	color:#555;
	font:62.5% Arial, Helvetica, sans-serif;
	background:#5c73b6;
	text-align:center;
	margin-top:10px;
}

#wrapper {
	position:relative;
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background:url(images/nav_bkg.gif) repeat-y;
}

#navigation {
	float:left;
	letter-spacing:1px;
	margin-top:35px;
}

img {
	border-style:none;
}

.small {
	font-size:1.2em;
}

#header {
	background:#003366;
	height:104px;
}

#content {
	float:right;
	width:600px;
	color:#555;
	background-color:#fff;
	line-height:1.1;
	padding:10px 5px;
	font-size:1.3em;
	border-right:solid 1px #003366;
}

#content p {
	margin-bottom:1.2em;
}

#content ol {
	margin:10px 0 10px 20px;
}

#content ol li {
	padding:3px;
}

#content ul.contact {
	list-style-type:none;
	text-align:center;
	margin:10px 0;
	font-size:1.1em;
}

#content ul.resume {
	list-style-type:disc;
	margin:10px 0 10px 25px;
}

#content ul.resume li {
	padding:2px;
}

.keylineWhite {
	border:solid 1px #fff;
}

#footer {
	text-align:center;
	background-color:#003366;
	color:white;
	padding:5px 0 5px 5px;
	font-size:1em;
	clear:both;
	border-right:solid 1px #003366;
}

#footer a:link,#footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

a:link,a:visited {
	color:#0000ff;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#808080;
	text-decoration:underline;
	font-weight:bold;
}

table.resume {
	width:500px;
	margin:0 auto;
	margin-bottom:10px;
}

table.resume td {
	padding:4px;
	width:50%;
}

ul.resume-list {
	margin:0 0 10px 20px;
}

ul.resume-list ul {
	margin:0 0 0 20px;
}

ul.resume-list li,ul.resume-list ul li {
	padding:2px;
}

clear-floats {
	clear:both;
}