body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
color: #333366;
background-color: #ffffff;
} 

h1 {
width: 400px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
color: #000066;
}

h1 a:link, a:visited {
color: #333366;
text-decoration: none;
}

h1 a:hover {
color: #000000;
text-decoration: underline;
}

h2 {
width: 400px;
font-family: Arial, Helvetica;
font-size: 16px;
font-weight: bold;
color: #660000;
margin-left: 15px;
}

h3 {
width: 400px;
font-family: Arial, Helvetica;
font-size: 13px;
font-weight: bold;
color: #000000;
margin-left: 30px;
}

p {
width: 480px;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: 000000;
margin-left: 30px;
}

#title {
top: 60px;
left: 40px;
position: absolute;

}

#main {
font-family: Courier New, Courier New, Courier, monospace;
margin-top: 120px;
margin-left: 80px;
padding: 0;
position: absolute;
width: 520px;
height: auto;
top: 0px;
left: 0px;
}

#right_column {
font-family: Courier New, Courier New, Courier, monospace;
margin-top: 120px;
margin-left: 600px;
padding: 15;
float: right;
position: absolute;
width: 450px;
height: auto;
border-left: 1px solid #cccccc;
top: 0px;
left: 0px;
}

/**** Beginning of NavBar Stuff ****/

#navbar {
background-image: url(http://www.zacksresume.com/images/header.jpg);
background-position: top left;
background-repeat: repeat-x;
margin: 0;
position: absolute;
width: 100%;
height: 47px;
top: 0px;
left: 0px;
padding-top: 15px;
padding-left: 15px;
font-family: Courier New, Courier New, Courier, monospace;
}

#navbar li {
display: inline;
padding-left: 65px;
margin: 0;
}
 
#navbar a:link, #navbar a:visited {
color: #888888;
text-decoration: none;
font: bold 20px Courier New, Courier New, Courier, monospace;
}

#navbar a:hover {
color: #222222;
text-decoration: underline;
}

/**** End of NavBar Stuff ****/