/* Nav */
div#navigation {font-size: 14px; height: 55px;}
div#navigation a {color: white; display: block; font-weight: bold; height: 55px; line-height: 55px; padding: 0px 15px; text-align: center; text-decoration: none;}
div#navigation table {table-layout: auto; width: 100%;}
div#navigation table td {background: transparent url(../images/nav-divider.gif) no-repeat top right; padding: 0px 2px;}
div#navigation table td.last {background: none; padding: 0px;}
/* End Of Nav */

/* creating project specific default tag settings (change from project to project) */
a {color: #6384c9; text-decoration: underline;}
/* end of creating project specific default tag settings (change from project to project) */

/* Positioning (Layout) */
html {background: transparent; color: black;}
body {background: white url(../images/html-bg.gif) repeat-x top left; font-family: Arial; font-size: 12px; min-width: 900px; text-align: center;}
div#container {background: white url(../images/container-bg.gif) no-repeat top left; margin: 0px auto; padding: 45px 0px; position: relative; text-align: left; width: 900px;}

a#logo {position: absolute; left: 65px; top: 45px; height: 200px; width: 280px;}

div#right-column {float: right; margin-right: 60px;}
div#body {background: white url(../images/body-bg.gif) no-repeat top left; min-height: 562px; padding: 0px 7px; width: 450px;}
div#content {color: #575757; line-height: 1.4; padding: 30px;}

div#footer {color: #949494; font-size: 11px; font-weight: bold; line-height: 1.4; padding: 0px 37px; text-align: right;}
/* End Of Positioning */