﻿@charset "UTF-8";
body {
text-align: center;
padding-top:45px;
background: url(../images_pres/jacks_bkgd.gif);
}

#main_wrapper {
width: 850px;
position: relative;
top: 60px;
margin: 0 auto;
text-align: left;
background-color: #fff;
}

#header {
height: 120px;
z-index: 1;
}

#header h1 {
position: absolute;
top: -100px;
height: 190px;
width: 850px;
text-indent : -9999px;
background: url(../images_pres/arch_header.gif) no-repeat;
}

#nav {
position: absolute;
right: 0;
top: 60px;
width: 640px;
z-index: 5;
}

#nav li {
float: left;
display: inline;
}

#nav li a {
background: url(../images_pres/nav_tabs.gif) 0 0 no-repeat;
color: #996600;
height: 30px;
line-height: 30px;
float: left;
width: 126px;
display: block;
text-align: center;
text-shadow: 1px 1px 1px #c1b56b;

}

#nav li a:hover {
background: url(../images_pres/nav_tabs.gif) 0 -30px no-repeat;
color: #996600;
border: none;
}

#sidebar {
margin-top: 2.9em;
width: 28%;
float: left;
background: url(../images_pres/side_gradient.jpg) repeat-x;
}

#sidebar_inner {
padding: .75em 1.3em 1em 1.5em;
}

#content {
margin-top: -.5em;
width: 72%;
margin-left: -3px;
float: left;
z-index: 1;
}

#content_inner {
padding: 0 4em 2em 2em;
}

#sidebar_inner, #content_inner {
overflow: hidden;
}

#content #content_inner img {
margin-top: .3em;
}

#content #content_inner div#trainingLink {
float: left;
height: 40px;
margin: 1.5em 0 2.5em 0;
}

#content #content_inner #trainingLink p{
font-size: .9em;
font-weight: bold;
background: url(../images_pres/buttonBackground.jpg) repeat-x;
text-align: center;
padding: 2px 10px;
}

#content #content_inner #pen_photo {
position: absolute;
left: 590px;
top: 432px;
width: 230px;
height: 140px;
}


#footer {
position: relative;
background: url(../images_pres/bottom_swashes.gif) no-repeat;
clear: both;
height: 118px;
padding: 0;
margin-top: 1em;
}

#footer #sig {
position: absolute;
left: 27%;
padding-left: 2em;
bottom: 5px;
}



