/* CSS Document */

body{
background:#a0410d url(../images/body_bg.jpg) repeat-x;
font:12px Arial, Helvetica, sans-serif;
color:#333;
text-align:center;
margin:0;
padding:0;
}

#container{
margin:0 auto;
text-align:left;
width:1000px;
}

ul{
margin:0;
padding:0;
list-style:none;
}

/* Header */

#header{
}

#header .top{
background:url(../images/header.jpg) no-repeat;
height:212px;
}

#header .bottom{
background:url(../images/header_bottom.jpg) no-repeat;
height:45px;
color:#fff568;
text-transform:uppercase;
font-size:13px;
padding:15px 15px;
font-weight:bold;
}

/* Body Left */

#body{
padding:0 0 0 0;
}

td.left{
background:#8d8f06;
width:227px;
}

#body #left .top{
padding-bottom:10px;
}

#body #left{
padding:0 0 0 10px;
}

#body #left li{
padding:0 0 2px 0;
}

/* Body Right */

td.right{
background:#fff;
}

#content{
background:url(../images/content_bg.jpg) no-repeat;
position:relative;
float:left;
border:0px solid red;
}

#content .rest{
position:absolute;
top:30px;
right:20px;
}

#content .rest div{
padding:0 0 15px 0;
}


#content .content{
font-size:12px;
font-weight:bold;
line-height:16px;
min-height:395px;
height:auto !important;
height:395px;
color:#555555;
padding-bottom:50px;
}

#content .content p{
padding:0 330px 20px 30px;
margin:0;
}

#content .contentIn p{
padding:0 30px 20px 30px;
margin:0;
}

#content h2{
margin:0;
padding:0 0 20px 30px;
font-size:16px;
line-height:20px;
}

#contentBottom{
background:url(../images/content_bottom.jpg) no-repeat;
height:52px;
clear:both;
}

#bookTable{
	background:url(../images/bg_book_table.jpg) no-repeat;
	width:231px;
	height:68px;
	padding:70px 120px 20px 15px;
	font-size:20px;
	text-decoration: none;
}

#orderOnline{
	background:url(../images/bg_order_online.jpg) no-repeat;
	width:200px;
	height:78px;
	padding:60px 141px 20px 25px;
	position:relative;
	left: 1px;

}

#orderOnline .button{
position:absolute;
top:65px;
right:10px;
}

.box{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	float:left;
	margin-left:15px !important;
	margin-left:8px;
	text-decoration: none;
}

.box a{
text-decoration:none;
color:#fff;
}

.box a:hover{
	text-decoration:none;
}

#footer{
padding:10px 0 50px 0;
color:#fff;
font-weight:bold;
}

#footer a{
color:#fff;
text-decoration:none;
padding:0 5px;
}

#footer a:hover{
text-decoration:underline;
}
