/* main */
*{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
        background:#e56e04;          
	color:#000000;
	text-align:center;
}

br{
	letter-spacing:normal;
}

a{
	color:#333;text-decoration:none;
}

a:hover{
	color:#eb8500;text-decoration:none;
}

img{
	border:0px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
    padding: 5px;
    position: relative;
}

img.floatRight { 
    float: right; 
    margin: 4px; 
    padding: 5px;
    position: relative;
}


/* contents */
#temp{
	width:700px;
	text-align:center;
	line-height:18px;
	letter-spacing:1px;
	margin:10px auto;
}

#header{
	background:#fff url(rey_top_final.jpg) no-repeat 0px 0px;
	width:700px;
        height:140px;
	text-align:left;
	border:1px solid #333;
}

#menu{
	background-color:#333;
	width:700px;
        height:24px;
	color:#fff;
	margin:10px 0px;
	border:1px solid #fff;
}

#mainbg{
	background:#fff;
	width:640px;
	text-align:left;
	padding:30px;
        border:1px solid #333;
}

/*mainbg*/

#mainbg h3{
        color: #000000;
        font-size: 120%;
        border-bottom: 1px solid #7c7575;
        margin-right:0px;

}

#footer{
	background:#fff;
	width:700px;height:30px;
	color:#333;
	line-height:30px;
	margin:10px 0px;
	border:1px solid #333;
}

/* top */
#header h1{
	padding:30px 0px 0px 320px;
}

/* menu */
#menu ul{
	list-style-type:none;
	height:24px;
	margin-left:110px;
}

#menu li{
	display:inline;
	padding:5px
}

#menu a{
	color:#fff;
	line-height:24px;
	float:left;
	text-decoration:none;
	padding:0px 15px;
}

#menu a:hover{
	color:#DB9400;
	text-decoration:none;
}

/* main */
#main{
	float:right;
	width:485px;
        margin-left: 5px;
	margin-right:4px;
	background:#eae9e7;
}
#mainly{
	float:right;
	width:610px;
        margin-left:0px;
	margin-right:4px;
	background:#eae9e7;
}
#main h2{
        color:#000000;
        font-size: 130%;
	padding:1px 0px 3px 0px;
	border-bottom:1px solid #000000;
}

#main h3{
        color: #e56e04;
        font-size: 120%;
        border-bottom: 1px solid #7c7575;
        margin-right:30px;

}
   
#main a{
	font-size:12px;
	color:#000000;
	
}
#main a:hover{
	color:#e56e04;
}
#main ul{
	line-height:110%;
	margin:3px 38px 12px 36px;
}
#main li{
        color:#000000;
	background:#FFFFFF;
	margin:2px 12px 2px 0px;
}
#main .active_2{
	color:#334455;
	border:none;
}

.meta{
	font-size:8px;
	margin-bottom:12px;
	text-align:right;
	border-bottom:1px dotted #969595;

}

/* left column */
#sub_menu{
	width:115px;
	border:0px solid #ffffff;
	background:#eae9e7;
        margin-top:7px;
	margin-left:4px;
	margin-bottom:4px;
}
#sub_menu h2{
	color:#444444;
}
#sub_menu ul{
	list-style:none;
}
#sub_menu li a{
	display:block;
	height:14px;
	margin:0px 5px;
	padding:2px 0px;
	color:#666666;
	background:#eae9e7;
}
#sub_menu a:hover {
	background:#333;
        color:#ffffff;
}
  
#subcontents{
        background: #eae9e7;
        float: left;
        width: 210px;
        margin:5px
}

#contents{
        background: #eae9e7;
        float: right;
        width: 390px;
        padding: 7px;
}

/* ending */
dd{
	margin:0px 0px 12px 12px;
}
