body {
	background-image: url("./bg.jpg");
	background-repeat: repeat-x;
	background-color: #457c91;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

em {
	font-style: italic;
}
strong {
	font-style: bold;
}

#holder {
	margin: 0 auto;
	width: 960px;
}
#header {
	height: 68px;
	width: 960px;
	background-image: url("./header_bg.gif");
	background-repeat: no-repeat;
	background-color: transpareent;
}
#logo {
	float: left;
	width: 260px;
	height: 30px;
	margin: 20px 10px 0 100px;
}
#nava {
	float: left;
	margin: 27px 0 0 20px;
}
#nava a:link {
	margin: 0 20px 0 0;
	color: #78957f;
	text-decoration: none;
}
#nava a:visited {
	margin: 0 20px 0 0;
	color: #78957f;
	text-decoration: none;	
}
#nava a:hover {
	margin: 0 20px 0 0;
	color: #000;
	text-decoration: none;	
}
#nava a:active {
	margin: 0 20px 0 0;
	color: #78957f;
	text-decoration: none;	
}

#main_content {
	background-image: url("./main_content_bg.png");
	background-position: center;
	background-repeat: repeat-y;
	background-color: transparent;
	width: 960px;
	overflow: hidden;
}
#content_holder {
	margin: 0 auto;
	width: 725px;
}
#splash_left {
	margin: 10px 0 0 0;
	float: left;
	height: 290px;
	width: 525px;
	background-color: #42838b;
}
#splash_right {
	margin: 10px 0 0 0;
	float: left;
	height: 290px;
	width: 200px;
	background-color: #42838b;
}
#intro_text {
	float: left;
	margin: 80px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fefefe;
	font-weight: bold;
	font-style: italic;
	line-height: 1.1em;
}
#chat_now {
	float: left;
	margin: 20px 0 0 0;
}
#content_left {
	margin: 20px 0 0 10px;
	float: left;
	width: 515px;
	background-color: #fff;
}
#content_right {
	margin: 20px 0 0 5px;
	float: left;
	width: 172px;
	background-color: #fff;
}
#footer_holder {
	width: 960px;
	text-align: center;
	padding: 20px 0 0 0;
}
#footer {
	clear: both;
	background-image: url("./footer_bg.png");
	background-position: center;
	background-repeat: repeat-y;
	background-color: transparent;
	height: 61px;
	width: 960px;
}
#header_chat {
	height: 68px;
	width: 960px;
	background-image: url("./header_bg_chat.gif");
	background-repeat: no-repeat;
	background-color: transpareent;
}
#chat_main_content {
	background-image: url("./chat_main_content_bg.png");
	background-position: center;
	background-repeat: repeat-y;
	background-color: transparent;
	width: 960px;
	overflow: hidden;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #78957F;
	margin: 40px 0 20px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #78957F;
	margin: 20px 0 20px 0;
}
ul {
	list-style: inside;
	list-style-type: circle;
	margin: 20px;
}
li {
	margin: 5px;
}
strong {
	font-weight: bold;
}
#main_content_body p {
	line-height: 1.2em;
}
#main_content_body p {
	margin: 10px;
}
#chat_main_content iframe {
	margin: 0 0 0 40px;
}

#chat_footer {
	clear: both;
	background-image: url("./chat_footer_bg.png");
	background-position: center;
	background-repeat: repeat-y;
	background-color: transparent;
	height: 54px;
	width: 960px;
}

#chart_gold_intraday, #chart_silver_intraday, #chart_platinum_intraday, #chart_palladium_intraday {
	clear: both;
	float: left;
	margin: 27px 0 10px 10px;
	border: 1px solid #777;
}
#chart_silver_intraday {
	margin: 0px 0 20px 10px;
}
#chart_platinum_intraday {
	margin: 0px 0 20px 10px;
}
#chart_palladium_intraday {
	margin: 0px 0 20px 10px;
}

/* Profile Pages */

#profile_img {
	float: left;
	margin: 20px 15px 0 0;
	width: 50px;
}
#profile_img img {
	/* border: 1px solid #78957F; */
	/* border: 1px solid #eee; */
}

#profile_name {
	float: left;
	margin: 20px 0 0 0;
}
#profile_stats {
	clear: both;
	float: left;
	margin: 10px 0 20px 0;
}
#profile_stats p {
	line-height: 1.5em;
}
#profile_stats span {
	font-family: Courier New, Courier, monospace;
}

#profile_about {
	clear: both;
	margin: 0 10px 100px 0;
}