/*
   inside.css
*/

#sidebar { width: 212px; background: url("/assets/images/inside/sidebar_bg.jpg"); float: left; }
#sidebar h2 { background: url("/assets/images/inside/sidebar_header_bg.jpg") no-repeat; height: 40px; width: 212px; }
#sidebar_foot { background: white url("/assets/images/inside/sidebar_footer_bg.jpg") no-repeat; height; 63px; width: 212px; display: block; padding: 0; margin: 0; }

#sidebar h2 { padding-left: 20px; padding-top: 8px; font-size: 1.6em; margin-bottom: 0px; }
#sidebar h2, #sidebar a { font-family: "Times New Roman", Times, Garamond, serif; color: white; }

#sidebar ul { list-style: none; margin-left: 20px; }
#sidebar a { text-decoration: none; text-transform: uppercase; }
#sidebar a:hover { color: #544c43; text-decoration: none; text-transform: uppercase; }

#breadcrumbs { margin-bottom: 15px; }
#breadcrumbs a { color: #544c43; font-size: 90%; }

#content_body { width: 660px; float: left; margin-left: 20px; }

#content_body h1, #content_body h2, #content_body h3 { font-family: "Times New Roman", Times, Garamond, serif; text-transform: uppercase; color: #b2422f; }

#content_body h1 { font-size: 1.4em; }
#content_body p { margin-bottom: .8em; }
#content_body img[align=right] { float: right; }
#content_body img[align=left] { float: left; }
