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

/* Simpel Tags */

body {
background-image:url(../images/BG_main.jpg);
background-repeat:repeat-x;
background-color:#514926;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333333;
}

h1 {
font-size:36px;
font-weight:normal;
margin:0px;
padding:10px 0px;
color:#473e26;
}

h2 {
font-size:24px;
font-weight:normal;
margin:0px;
padding:10px 0px;
color:#4d4325;
}

p {
font-size:14px;
margin:0px;
padding:5px 0px;
}

em {
font-style:italic;
font-size:12px;
color:#333333;
}

li {
list-style-image:url(../images/IMG_bullet.gif);
font-size:12px;
margin:10px;
}

/* ID Tagst */

#content {
background-image:url(../images/BG_content.gif);
background-repeat:repeat-x;
background-color:#b5b291;
width:660px;
}

#footer {
background-image:url(../images/BG_footer.gif);
background-repeat:no-repeat;
background-position:bottom left;
marcin:0px;
padding:10px;
text-align:center;
color:#473e26;
font-size:10px;
}

#footer a{
color:#473e26;
text-decoration:none;
}

#footer a:hover{
color:#FFFFFF;
text-decoration:underline;
}

/* CLASS TAGS */

.rightSide {
background-image:url(../images/BG_right.gif);
background-repeat:repeat-y;
background-position:right top;
}

.subNav {
color:#473e26;
font-size:13px;
padding-top:10px;
}

.subNav a{
color:#473e26;
text-decoration:none;
}

.subNav a:hover{
color:#FFFFFF;
text-decoration:underline;
}

.boxHead {
background-image:url(../images/BG_box_header.gif);
background-repeat:no-repeat;
background-position:left top;
padding:5px  20px;
}

.boxHead h2 {
font-size:24px;
font-weight:normal;
margin:0px;
padding:0px;
color:#4d4325;
}

.boxBody {
background-image:url(../images/BG_box_body.gif);
background-repeat:repeat-y;
background-position:left top;
padding:5px 10px;
}

.boxBody p {
font-size:14px;
margin:0px;
padding:5px 10px;
}

.boxBody li {
list-style-image:url(../images/IMG_bullet_light.gif);
font-size:12px;
margin:10px;
}

.boxFoot {
background-image:url(../images/BG_box_footer.gif);
background-repeat:no-repeat;
background-position:left bottom;
padding:5px 10px;
