/*My CSS Srcipt*/
*{
padding:0;
margin:0;
}

body {
margin-right:100px;
margin-left:100px;
margin-bottom:10px;
background-color:white;
color:black;
font-family: futura, helvetica, sans-serif;
font-size:.8em;
line-height:1.5em;
}

.navi {
margin-top:40px;
padding:37px;
background-image:url('images/header.jpg');
background-repeat:repeat-x;
}

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

.cauldronpaper {
padding-right:15px;
float:left;
}
.branding {
color:red;
}
p {
margin-bottom:10px;
line-height:2em;
}
.top p {
margin-bottom:1px;
}
h1 {
margin-top:10px;
color:red;
}
h2 {
margin-top:30px;
margin-bottom:10px;
}
a {
display:block;
width:70px;
}
.bull li{
list-style-type:none;
float:left;
}
