/* General proSilver Markup Styles
---------------------------------------- */

* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #828282;
	background: #FFF url('../images/bg_body01.jpg')  top left no-repeat;
	/*font-size: 62.5%;			 This sets the default font size to be equivalent to 10px */
	font-size: 10px;
	margin: 0;
	
}
#sign p#board a {
	border-style: none ;
	text-decoration: none;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}


#wrapbox{	
	margin: 0;	
	width: auto;
}
#wrap{
	position: relative;
	margin-top: 40px;	
	
}
#content {	
	padding: 1px;	
}

#lbox {
	float: left;
	width: 66%;
}
#rbox {
	margin: 0;
	padding: 0;
	width: 33%;
	float: right;		
}
.left {
	float: left;
}
.right {
	float: right;
}

#billboard {
	margin-left: 42px;	
	padding-top: 22px;
	width: 616px;
	background:  url('../images/top_boardborder.png')  top left no-repeat;

}
.fixed {
	clear: both;
	line-height: 0;
}
#footer {
	position: relative;
	clear: both;
}
#footer #bt {
	position: absolute;
	top: -4px;
	width: 100%;
	height: 50px;
	background:  url('../images/bg_bottom.png')  top left no-repeat;
}
#rtop {	
	padding-left: 34px;
	height: 260px;
}
#rtop p{
	float: right;
	width: 297px;
	height: 260px;
	background:  url('../images/crane.png')  top left no-repeat;
	text-indent: -9999px;

}
#rbody {
	width: 33%;
	padding-bottom: 18px;
}
#rbody p{
	margin: -4px 0  0  8px;
	width: 123px;
	height: 119px;
	background:  url('../images/logo_plate.png')  top left no-repeat;
	text-indent: -9999px;

}
#boardcontent {	
	padding: 10px 14px  15px 14px ;
	width: 616px;	
	background:  url('../images/bg_billboard.jpg')  top left repeat-y;
}

#boardcontent h4 {
	margin-left: 28px;
	width: 527px;
	height: 128px;
	background:  url('../images/event_titles.png')  top left no-repeat;
	text-indent: -9999px;	
}
#boardcontent p {
	margin-left: 28px;
	width: 531px;
	height: 363px;
	background:  url('../images/act_01.png')  top left no-repeat;
	text-indent: -9999px;	
}
#rbottom {	
	
}
#sign {
	float: left;
	
}
#sign {
	width: 132px;
	height: 145px;
	background:  url('../images/bg_navig.png')  top left no-repeat;
	
}
#sign p#board a ,p#shop a{	
	display: block;
	margin: 10px 0 0 30px;
	height: 20px;
	width: 75px;
	text-indent: -9999px;
}
#sign p#shop a{	
	display: block;
	margin: 24px 0 0 23px;
	height: 16px;
	width: 82px;
	text-indent: -9999px;
}


#rope {
	float: right;
	margin-top: 32px;
	width: 174px;
	height: 113px;
	background:  url('../images/bg_rope.png')  top left no-repeat;
}