* {
	padding: 0px;
	margin: 0px;
	font-family: arial, bitstream vera sans;
	font-size: 12px;
}

body {
	background-color: #141414;
	text-align: center;
}

.wrapper {
	text-align: left;
	margin: 15px auto;
	width: 700px;
	background-image: url('../images/box_bg.png');
	background-repeat: repeat-y;
}

.top {
	background-image: url('../images/box.png');
	background-repeat: no-repeat;
	height: 89px;
}

.menu {
	text-align: center;
	padding-left: 150px;
	display: block;
	height: 25px;
	background-color: #e9ebee;
	background-image: url('../images/menubar.png');
}

.menu a {	
	padding: 5px;
	width: 90px;	
	float: left;
	text-decoration: none;
	color: #74829d;	
	font-size: 12px;
}

.menu a:hover {	
	background-color: #dddfe2;
	background-image: url('../images/menubar_hover.gif');
	background-repeat: repeat-x;
	color: #657390;
}

.leftbar {
	float: left;
	border-right: 1px dotted #bec6d7;
	background-color: #e9ebee;
	background-image: url('../images/leftmenu_bg.png');
	background-repeat: repeat-x;
	height: 100%;
}

.leftmenu {
	width: 150px;
	text-align: center;
}

.leftmenu a {
	display: block;
	padding: 7px;
	border-left: 5px solid #e6e8ec;
	text-decoration: none;
	color: #96a2bb;
	border-bottom: 1px dotted #d7dbe4;
}

.leftmenu a:hover {
	color: #657390;
	border-left: 5px solid #a4b0c7;
	background-color: #e3e5e8;
}

.main {
	margin-left: 7px; margin-right: 7px;
}

.content {
	float: left;
	padding: 15px 15px 15px 15px;
	width: 475px;
	background-color: #e6e8ec;
	color: #71767c;
	min-height: 400px;
}

.content h1 {
	font-size: 24px;
	font-family: arial;
	line-height: 30px;
	padding: 7px 0px 7px 0px;
	color: #838d9e;
}

.content h2 {
	font-size: 18px;
	font-family: arial;
	line-height: 24px;
	padding: 7px 0px 7px 0px;
	color: #838d9e;
}


.content p {
	padding: 0px 10px 0px 10px;
}

.content a {
	text-decoration: none;
	color: #74829d;
}

.content table {
 	border-collapse: collapse;
	width: 100%;
}

.content table tr th {
	border-top: 1px solid #9da4b0;
	border-bottom: 2px solid #9da4b0;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 3px 5px 3px;
	background-color: #adb3bc;
}

.content table tr td {	
	background-color: #dddfe3;
	padding: 4px 3px 4px 3px;
	color: #2f3339;
}

.content table tr:hover td {
	background-color: #f3f5f7;
}

.content table.irc_chat tr td {
	background-color: #e9ebee;
}

.content table.irc_chat tr:hover td {
	background-color: #e9ebee;
}

.footer {
	background-image: url('../images/box.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 20px;
	text-align: center;
	color: #949fb4;	
	clear: both;
	font-size: 10px;
}

.footer a {
	text-decoration: none;
	color: #74829d;
	font-size: 10px;
}

.footer a:hover {
	text-decoration: underline;
	color: #657390;
}

.button,
.textarea,
.textbox {
	border: 1px solid #d3d7de;
	background-color: #f5f6f7;
	/* some background-image thing here later - bob */
	padding: 3px;
	color: #313c52;
	font-size: 11px;
}

.textbox:focus {
	background-color: #f1f3f4;
	border: 1px solid #caced7;
}

.button {
	padding: 3px;	
}

.button:hover {
	border: 1px solid #d2d5dd;
	background-color: #ecedef;	
}
