/* CSS Document */
body{
background-image:url(../images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#fcfbf6;
margin-top:0px;
margin-bottom:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#container{
position:relative;
width:800px;
height:100%;
border-left:#000000 1px solid;
border-right:#000000 1px solid;
border-bottom:#000000 1px solid;
background-color:#dcd2b9;
margin:0px auto;
}
#header{
height:180px;
}
#top_nav{
height:30px;
position:relative;
}
#spacer{
height:10px;
}
#content{
background-image:url(../images/menu/drop_shadow.jpg);
background-position:top;
background-repeat:repeat-x;
}
#footer{
height:58px;
font-size:11px;
font-weight:bold;
text-align:center;
}
#footer a:link{
color:#000000;
text-decoration:none;
}
#footer a:visited{
color:#000000;
text-decoration:none;
}
#footer a:hover{
color:#000000;
text-decoration:underline;
}
#content_box{
background-color:#eee8d8;
background-image:url(../images/vert_box_bg.jpg);
background-repeat:repeat-y;
background-position:right;
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;
border-right:#000000 solid 1px;
margin-bottom:20px;
text-align:left;
width:600px;
}
#left_schedule_box{
background-color:#eee8d8;
background-image:url(../images/vert_box_bg.jpg);
background-repeat:repeat-y;
background-position:right;
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;
border-right:#000000 solid 1px;
margin-bottom:20px;
text-align:left;
width:550px;
height:650px;
}
#right_schedule_box{
background-color:#eee8d8;
background-image:url(../images/vert_box_bg.jpg);
background-repeat:repeat-y;
background-position:right;
border-top:#000000 solid 1px;
border-bottom:#000000 solid 1px;
border-right:#000000 solid 1px;
border-left:#000000 solid 1px;
margin-bottom:20px;
text-align:left;
width:240px;
float:right;
height:500px;
}
#text{
padding:10px;
}
#sample{
margin-left:10px;
margin-right:10px;
height:60px;
width:140px;
}
#product{
float:left;
width:216px;
height:263px;
}
.big_red{
font-size:18px;
color:#CC3300;
font-weight:bold;
}