body {
	background-color:#a00000;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:11px;
}
a {
	color:#ff4200;
	text-decoration:none;
}
a:hover {
	color:#510000;
}
.clear {
	clear:both;
}
input, textarea, select, button {
	font-family:verdana, tahoma;
	font-size:11px;
}
#frame {
	width:877px;
	margin-top:18px;
	background-color:#510000;
	padding:0px 12px 10px 13px;
	text-align:center;
	position:relative;
	margin-bottom:20px;
}
#left_side{
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(../images/left_side.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:13px;
	height:545px;
}
#right_side{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(../images/right_side.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:12px;
	height:545px;
}
#menu {
	height:49px;
	background-image:url(../images/menu_bg.jpg);
	width:877px;
}
.menu {
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
#search_box {
	position:absolute;
	right:10px;
	top:13px;
	height:14px;
	width:205px;
}
#search_keyword_bg {
	background-image:url(../images/search_input.png);
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	height:14px;
	width:96px;
	right:52px;
	top:0px;
}
#search_keyword {
	height:10px;
	width:90px;
	font-size:9px;
	position:absolute;
	right:54px;
	top:2px;
	border:0px none;
}
#search_submit {
	position:absolute;
	top:0px;
	width:14px;
	height:14px;
	border:0px none;
	background-image:url(../images/search_btn.png);
	background-repeat:no-repeat;
	background-position:top left;
	right:30px;
}
#search_box_title {
	font-size:11px;
	font-family:Arial;
	text-transform:uppercase;
	position:absolute;
	left:0px;
	top:3px;
}
.menu li {
	float:left;
	padding:17px 25px 17px 25px;
	_padding:0px;
	_margin:17px 15px 17px 15px;
	height:14px;
	background-image:url(../images/divider.jpg);
	background-position:0px 15px;
	background-repeat:no-repeat;
}
.menu li:first-child {
	background-image:none;
}
.menu li a {
	color:#000000;
	text-transform:uppercase;
	padding:2px 7px 2px 7px;
	position:relative;
	width:auto;
	height:16px;
}
.menu li a:hover {
	background-color:#f51912;
	color:#fff;
}
.menu li a span {
	position:relative;
}
.menu li a .corner{
	position:absolute;
	background-image:url(../images/menu_corner.png);
	background-repeat:no-repeat;
	width:3px;
	height:3px;
	display:none;
	font-size:1px;
}
#logo {
	position:absolute;
}
.menu li a:hover .corner{
	display:block;
	font-size:1px;
	position:absolute;
}
.menu li a:hover .tl{
	top:0px;
	left:0px;
	background-position:0px 0px;
	font-size:1px;
}
.menu li a:hover .tr{
	top:0px;
	right:-1px;
	_right:-2px;
	background-position:-3px 0px;
	font-size:1px;
}
.menu li a:hover .bl{
	bottom:-1px;
	_bottom:-5px;
	left:0px;
	background-position:0px -3px;
	font-size:1px;
}
.menu li a:hover .br{
	bottom:-1px;
	right:-1px;
	_bottom:-4px;
	background-position:-3px -3px;
	_background-position:-2px -2px;
	font-size:1px;
}
#header {
	height:84px;
	width:877px;
	position:relative;
}
#main {
	background-color:#fff;
	min-height:400px;
	height:auto;
	_height:400px;
	border-bottom:4px solid #c5c5c5;
}
#footer {
	height:60px;
	position:relative;
	width:100%;
	font-family:Verdana;
	font-size:10px;
	color:#fff;
	line-height:1.2;
}
#copyright {
	position:absolute;
	right:454px;
	text-align:left;
	top:22px;
}
#footer_links {
	position:absolute;
	left:440px;
	text-align:left;
	top:22px;
	border-left:1px solid #818181;
	padding-left:19px;
}
#footer_links a {
	color:#ff9845;
}


.pr_thumbnail .corner{
	position:absolute;
	background-image:url(../images/thumbnail_corner.png);
	background-repeat:no-repeat;
	width:2px;
	height:2px;
	display:block;
	z-index:2;
	font-size:1px;
}
.tl{
	top:0px;
	left:0px;
	background-position:-3px -2px;
}
.tr{
	top:0px;
	right:0px;
	_right:-1px;
	background-position:0px -2px;
}
.bl{
	bottom:0px;
	_bottom:-1px;
	left:0px;
	background-position:-2px 0px;
}
.br{
	bottom:0px;
	_bottom:-1px;
	right:0px;
	_right:-1px;
	background-position:-1px 0px;
}