html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
	font-family: Verdana, sans-serif;
}
body { font-size:76%; }
td{
	\font-size: 76%;
	f\ont-size: inherit;
}
th {
	\font-size: 76%;
	f\ont-size: inherit;
}
/*hack for IE5. hidden from NN4 and Opera5 */
table{
	/*/*/f\ont-size: inherit; /*hide from NN4 and Opera5*/
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.welcome {
    font-family:Vivaldi;
    font-size:1.5em;
    color:white;
}
body {
	background: #580000;
	font: Verdana 1em;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: -8px 0px url(images/header_bg.jpg) repeat-x;
	height: 284px;
}
#header h1 {
	background: 0px 0px url(images/header_left.jpg) no-repeat;
	height: 184px;
	width: 282px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1;
}
#header h1 a { display:none; }
#header h1 em {
	display: block;
	padding: 23px 0 0 70px;
	margin: 0;
	font-weight: normal;
	font-size: 1.5em;
	font-family: "Verdana";
}
#header h1 strong {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: verdana;
}

#nav {
	background: top left url(images/nav_left.gif) no-repeat;
	position: absolute;
	top: 66px;
	left: 270px;
	width: 580px;
	text-align: center;
	z-index: 15;
}
#nav div {
	background: top right url(images/nav_right.gif) no-repeat;
	padding: 0 10px;
}
#nav ul {
	background: top left url(images/nav_bg.gif) repeat-x;
	padding: 10px 0 10px 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-weight: normal;
}

#left-person {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 282px;
	height: 575px;
	background: url(images/body_left.jpg) no-repeat;
}

#body {
	position: relative;
	z-index: 10;
	margin-left: 320px;
	padding-top: 130px;
	width: 500px;
}

#body h2 {
	font-weight: normal;
	font-size: 1.1em;
}
#body h2 em {
	font-size:3em;
	font-family:Vivaldi, Arial, sans-serif;
	color:#FFFFFF;
}

#body h2 .sa { font-size: 2em; }

#black-tl { 
    width:100%; 
    background: black url(images/cornertl.gif) no-repeat top left; 
}
#black-tr { 
    width:100%; 
    background:top right url(images/cornertr.gif) no-repeat; 
}
#black-bl { 
    width:100%; 
    background:bottom left url(images/cornerbl.gif) no-repeat; 
}
#black-br { 
    width:100%; 
    background:bottom right url(images/cornerbr.gif) no-repeat; 
}

#black-tl {
        margin-left: 270px;
        margin-top: 10px;
        width: 580px;
        position: relative;
}//sends all browsers 580px width - what Firefox and IE7 will see

* html #black-tl { width:540px; }
//sends <=IE6 540px 

#black-bl {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.black-box {
        width:520px;
}//IE7 & Firefox

* html black-box { width:540px; }//IE6
.black-box2 {
    float:left;
    width:126px;
}
.black-box h2 {
	font-size: 1.1em;
	font-weight: normal;
}
.black-box h2 em {
	font-size: 1.3em;
	font-family: serif;
}
.black-box .more {
	color: red;
}
.black-box p, .black-box h3 {margin-left:50px;} 

.indexcolumn {width:250px;}//IE7 & Firefox
* html .indexcolumn {width:260px;} //IE6 

#footer {
	margin-left: 320px;
	margin-top: 10px;
	width: 550px;
}

#footer h2 {
	font-size: 1.1em;
	font-weight: normal;
}
#footer h2 em {
	font-size: 1.3em;
	font-family: serif;
}
#copyright {
	margin-left: 320px;
}