@charset "utf-8";
/* CSS Document */

/* The Trading Room */

/* Standard Elements */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/trading_room/bg_trading.jpg);
	background-position: top;
	background-repeat: repeat;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a {
	color: #622254;
}

a:hover {
	color: #9F4F8E;
}

strong {
	color: #622254;
}

/* Custom Elements */

#frame {
	background-image: url(../images/trading_room/bg_top_trading.jpg);
	background-position: top;
	background-repeat: repeat-x;
	min-height: 202px;
}

#glow {
	background-image: url(../images/trading_room/glow.png);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 473px;
	min-width: 919px;
}

#header {
	background-image: url(../images/trading_room/header_trading.png);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 311px;
	min-width: 989px;
}

#corpus {
	padding: 0;
	margin: 0 auto;
	width: 989px;
}

#sidebar {
	width: 302px;
	margin-right: 10px;
	margin-top: -7px;
	float: right;
}

.side_box {
}

.side_box_top {
	background-image: url(../images/side_top.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 32px;
}

.side_box_bottom {
	background-image: url(../images/side_bottom.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 14px;
}

.side_box_content {
	background-image: url(../images/side_repeat.png);
	background-position: top;
	background-repeat: repeat-y;
	padding: 1px 20px;
}

.side_box_content p {
	font-size: 13px;
}

#content {
	margin-left: 15px;
	padding: 1px 5px;
	width: 630px;
}

#footer {
	clear: both;
	padding-bottom: 25px;
	text-align: center;
	font-size: 10px;
}


