/* Corrects many IE alignment issues */
*
{	padding: 0;
	margin: 0;
}

/* These remove the dotted outline from text links in FF, and borders from image links in FF and IE */

a
{	outline: none;
}

html,body{
	height:100%;
	margin:0px;
	padding:0px;
}
body, p, h1, h2, h3, table, td, th, ul, li, textarea, input
{
font-family: verdana,helvetica,arial,sans-serif;
}

a{
	color: ActiveBorder;
	text-decoration:underline;
	font-weight: bolder;
}

a:hover{
	text-decoration:underline;
	}
	
body{
	background-color: #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	/*background: url(images/index_colorbg.gif) repeat-x fixed top; */

}

#container{
	height: 100%;
	width: 800px;
	position: relative;
	background: #444444 url(images/mainbg2.jpg) no-repeat scroll top;
	margin-top: 0px;
	padding: 0px;
}

#emaillink {
	position: absolute;
	z-index: 10;
	width: 205px;
	height: 20px;
	top: 75px;
	left: 6px;
}

a.email:link, a.email:visited
{	background-color: inherit;
	text-decoration: none;
}

a.email:hover
{	border-bottom: 1px solid #fff;
}

a.email:active
{	border-bottom: 1px solid #ffab0b;
}

#container2{
	position: absolute;
	width: 100%;
	top: 110px;
	height: 472px;
	background: #C78200;
	border-top: thin solid white;
	border-bottom: thin solid white;
}

#container3{
	position: relative;
	width: 800px;
	top: -10px;
	height: 472px;
	background-color: #C78200;
	opacity:0.6;
	filter:alpha(opacity=60);
}

#header{
	position: relative;
	text-align: right;
	top: 5px;
	right: 5px;
	width: 800px;
	line-height: 16px;
	height: 121px;
}

#content{
	position: absolute;
	top: 110px;
	width: 800px;
	height: 472px;
	text-align: left;
	overflow: auto;
	background-position: top center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	scrollbar-face-color: #123456;
	scrollbar-highlight-color: #123456;
	scrollbar-3dlight-color: #123456;
	scrollbar-darkshadow-color: #123456;
	scrollbar-shadow-color: #123456;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #123456;
	filter: chroma(color=#123456);
	overflow-x: hidden;
	font-weight:bold;
	border-top: thin solid white;
	border-bottom: thin solid white;
}

#footer{
	position: relative;
	top: -5px;
	left: 5px;
	width: 800px;
	height: 12px;
	text-align: left;
}

table{
	width: 780px;
}

#table-buk{
	width: 690px;
}
td{
	vertical-align: top;
	text-align: justify;
	padding: 5px;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

ul,li{
	font-size: 11px;
	margin-left: 10px;
}
#br-nav{
	margin-bottom: 1px;	
}

img{
	border: 0px
}

p{
	margin-top: 7px;
	margin-bottom: 7px;
}

.title {
	font-stretch: wider;
	font-size: 100%;
	font-weight: bolder;
	color: white;
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 20px;
}

.title2 {
	font-stretch: wider;
	font-size: 100%;
	font-weight: bolder;
	font-size: 14px;
}

.bukowski-text{
	font-weight: bold;
	text-align: left;
}
#credits{
	font-size:9px;
	color: black;
	font-style: italic;
	font-weight: bold;
}
