img, div { behavior: url(iepngfix.htc) }

/* text & tags */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-y;
	background-color: #000000;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

ul {
	margin-top: 8px;
	margin-bottom: 8px;
}

ol {
	margin-top: 8px;
	margin-bottom: 8px;
}

li {
	margin-left: -8px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid;
}

a {
	color: #531f0b;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #371407;
	font-weight: bold;
	text-decoration: underline;
}

td.cellpadding {
	padding: 5px;
	padding-left: 0px;
}

td.rowborder {
	border-bottom: 1px solid #000000;
}

table p {
	margin-top: 0px;
}

table.tableborder {
	border: 1px solid #000000;
}

.bump {
	margin-top: 8px;
}

.rightcolumnbump {
	padding-top: 150px;
}

/* divs */

#container {
	width: 900px;
	height: 500px;
	background-image: url(../images/container-bg.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#leftcolumn {
	position: absolute;
	width: 322px;
	padding-top: 240px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	z-index: 2;	
}

#nav {
	width: 210px;
}

#leftcolumntext {
	width: 200px;
	margin: 10px;
	margin-right: 20px;
	font-size: 11px;
	color: #E8E8E8;
}

	#leftcolumntext a {
		color: #DD6E26;
	}
	
	#leftcolumntext a:hover {
		color: #f5c09e;
	}
	
	#leftcolumntext li {
		margin-left: -20px;
	}

#rightcolumn {
	position: absolute;
	top: 0px;
	left: 210px;
	width: 595px;
/*	padding-top: 150px;*/
	padding-left: 45px;
	padding-right: 50px;
	padding-bottom: 10px;
	background-image: url(../images/rightcolumn-bg.png);
	background-repeat: repeat-y;
	z-index: 1;
}

/* menu styles */

#nav ul {
	padding: 0px;
	margin: 0px;
	border: 3px solid #000000;
	border-left: 0px;
}

#nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li a {
	display: block;
	padding: 5px;
	padding-left: 10px;	
	padding-right: 10px;
	background-color: #ffe972;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

#nav ul li a:hover {
	background-color: #fac310;
}

#nav ul li a.last {
	border-bottom: 0px;
}
