body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
h1,h2,h3,h4,h5,h6 { font-size: 160%; font-weight: normal; }
abbr,acronym { border: 0; }

body {
    background: #150c08 url("images/wood.jpg") repeat-x;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 62.5%;
    color: #CFC6B0;
}

#blackbg {
	width: 280px;
	margin: 50px auto 0 auto;
	background: url("images/black.png");
}

#wrapper {
    width: 270px;
    margin: auto auto;
    text-align: left;
}

#wrapper h1 {
    font-size: 3em;
    font-weight: bold;
    display: block;
    width: 260px;
    padding: 0 10px;
    text-align: center;
    background: #981a06;
    color: #fff;
}

#wrapper h2 {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #eaf8ff;
	font-weight: bold;
    text-align: center;
	background: #721304;
	padding: 5px 10px;
	display: block;
	width: 260px;
}

#wrapper .header {
    width: 270px;
}

    #wrapper .header h3 {
        font-family: "Lucida Grande", Tahoma, "Lucida Sans Unicode", Verdana, sans-serif;
		padding: 5px;
		margin: .3em 0 0 .35em;
		color: #e5e5e5;
    }
    
        #wrapper .header h3 a {
            color: #e5e5e5;
            border-bottom: 1px dotted #809eac;
            text-decoration: none;
        }
        
        #wrapper .header h3 a:hover {
            color: #e5e5e5;
            border-bottom: 1px solid #b7d5e2;
        }

    #wrapper .header img.tastyad {
        margin: 20px 0;
    }

#wrapper .info {
    width: 270px;
	text-align: center;
}

    #wrapper .info ul {
        margin-top: 1em;
		padding: 0 .55em .8em 0;
    }

    #wrapper .info ul li {
        font-size: 2em;
        line-height: 2em;
    }
    
    #wrapper .info ul li a {
        text-decoration: none;
        padding: 2px 12px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #e5e5e5;
		background-color: #721304;
    }

    #wrapper .info ul li a:hover {
		background-color: #981a06;
    }