/*

BUG global layout
created: 05-02-08 by js
modified: 08-28-08 by js

*/

html {
	background-color: #000;
	text-align: center;
}

html, body, div, dl, dt, dd, ul, ol, li, tr, th, td, h1, h2, h3, h4, h5, h6, pre, form, fieldset, blockquote {
	margin: 0;
	padding: 0;
}

body {
	width: 900px;
	margin: 0 auto;
	color: #FFF;
	background-color: #000;
	font: 11px/15px Tahoma, "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	text-align: left;
}

p, td, li, dd, dt, input, select {
	font: 11px/15px Tahoma, "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
	color: #FFF;
}

p, h2, h3, h4, h5, h6 { margin: 0 0 .8em; }

img, fieldset {	border: 0; }

ul { list-style: none; }

td { vertical-align: top; }

a {
	color: #AEC6D9;
	text-decoration: none;
	outline: none;
}

a:hover { text-decoration: underline; }

#logos {
	position: relative;
	float: left;
	width: 257px;
	height: 181px;
}

h1 {
	position: absolute;
	top: 67px;
	left: 32px;
	width: 192px;
	height: 114px;
	background: url("/images/bug/bug_logo.gif") no-repeat;
}

h1 span { display: none; }

h1 a {
	display: block;
	width: 192px;
	height: 114px;
}

form input.textbox {
	margin: 0;
	padding: 2px 0 0 3px;
	#padding: 0px 0 1px 4px;
	height: 15px;
	color: #5C5C5C;
	border: 1px solid #A5ACB2;
}

p#back {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 50px;
	background: url("/images/bug/back_to_bossus.gif") no-repeat;
}

p#back span { display: none; }

p#back a {
	display: block;
	width: 170px;
	height: 50px;
}

#content {
	position: relative;
	float: left;
	width: 603px;
}

#footer {
	clear: left;
	width: 630px;
	margin: 0 auto;
	padding: 14px 0;
	text-align: center;
	border-top: #5C5C5C 1px solid;
}

#footer h2 { display: none; }

#footer a { color: #FFF; }

#footer ul li {
	display: inline;
	margin: 4px 0;
	padding: 0px 14px;
	border-left: #5C5C5C 1px solid;
}

#footer ul li.first { border-left: none; }

#footer p {
	margin-top: .8em;
	color: #808080;
	font-size: 10px;
}
