body{
	text-align: center;
}
body, table{
	color: #000;
	background: #fff;
	font-family: arial, verdana, tahoma, sans-serif;
	font-size: 12px;
}
#wrapper{
	width: 780px;
	margin: 20px auto;
	text-align: left;
}
#header{
	width: 100%;
	height: 111px;
	margin-bottom: 20px; 
}
#header #logo{
	float: left;
	margin: 0px 40px 0px 40px;
}
#header #menu{
	float: left;
	width: 600px;
}
#header #menu img{
	margin-right: 18px;
}
#header #sublogo{
	padding: 23px 0px 11px 0px;
}
.content{
	clear: both;
	width: 780px;
	background: url(images/interface/content_center.gif) repeat-y;
	margin-bottom: 20px;
	
}
.content #top{
	width: 100%;
	height: 28px;
	background: url(images/interface/content_top.gif) no-repeat;
	clear: both;
}
.content #center{
	padding: 0 20px 0 20px;
	clear: both;
}
.content #bottom{
	width: 100%;
	height: 34px;
	background: url(images/interface/content_bottom.gif) no-repeat;
	clear: both;
}
.smallcontent{
	clear: both;
	width: 280;
	background: url(images/interface/smallcontent_center.gif) repeat-y;
	
}
.smallcontent #top{
	width: 100%;
	height: 28px;
	background: url(images/interface/smallcontent_top.gif) no-repeat;
}
.smallcontent #center{
	padding: 0 20px 0 20px;
}
.smallcontent #bottom{
	width: 100%;
	height: 34px;
	background: url(images/interface/smallcontent_bottom.gif) no-repeat;
}
#footer{
	width: 100%;
	color: #a4a4a4;
	font-size: 10px;
	text-align: center;
	padding: 0px 20px;
}

#footer a{
	margin: 0 5px;
}

a img{
	border: 0;
}

a:link, a:visited {
	color: #b7a6a4;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #5c5c5c;
	text-decoration: none;
}

hr{
	height: 1px;
	background: #FFFFFF;
	border: 1px #CCCCCC dotted;
	clear: both;
}

h6{
	font-size: 12px;
	font-weight: bold;

}

img.cover{
	border: 2px solid #eee;
}

a.letter:link, a.letter:visited {
	color: #000;
	background: #d2c6c5;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 5px;
}

a.letter:hover, a.letter:active {
	color: #fff;
	background: #5c5c5c;
	text-decoration: none;
	font-weight: bold;
	padding: 1px 5px;
}

input.greybtn { margin: 0 0 0 0; padding: 2 5 2 5; border:0px; color: #ffffff; background: #656565; font-size:8pt;}
input.lightgreybtn { margin: 0 0 0 0; padding: 2 5 2 5; border:0px; color: #000000; background: #dddddd; font-size:8pt; }
input.redbtn { margin: 0 0 0 0; padding: 2 5 2 5; border:0px; color: #ffffff; background: #ff0000; font-size:8pt; }

#kwicks_container { 
	height: 300px;
	padding: 0px;
}
#kwicks {
	position: relative;
	padding: 0px;
	margin: 0px;
}
 
#kwicks .kwick {
	white-space: nowrap;
	float: left;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 300px;
	border-left: 1px solid #fff;
	background: #000;
	color: #fff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;;
}
#kwicks img{
	padding: 0px;
	margin: 0px;

}

tr.track_row{
	height: 20px;
}