@charset 'utf-8';
/* CSS Document */

body{
background:url(../images/background.jpg) repeat-x top center #20201f;
}

a{
outline:none;
text-decoration:none;
}
.blank{
clear:both;
height:0px;
}
.floatleft{float:left;}
.floatright{float:right;}

.wrapper{
width:950px;
margin:0 auto;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#content_wrapper{
background:url(../images/content_bg.jpg) repeat-y;
margin-left:14px;
width:922px;
}
#content_wrapper_top{
background:url(../images/content_bg_top.jpg) no-repeat;
width:922px;
height:18px;
}
#content_wrapper_bottom{
background:url(../images/content_bg_bottom.jpg) no-repeat;
width:922px;
height:18px;
}
#content_wrapper_body{
padding:14px 33px 15px 33px;
}

#col_main{
}

#col_main h1, #col_main h2, #col_main h3{
color:#b60915;
font-weight:normal;
margin-bottom:0.8em;
}
#col_main h1{
font-size:1.45em;
}
#col_main h2, #sidebar h1{
font-size:1.25em;
}
#col_main h3{
font-size:1.15em;
}
#col_main p{
font-size:0.95em;
line-height:1.7em;
color:#340909;
margin-bottom:1.2em;
}
#col_main strong{
font-weight:bold;
}
#col_main em{
font-style:italic;
}
#col_main ul, #col_main ol{
margin:0 0 1.2em 33px;
font-size:0.95em;
line-height:1.7em;
color:#340909;
}
#col_main a{
color:#7c180f;
}
#col_main a:hover{
color:#d36319;
}
#col_main blockquote{
background-color:#eee9c8;
padding:20px 30px 10px 30px;
margin-bottom:1.2em;
}
