@import url(./tips.css);
@import url(./navbar.css);

html,body {
    height: 100%;
}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{
    margin:0;
    padding:0;
}
img,body,html{border:0;}
body {
    color: #2a2313;
    font: 1em/1em Garamond, Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: .04em;
}
#container {
    width: 100%;
    height: 100%;
}
#topbg {
    background: #ccba8f url(../images/topbg.jpg) repeat-x bottom left;
    width: 100%;
    height: 285px;
    border-bottom: 1px solid #fff;
}

#topheader {
    background: url(../images/topheader.jpg) no-repeat bottom left;
    width: 100%;
    height: 285px;
}

#bodycontainer {
    background: #fff url(../images/midbg.jpg) repeat-x top left;
    width: 100%;
}
#left {
    float: left;
    padding: 2em;
    width: 550px;
}
.nsdivider {
    background: url(../images/updown.png) repeat-y top left;
    margin-top: 2em;
    width: 50px;
    height: 800px;
    float: left;
}
#right {
    float: left;
    padding: 3em 0 1em;
}
#rightcontainer {
    padding: 1em;
}

#right .rotate {
    margin: 0 0 1em;
}

#right .tajine {
    margin: 1em;
    border: 1px solid #c7b5a5;
}
div.hr {
    background-image: url(../images/hr.png);
    width: 267px;
    height: 34px;
    margin: 0 .3em .5em;
    border: 0;
}

h1 {
    color: #be060a;
    font: 1.4em/1.1em Geneva, sans-serif;
    letter-spacing: .05em;
    border-bottom: 1px solid #c7b5a5;
    width: 95%;
    margin: 1em 0;
    padding-left: .4em;
}

h1,h2,h3,h4 {
	margin: 1em 0;
}

a,a:active,a:visited {
    color: #2a2313;
    text-decoration: none;
}
a:link:hover {
    text-decoration: underline;
}
img { border: 0; }

p {
    margin-bottom: 1em;
    font: 0.8em/1.25em Verdana, sans-serif;
}
p:first-letter {
    margin-left: 1em;
}


br.breaker {
    clear: both;
}

#footer {
    border-top: 1px solid #000;
    background: #958561 url(../images/footerbg.png) top left repeat-x;
    color: #f1dba4;
    font-size: .9em;
    font-weight: bold;
    text-align: right;
    padding: 1.2em;
    
}

.right { float: right; }
.left { float: left; }
address {
	font: 1em/1em Garamond, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: .5em;
}
.clear { clear: both; }