@import "menu/style.css";
@import "content.css";
@import "widget.css";

body{
    margin: 0px;
	padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

h1{
    margin:10px 0;
}

p{
    line-height: 1.5;
    margin: 0;
}

a{
    text-decoration: none;
}

a:hover{
    color: black;
}

#wrapper{
    width: 900px;
    margin: auto;
    padding: 0 35px;
}

#top{
    height: 103px;
    background: url(images/topbg.gif) no-repeat;
    background-position: right top;
}

#content{
    padding: 10px 20px;
}

/*footer*/
#footer{
    margin: 10px;
    border-top: 1px solid black;
    padding: 10px;
    font-size: 10px;
    color: #a19999;
}

#footer ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul.menu li{
    display: inline;
    padding: 0 5px;
    border-right: 1px #a19999 solid;
}

#footer ul.menu li:first-child{
    padding-left: 0;
}

#footer ul.menu li:last-child{
    border-right: none;
}

#footer ul.menu li a{
    color: #a19999;
}

#footer ul.menu li a:hover{
    color: black;
}

/*Left Content*/
#left_content{
    float:left;
    width: 530px;
    padding-right: 20px;
}

/*Right content*/
#right_content{
    float:right;
    width: 300px;
    margin-right: -25px;
}

#right_content h2{
    margin: 5px 0;
    font-weight: normal;
    font-size:20px;
    color: #999900;
}

#right_content .right_box_content{
}

#right_content .right_box_content a{
    color: #9d1c20;
}

/*top food icon*/
.top_food_icon{
    margin-top: -147px;
}

.top_food_icon table{
    text-align: center;
    margin-bottom: 10px;
}

.top_food_icon table td{
    padding-right: 6px;
}

.top_food_icon table td:last-child{
    padding-right: 0;
}

/*home module 1*/
.home_module1{
    width: 900px;
    height: 237px;
    background: url("images/homephoto.jpg") no-repeat;
}

.home_module1 > div{
    padding-top:180px;
}

/*box*/
.box_header{
    background: url(images/side_long_header.png) no-repeat;
    width: 431px;
    height: 78px;
}

.box_content{
    background: url(images/side_long_content.png) repeat-y;
    width: 391px;
    padding: 10px 20px;
}

.box_footer{
    background: url(images/side_long_footer.png) no-repeat;
    width: 431px;
    height: 15px;
}

/*right bar box*/
.right_box_header{
    background: url(images/side_short_header.png) no-repeat;
    width: 284px;
    height: 69px;
}

.right_box_content{
    background: url(images/side_short_content.png) repeat-y;
    width: 254px;
    padding: 10px 15px;
}

.right_box_content > div{
    margin-top: -25px;
}

.right_box_footer{
    background: url(images/side_short_footer.png) no-repeat;
    width: 284px;
    height: 337px;
}

/*Content title bg*/
.title_bg{
    width: 900px;
    height: 80px;
    background: url("images/titlebg.jpg") no-repeat;
    margin-bottom: 20px;
}

/*Misc*/
.center{
    text-align: center;
}

.justify{
    text-align: justify;
}

.white{
    color: #FFF;
}

.bigtitle{
    font-size: 22px;
}

.title{
    font-size:19px;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.underline{
    text-decoration: underline;
}

.red{
    color: #9d1c20;
}

.black{
    color: #000000;    
}

.orange{
    
}

.clear{
    clear:both;
}

.border{
    width: 100%;
    border-bottom: 1px solid black;
    margin: 5px 0;
}

.small{
    font-size: 10px;
}