@charset "UTF-8";
/* Scott James - WebsitesForRockstars.com */

body{
background: #eee;
text-align:center;
font-family: helvetica, verdana, arial, sans-serif;
line-height:1.2;
}

#container{
width:900px;
margin:10px auto 0;
text-align: left;
padding-bottom:10px;
}

#content{
width:860px;
margin:0 auto 0;
text-align: left;
padding:0 20px 10px;
background:#fff;
float:left;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
box-shadow: 1px 1px 2px #999999;
}

#main{
float:left;
width:546px;
margin:10px 0 0 0;
}

#full{
width:820px;
margin:10px 0 0 0;
padding:20px;
}


#sidebar{
float:left;
width:314px;
margin:10px 0 0 0;
}

#footer{
float:left;
padding:20px;
width:860px;
text-align:center;
}

.left{
float:left;
}

.right{
float:right
}

.centered{
text-align:center;
}

p{
margin: 0 20px 12px 20px;
}

#main p{
font-size:15px;
}

li{
margin:0 20px 12px 20px;
list-style-image:url(star.png);
font-weight:600;
}

h1{
font-family:Impact, Arial, Helvetica, sans-serif;
font-size:36px;
color:#d60a0b;
margin: 15px 0 20px;
line-height:1;
}

h2{
margin: 0 0 15px;
font-size:24px;
font-weight:bold;
}

h3{
margin: 0 20px 12px 20px;
font-size:18px;
}

strong{
font-weight:bold;
}

img {
margin:0 30px 20px 20px;
}