body {
    padding: 0;
    margin: 0;
    border: 0;
    /*background: #ffffff url('/images/layout/.jpg') no-repeat top center;*/
    background: #fff;
    text-align: center;
    font-family: "lucida sans unicode","lucida grande",sans-serif;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #868889;
}

a {
    color: #8f8dba;
}

form {
    margin: 0;
    padding: 0;
}

h1 {
    color: #004494;
    font-size: 20px;
    padding: 0;
    margin: 0em 0em 0.2em 0em;
}

h2 {
    color: #8f8dba;
    font-size: 13px;
    padding: 0;
    margin: 0em 0em 0em 0em;
}

#root {
    margin: 0 auto;
    text-align: left;
    width: 1024px;
    background-color: #fff;
}

#nav {
    clear: right;
    text-align: center;
    color: #8f8dba;
    font-family: arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.2pt;
    padding: 0;
	margin: 0;
	border-bottom: 12px solid #fff;
}

#nav ul {
    list-style: none;
    padding: 0;
	margin: 0;
}

#nav ul li {
    border-top: 2px dotted #9c9e9f;
    border-right: 2px dotted #9c9e9f;
    border-bottom: 2px dotted #9c9e9f;
    padding: 12px 0px 12px 0px;
    width: 168px; /* root width / number of li */
    float: left;
    margin: 0;
}

#nav ul li.last {
    border-right: none;
}

#nav ul li a:link, #nav ul li a:visited {
    color: #8f8dba;
    text-decoration: none;
}

#nav ul li a:hover {
    color: #ee6676;
    text-decoration: none;
}

#content {
    background: #fff url('/images/layout/dot-border-344.gif') repeat-y top left;
    margin-bottom: 12px;
}

#leftColumn {
    float: left;
    width: 330px;
    padding-right: 12px;
    /*margin-top: 12px;*/
    /*border-right: 2px dotted #9c9e9f;*/
}

#leftColumn p {
    padding: 12px 0px 0px 0px;
    margin: 0;
}

#rightColumnHome {
    position: absolute;
    bottom: 8px;
    right: 0;
    padding-top: 12px;
    width: 668px;
    padding-left: 12px;
    float: left;
}

#rightColumn {
    font-size: 13px;
    /*padding-top: 12px;*/
    width: 668px;
    padding-left: 12px;
    float: left;
    /*margin-bottom: 12px;*/
}

#photoFrame {
    background: #fff url('/images/layout/shadow-r.gif') no-repeat top right;
    padding: 12px 0px 0px 12px;
    width: 656px;
    border-top: 1px solid #f9f9f9;
    border-left: 1px solid #f9f9f9;
}

#shadow {
    height: 16px;
    width: 668px;
    background: #fff url('/images/layout/shadow-b.gif') no-repeat bottom left;
    border-left: 1px solid #f9f9f9;   
}

#cover {
    float: left;
    width: 152px;
    padding-right: 12px;
    border-right: 2px dotted #9c9e9f;
    margin-right: 12px;
}

#linkBoxHome {
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 152px;
    height: 215px;
}

#linkBoxHome div {
    padding: 6px;
    height: 90px;
    background-color: #8390C8;
}

#linkBoxHome div img {
    margin-right: 6px;
    float: left;
}

#linkBoxHome a:link, #linkBoxHome a:visited, #linkBoxHome a:hover {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#footer {
    clear: left;
    border-top: 2px dotted #9c9e9f;
}

#footer img#links {
    margin-top: 12px;
    padding-bottom: 12px;    
    float: right;
}

#footer div {
    margin-top: 12px;
    padding-bottom: 12px;
    float: left;
    font-size: 9px;
    font-family: verdana, sans-serif;
}

#footer div a {
    text-decoration: none;
    color: #868889;
}

.photo-frame {
    float:left;
    background: url('/images/layout/photo-frame-alpha.png') no-repeat bottom right !important;
    background: url('/images/layout/photo-frame.gif') no-repeat bottom right;
    margin: 18px 0 0 6px !important;
    margin: 18px 0 0 3px;
}

.photo-frame img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #E3E3E5;
    margin: -6px 6px 6px -6px;
    padding: 6px;
}

#linkBox {
    color: #fff;
    font-family: arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

#linkBox div {
    background-color: #8390C8;
    /*background: #8390C8 url('/images/layout/star.gif') no-repeat 6px 6px;*/
}

#linkBox div img {
    margin-right: 6px;
    float: left;
}

#linkBox a {
    /*padding: 6px 6px 6px 37px;*/
    padding: 6px 6px 6px 6px;
    display: block;
}

#linkBox a:link, #linkBox a:visited, #linkBox a:hover {
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

