@charset "UTF-8";
/* crimson leaf services styles */


html {
background: #600 url(../images/background2_pattern.jpg) repeat;
}

body {
background: transparent url(../images/background2.jpg) no-repeat;
color: #333;
font: 1em/120% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
min-height: 878px;
}

/* Content */

div#content {
float: left;
position: relative;
width: 350px;
}

/* Side panel */

div#sidepanel {
position: relative;
float: right;
margin-top: 9px;
width: 200px;
}

div#sidepanel ul.sidebullet {
display: block;
list-style-type: none;
margin: 10px 0 0 15px;
width: 180px;
}

div#sidepanel li {
font-size: .7em;
padding-bottom: 3px;
}

div#sidepanel li a:link.on {
color: #330;
}


