@charset "utf-8";
body {
	background:#1d171b;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:200px;
}
#wrapper {
	padding:25px 0;
	background:url(images/hr_bg.gif) repeat-x bottom #20191d;
}
#content {
	width:650px;
	margin:0 auto;
}

#hr {
	height:2px;
	background:url(images/hr_bg.gif) repeat-x;
}
#left {
	float:left;
	width:400px;
	background:url(images/line.gif) no-repeat right center;
}
#right {
	float:right;
}
#right ul {
	margin:18px 0 0 0;
	padding:0;
	list-style:none;
	color:#F4B633;
	font-size:12px;
}

#right ul li {
	display:block;
	height:20px;
}

#right ul li a:link, #right ul li a:visited {
	color:#F4B633;
	text-decoration:none;
}
#right ul li a:hover, #right ul li a:active {
	color:#F4B633;
	text-decoration:underline;
}

h1 {
	color:#fff;
	font-size:50px;
	font-weight:normal;
	margin:0;
	background:url(images/tm_name.gif) left 10px no-repeat;
	text-indent:-1000px;
	}
h2 {
	color:#F4B633;
	font-size:18px;
	font-weight:normal;
	margin:0 0 0 4px;
	}
	