html {
font-size: 100.01%;
height: 100%;
margin-bottom: 1px;
}
* {
margin: 0;
padding: 0;
}
.center {
text-align: center;
}
h1 {
font-size: 1.6em;
color: rgb(92, 115, 182);
}
h2 {
margin-bottom: 10px;
font-size: 1.3em;
color: rgb(92, 115, 182);
}
.imgRight {
float: right;
margin: 0 0 10px 10px;
border: solid 1px white;
}
.keyline {
border: 1px solid black;
}
body {
color: #555;
font: 62.5% Arial, Helvetica, sans-serif;
background: rgb(92, 115, 182);
text-align: center;
margin-top: 10px;
height: 100%;
}
#wrapper {
position: relative;
width: 780px;
margin: 0 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: rgb(0, 51, 102);
height: 104px;
}
#content {
float: right;
width: 600px;
color: rgb(85, 85, 85);
background-color: white;
line-height: 1.1;
padding: 10px 5px;
font-size: 1.3em;
border-right: solid 1px rgb(0, 51, 102);
}
#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 white;
}
#footer {
text-align: center;
background-color: rgb(0, 51, 102);
color: white;
padding: 5px 0 5px 5px;
font-size: 1em;
clear: both;
border-right: solid 1px rgb(0, 51, 102);
}
#footer a:link,#footer a:visited {
color: white;
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
color: white;
}
a:link,a:visited {
color: blue;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: rgb(128, 128, 128);
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;
}
