html {
	height: 100%;
	width: 100%;
}
body { 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size: 12px;
	color: #360606;
	height: 100%;
	margin: 0 auto;
	width: 800px;
	background: #382322 url(../images/body_bg.jpg) repeat-x ;
}
form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
}
#head {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}
#logo {
}
#beta_bug {
	position:absolute;
	padding-left: 135px;
}
#nav {
	background: url(../images/nav_bg.jpg) repeat-x ;
	margin-top: 17px;
	color: #fff;
}
#nav a {
	color: #fcc;
	text-decoration: none;
	padding: 0 105px;
	cursor: pointer;
}
#nav a:hover {
	color: #fff;
}
#left_column {
	float:left;
	width: 200px;
	margin: 0 20px 0 0;
}
#right_column {
	float:left;
	width: 70%;
	margin: 0 20px 0 0;
}

.box {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.box .head {
	color: #fff;
	font-size: 9px;
	font-weight: bold;
}
.box .head .title {
	background: url(../images/boxHdr_bg.jpg) repeat-x;
	text-align: left;
}
.box .head .tools {
	background: url(../images/boxHdr_bg.jpg) repeat-x;
	text-align: right;
}
.box .head .tools a {
	padding: 0 5px;
	cursor: default;
}
.box .head .tools a:hover {
	cursor: pointer;
}
.box .body {
	background: #fff;
	margin: 0 1px 0 2px;
	padding: 5px 12px 5px 12px;
	min-height: 100px;
	overflow: auto;
	border-bottom: #fff solid 2px;
}
#left_column .box .body {
	max-height: 250px;
}


.box.main {
	width: 100%;
	font-size: 14px;
}
.box.main .body {
	height: 400px;
}



.box .chat {
	border: 1px #cccccc solid;
	padding: 10px;
	margin: 5px;
	background: #fff;
}
.box .chat .messages {
	height: 225px;
	width: 500px;
	margin-bottom: 5px;
	color: #656565;
	font-size: 10px;
	overflow: auto;
}
.box .messages .submission .item_name {
	font-weight: bold;
}
.box .messages .submission .time {
	font-size: 85%;
}
.box .messages .submission {
	padding-bottom: 2px;
}
.box .chat .message .submission {

}
.box .chat .message {
}
.box .chat .message .text {
	width: 98%;
}


h1 {
	text-align: center;
	font-size: 250%;
	color: #2174AA;
	line-height: 175%;
	padding: 0 30px;
}
.dial0 {
	font-weight: bold;
	font-size: 110%;
	color: #2174AA;
}
.black, .black a {
	color: #000000;
}
.date {
	font-style: italic;
	font-size: 10px;
}
.bold {
	font-weight: bold;
}

